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 29, 2024
1 parent 1e545f8 commit 14b03ee
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
Binary file added inst/java/gson-2.10.1.jar
Binary file not shown.
Binary file removed inst/java/gson-2.9.1.jar
Binary file not shown.
8 changes: 2 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<properties>
<jpmml-r.version>1.5.6</jpmml-r.version>
<gson.version>2.9.1</gson.version>
<gson.version>2.10.1</gson.version>
<guava.version>19.0</guava.version>
<project.build.outputTimestamp>2024-07-21T10:40:00Z</project.build.outputTimestamp>
</properties>
Expand Down Expand Up @@ -64,14 +64,10 @@
<groupId>org.jpmml</groupId>
<artifactId>pmml-converter-testing</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- Pinned to the earliest JPMML-XGBoost compatible version in order to minimize R2PMML package size -->
<!-- Pinned to an earlier version in order to minimize R2PMML package size -->
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
Expand Down

0 comments on commit 14b03ee

Please sign in to comment.