Skip to content

Commit

Permalink
Bump spring boot version from 3.3.2 to 3.3.3 (#825)
Browse files Browse the repository at this point in the history
* Bump spring boot version

* remove explicit version of snakeyaml
  • Loading branch information
KochTobi committed Sep 5, 2024
1 parent 2a6564c commit 18dfb5f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.2</version>
<version>3.3.3</version>
</parent>

<repositories>
Expand Down Expand Up @@ -173,13 +173,6 @@
<artifactId>jackson-annotations</artifactId>
<version>${jackson.version}</version>
</dependency>

<!--If not specified, spring-boot-starter-parent dependency will introduce transitively the 1.33 version of snakeyaml, for a CVE exists. -->
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.2</version>
</dependency>
</dependencies>

</dependencyManagement>
Expand Down

0 comments on commit 18dfb5f

Please sign in to comment.