Skip to content

Commit

Permalink
Updated Gson dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Jul 21, 2024
1 parent 3cb8867 commit 8732270
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
Binary file removed inst/java/error_prone_annotations-2.27.0.jar
Binary file not shown.
Binary file modified inst/java/guava-33.2.1-jre-minified.jar
Binary file not shown.
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,22 @@
<groupId>org.jpmml</groupId>
<artifactId>pmml-converter-testing</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.11.0</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit 8732270

Please sign in to comment.