ACS-12423 Please [release] 5.4.4-A.5 [skip tests] and fix vulnerabili… (#1347)

This commit is contained in:
Belal Ansari
2026-08-20 20:57:48 +05:30
committed by GitHub
parent d16527a4ea
commit d56908c0d3
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -30,8 +30,8 @@ env:
# 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,
# 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).
DEVELOPMENT_VERSION: "5.4.4-A.5-SNAPSHOT" # The version that will be set in pom files after the release (next dev version)
RELEASE_VERSION: "5.4.4-A.5" # The version of the release (tag).
DEVELOPMENT_VERSION: "5.4.4-A.6-SNAPSHOT" # The version that will be set in pom files after the release (next dev version)
permissions:
contents: read
+2 -1
View File
@@ -34,7 +34,7 @@
<dependency.imaging.version>1.0.0-alpha6</dependency.imaging.version>
<dependency.snakeyaml.version>2.3</dependency.snakeyaml.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>
@@ -43,6 +43,7 @@
<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 -->
<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>
<profiles>