Skip to content

Commit

Permalink
feat: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade:
  - com.vesoft:client from ${parent.version} to 3.8.3.
    See this package in maven: https://mvnrepository.com/artifact/com.vesoft/client/
  - org.apache.commons:commons-csv from 1.7 to 1.11.0.
    See this package in maven: https://mvnrepository.com/artifact/org.apache.commons/commons-csv/
  - org.slf4j:slf4j-api from 1.7.25 to 2.0.16.
    See this package in maven: https://mvnrepository.com/artifact/org.slf4j/slf4j-api/
  - org.slf4j:slf4j-log4j12 from 1.7.25 to 2.0.16.
    See this package in maven: https://mvnrepository.com/artifact/org.slf4j/slf4j-log4j12/

See this project in Snyk:
https://app.snyk.io/org/taeb3/project/b6bec497-6439-44e3-81a4-281d284fc788?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 8, 2024
1 parent 141f011 commit 92c8d06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions java/examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.25</version>
<version>2.0.16</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<version>2.0.16</version>
</dependency>
<dependency>
<groupId>com.vesoft</groupId>
Expand All @@ -101,7 +101,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
<version>1.7</version>
<version>1.11.0</version>
</dependency>
</dependencies>
</project>

0 comments on commit 92c8d06

Please sign in to comment.