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.google.guava:guava from 30.0-android to 33.3.0-android.
    See this package in maven: https://mvnrepository.com/artifact/com.google.guava/guava/
  - 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/
  - commons-codec:commons-codec from 1.13 to 20041127.091804.
    See this package in maven: https://mvnrepository.com/artifact/commons-codec/commons-codec/
  - commons-lang:commons-lang from 2.6 to 20030203.000129.
    See this package in maven: https://mvnrepository.com/artifact/commons-lang/commons-lang/
  - org.apache.commons:commons-lang3 from 3.8 to 3.16.0.
    See this package in maven: https://mvnrepository.com/artifact/org.apache.commons/commons-lang3/
  - org.apache.commons:commons-pool2 from 2.2 to 2.12.0.
    See this package in maven: https://mvnrepository.com/artifact/org.apache.commons/commons-pool2/

See this project in Snyk:
https://app.snyk.io/org/taeb3/project/c86a3b86-7ef6-4639-ae70-73c2e5c97a5f?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 9, 2024
1 parent 141f011 commit 42d71b7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions java/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
<artifactId>client</artifactId>

<properties>
<commons-lang.version>2.6</commons-lang.version>
<commons-lang3.version>3.8</commons-lang3.version>
<slf4j-log4j12.version>1.7.25</slf4j-log4j12.version>
<slf4j-api.version>1.7.25</slf4j-api.version>
<commons-lang.version>20030203.000129</commons-lang.version>
<commons-lang3.version>3.16.0</commons-lang3.version>
<slf4j-log4j12.version>2.0.16</slf4j-log4j12.version>
<slf4j-api.version>2.0.16</slf4j-api.version>
<junit.version>4.12</junit.version>
<guava.version>30.0-android</guava.version>
<commons-codec.version>1.13</commons-codec.version>
<guava.version>33.3.0-android</guava.version>
<commons-codec.version>20041127.091804</commons-codec.version>
<nebula-utils.version>1.0.0-rc2</nebula-utils.version>
</properties>

Expand Down Expand Up @@ -227,7 +227,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
<version>2.2</version>
<version>2.12.0</version>
</dependency>
</dependencies>
</project>

0 comments on commit 42d71b7

Please sign in to comment.