Skip to content

Commit 1ba789a

Browse files
committed
EDGAPIUTL-38: Bump tomcat, jackson, netty, log4j, spring boot fixing vulns
https://folio-org.atlassian.net/browse/EDGAPIUTL-38 Fix multiple security vulnerabilities by bumping the spring boot dependencies from 4.0.5 to 4.0.6 and aws ssm from 2.41.27 to 2.42.41: * https://www.cve.org/CVERecord?id=CVE-2026-34500 – tomcat * https://app.snyk.io/vuln/SNYK-JAVA-TOOLSJACKSONCORE-15907550 – jackson * https://www.cve.org/CVERecord?id=CVE-2026-33871 – netty * https://www.cve.org/CVERecord?id=CVE-2026-34480 – log4j * https://www.cve.org/CVERecord?id=CVE-2026-34478 – log4j * https://www.cve.org/CVERecord?id=CVE-2026-40973 – spring boot * https://www.cve.org/CVERecord?id=CVE-2026-34477 – log4j * https://www.cve.org/CVERecord?id=CVE-2026-40977 – spring boot * https://www.cve.org/CVERecord?id=CVE-2026-40975 – spring boot * https://www.cve.org/CVERecord?id=CVE-2026-40974 – spring boot
1 parent 8cdec7b commit 1ba789a

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

pom.xml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<java.version>21</java.version>
2121
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2222
<vault.version>6.2.1</vault.version>
23-
<aws-java-sdk.version>2.41.27</aws-java-sdk.version>
23+
<aws-java-sdk.version>2.42.41</aws-java-sdk.version>
2424
<versions-maven-plugin.version>2.21.0</versions-maven-plugin.version>
2525
<maven-enforcer-plugin.version>3.6.2</maven-enforcer-plugin.version>
2626
<maven-source-plugin.version>3.4.0</maven-source-plugin.version>
@@ -37,18 +37,11 @@
3737
<dependencyManagement>
3838
<dependencies>
3939
<dependency>
40-
<groupId>tools.jackson</groupId>
41-
<artifactId>jackson-bom</artifactId>
42-
<version>3.1.0</version>
43-
<scope>import</scope>
40+
<groupId>org.springframework.boot</groupId>
41+
<artifactId>spring-boot-dependencies</artifactId>
42+
<version>4.0.6</version>
4443
<type>pom</type>
45-
</dependency>
46-
<dependency>
47-
<groupId>org.apache.logging.log4j</groupId>
48-
<artifactId>log4j-bom</artifactId>
49-
<version>2.25.3</version>
5044
<scope>import</scope>
51-
<type>pom</type>
5245
</dependency>
5346
</dependencies>
5447
</dependencyManagement>

0 commit comments

Comments
 (0)