Skip to content

Commit

Permalink
fix crash related to hotfix CVE-2024-38819
Browse files Browse the repository at this point in the history
  • Loading branch information
mjacoby committed Oct 30, 2024
1 parent 6640850 commit eab2ad4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@
<artifactId>spring-web</artifactId>
<version>${spring.web.version}</version>
</dependency>
<!-- Fixes CVE-2024-38819. Can be removed once org.springframework.boot:spring-boot-starter-web >= 3.3.5 is used -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>${spring.web.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
Expand All @@ -51,11 +45,6 @@
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
</exclusion>
<!-- Fixes CVE-2024-38819. Can be removed once org.springframework.boot:spring-boot-starter-web >= 3.3.5 is used -->
<exclusion>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
<sonar.language>java</sonar.language>
<sonar.organization>fraunhofer-iosb</sonar.organization>
<spring.boot.version>3.3.4</spring.boot.version>
<spring.boot.version>3.3.5</spring.boot.version>
<spring.web.version>6.1.14</spring.web.version>
</properties>
<dependencies>
Expand Down

0 comments on commit eab2ad4

Please sign in to comment.