Skip to content

Commit

Permalink
Merge pull request #1 from beac0n5/snyk-fix-6719d7bee734920a42afe4deb…
Browse files Browse the repository at this point in the history
…43548cf

[Snyk] Fix for 71 vulnerabilities
  • Loading branch information
b34c0n5 authored Jan 17, 2024
2 parents e64e88e + 9cb3864 commit 174fc11
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api/codegeex-api-example-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,17 @@
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-parameter-names</artifactId>
<version>2.6.6</version>
<version>2.13.5</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jdk8</artifactId>
<version>2.6.6</version>
<version>2.13.5</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>2.6.6</version>
<version>2.13.5</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
Expand Down Expand Up @@ -109,7 +109,7 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.10.0</version>
<version>4.12.0</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
Expand Down

0 comments on commit 174fc11

Please sign in to comment.