Skip to content
This repository was archived by the owner on Jul 7, 2020. It is now read-only.

Commit 285e7d4

Browse files
committed
upgrading dependencies. all tests passed locally
1 parent 5868141 commit 285e7d4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
<dependency>
3737
<groupId>junit</groupId>
3838
<artifactId>junit</artifactId>
39-
<version>4.11</version>
39+
<version>4.12</version>
4040
<scope>test</scope>
4141
</dependency>
4242
<dependency>
4343
<groupId>org.slf4j</groupId>
4444
<artifactId>slf4j-simple</artifactId>
45-
<version>1.7.5</version>
45+
<version>1.7.25</version>
4646
<scope>test</scope>
4747
</dependency>
4848
<dependency>
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>commons-codec</groupId>
6262
<artifactId>commons-codec</artifactId>
63-
<version>1.4</version>
63+
<version>1.11</version>
6464
<scope>test</scope>
6565
</dependency>
6666
<dependency>
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>org.apache.mahout</groupId>
7373
<artifactId>mahout-math</artifactId>
74-
<version>0.9</version>
74+
<version>0.13.0</version>
7575
<scope>test</scope>
7676
</dependency>
7777
</dependencies>
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>com.google.guava</groupId>
8383
<artifactId>guava</artifactId>
84-
<version>20.0</version>
84+
<version>23.3-jre</version>
8585
</dependency>
8686
</dependencies>
8787
</dependencyManagement>

0 commit comments

Comments
 (0)