Skip to content

Commit

Permalink
fix: upgrade org.yaml:snakeyaml from 2.2 to 2.3
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade org.yaml:snakeyaml from 2.2 to 2.3.

See this package in maven:
org.yaml:snakeyaml

See this project in Snyk:
https://app.snyk.io/org/public-resources-github/project/62c7b8df-1243-4f8f-8e0e-bd0d1fdcc320?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 25, 2024
1 parent 0f97510 commit 8b3db8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.3</version>
<relativePath />
<relativePath/>
<!-- lookup parent from repository -->
</parent>

Expand Down Expand Up @@ -116,7 +116,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.2</version>
<version>2.3</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 8b3db8a

Please sign in to comment.