Skip to content

Commit

Permalink
Merge pull request medizininformatik-initiative#283 from medizininfor…
Browse files Browse the repository at this point in the history
…matik-initiative/feature/282-update-spring-boot

medizininformatik-initiative#282 - Update Spring Boot
  • Loading branch information
michael-82 authored Apr 23, 2024
2 parents 9d9bb31 + f54d820 commit 9b88a4d
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

Expand Down Expand Up @@ -61,22 +61,9 @@
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>

<!-- Fix CVE-2024-29025. Remove exclusion and manual inclusion when update is included in spring-boot-starter-webflux -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
<exclusions>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
<version>4.1.108.Final</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -293,14 +280,6 @@
<scope>test</scope>
</dependency>

<!-- This dependency is only added to address a vulnerability in org.springframework.boot-->
<!-- Remove this once the vulnerability is adressed in the next version -->
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.0</version>
</dependency>

<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-test</artifactId>
Expand Down

0 comments on commit 9b88a4d

Please sign in to comment.