Skip to content

Commit

Permalink
Updated JPMML-Converter dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Nov 20, 2020
1 parent 02a44e9 commit 6058c84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>jpmml-converter</artifactId>
<version>1.4.3</version>
<version>1.4.4</version>
</dependency>

<dependency>
<groupId>org.jpmml</groupId>
<artifactId>jpmml-xgboost</artifactId>
<version>1.4.3</version>
<version>1.4.4</version>
</dependency>

<dependency>
Expand All @@ -87,7 +87,7 @@
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-evaluator-testing</artifactId>
<version>1.5.3</version>
<version>1.5.5</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 6058c84

Please sign in to comment.