Skip to content

Commit

Permalink
Updated Gson dependency
Browse files Browse the repository at this point in the history
See commit 8732270
  • Loading branch information
vruusmann committed Jul 24, 2024
1 parent fb7c1a0 commit 51a33b3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
Binary file removed inst/java/gson-2.11.0.jar
Binary file not shown.
Binary file added inst/java/gson-2.9.1.jar
Binary file not shown.
9 changes: 2 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,11 @@
</exclusions>
</dependency>

<!-- Pinned to the earliest JPMML-XGBoost compatible version in order to minimize R2PMML package size -->
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.11.0</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
<version>2.9.1</version>
</dependency>

<!-- Pinned to the earliest JPMML-R compatible version in order to minimize R2PMML package size -->
Expand Down

0 comments on commit 51a33b3

Please sign in to comment.