Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - commons-io:commons-io from 2.6 to 2.16.1.
    See this package in maven: https://mvnrepository.com/artifact/commons-io/commons-io/
  - org.springframework.boot:spring-boot-starter-actuator from 2.7.17 to 2.7.18.
    See this package in maven: https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-actuator/
  - org.springframework.boot:spring-boot-starter-web from 2.7.17 to 2.7.18.
    See this package in maven: https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web/
  - org.springframework.cloud:spring-cloud-starter-config from 3.1.8 to 3.1.9.
    See this package in maven: https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-starter-config/
  - org.yaml:snakeyaml from 2.0 to 2.2.
    See this package in maven: https://mvnrepository.com/artifact/org.yaml/snakeyaml/

See this project in Snyk:
https://app.snyk.io/org/dataroma/project/d2dfc1cf-3ded-427c-be10-9e939979f353?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 7, 2024
1 parent fdc29c7 commit 7617c5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions timbermill-java/timbermill-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.0</version>
<version>2.2</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand All @@ -85,7 +85,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-config</artifactId>
<version>3.1.8</version>
<version>3.1.9</version>
</dependency>
<dependency>
<groupId>com.datorama.oss</groupId>
Expand All @@ -95,7 +95,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
<version>2.16.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 7617c5c

Please sign in to comment.