mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2026-09-16 18:12:54 +00:00
ACS-12423 Please [release] 5.4.4-A.5 [skip tests] and fix vulnerabili… (#1347)
This commit is contained in:
@@ -30,8 +30,8 @@ env:
|
|||||||
# Both variables are required to be set before the release process starts.
|
# Both variables are required to be set before the release process starts.
|
||||||
# As the release is triggered by a commit message with "[release]" keyword on a release branch,
|
# As the release is triggered by a commit message with "[release]" keyword on a release branch,
|
||||||
# setting these variables to new values can be done in the same commit and will indicate the release and the dev versions in it.
|
# setting these variables to new values can be done in the same commit and will indicate the release and the dev versions in it.
|
||||||
RELEASE_VERSION: "5.4.4-A.4" # The version of the release (tag).
|
RELEASE_VERSION: "5.4.4-A.5" # The version of the release (tag).
|
||||||
DEVELOPMENT_VERSION: "5.4.4-A.5-SNAPSHOT" # The version that will be set in pom files after the release (next dev version)
|
DEVELOPMENT_VERSION: "5.4.4-A.6-SNAPSHOT" # The version that will be set in pom files after the release (next dev version)
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|||||||
@@ -34,7 +34,7 @@
|
|||||||
<dependency.imaging.version>1.0.0-alpha6</dependency.imaging.version>
|
<dependency.imaging.version>1.0.0-alpha6</dependency.imaging.version>
|
||||||
<dependency.snakeyaml.version>2.3</dependency.snakeyaml.version>
|
<dependency.snakeyaml.version>2.3</dependency.snakeyaml.version>
|
||||||
<dependency.tomcat.embed.version>11.0.22</dependency.tomcat.embed.version>
|
<dependency.tomcat.embed.version>11.0.22</dependency.tomcat.embed.version>
|
||||||
<dependency.activemq-client.version>6.2.5</dependency.activemq-client.version>
|
<dependency.activemq-client.version>6.2.7</dependency.activemq-client.version>
|
||||||
|
|
||||||
<spotless-plugin.version>2.45.0</spotless-plugin.version>
|
<spotless-plugin.version>2.45.0</spotless-plugin.version>
|
||||||
|
|
||||||
@@ -43,6 +43,7 @@
|
|||||||
<spring-retry.version>2.0.13</spring-retry.version>
|
<spring-retry.version>2.0.13</spring-retry.version>
|
||||||
<log4j2.version>2.26.1</log4j2.version> <!-- security fix CVE-2026-49844, can be removed once Spring Boot manages log4j2 >= 2.26.1 -->
|
<log4j2.version>2.26.1</log4j2.version> <!-- security fix CVE-2026-49844, can be removed once Spring Boot manages log4j2 >= 2.26.1 -->
|
||||||
<dependency.jsoup.version>1.23.1</dependency.jsoup.version> <!-- security fix CVE-2026-71497, can be removed once tika-parser-code-module manages jsoup >= 1.23.1 -->
|
<dependency.jsoup.version>1.23.1</dependency.jsoup.version> <!-- security fix CVE-2026-71497, can be removed once tika-parser-code-module manages jsoup >= 1.23.1 -->
|
||||||
|
<httpcore5.version>5.4.3</httpcore5.version> <!-- security fix CVE-2026-54399, can be removed once Spring Boot BOM manages httpcore5 >= 5.4.3 -->
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
|
|||||||
Reference in New Issue
Block a user