Skip to content

Commit 38be468

Browse files
author
Matt Darwin
committed
upgrading libs except jackson and logback
1 parent 2c5b412 commit 38be468

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

java/memory/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
<dependency>
2424
<groupId>com.google.code.findbugs</groupId>
2525
<artifactId>jsr305</artifactId>
26-
<version>3.0.1</version>
26+
<version>3.0.2</version>
2727
</dependency>
2828

2929
<dependency>
3030
<groupId>com.carrotsearch</groupId>
3131
<artifactId>hppc</artifactId>
32-
<version>0.7.1</version>
32+
<version>0.7.2</version>
3333
</dependency>
3434
</dependencies>
3535

java/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
<properties>
3131
<target.gen.source.path>${project.basedir}/target/generated-sources</target.gen.source.path>
3232
<dep.junit.version>4.11</dep.junit.version>
33-
<dep.slf4j.version>1.7.6</dep.slf4j.version>
34-
<dep.guava.version>18.0</dep.guava.version>
33+
<dep.slf4j.version>1.7.25</dep.slf4j.version>
34+
<dep.guava.version>22.0</dep.guava.version>
3535
<forkCount>2</forkCount>
3636
<jackson.version>2.7.1</jackson.version>
37-
<hadoop.version>2.7.1</hadoop.version>
37+
<!--<hadoop.version>2.7.1</hadoop.version>-->
3838
<checkstyle.failOnViolation>false</checkstyle.failOnViolation>
3939
</properties>
4040

@@ -454,7 +454,7 @@
454454
<dependency>
455455
<groupId>io.netty</groupId>
456456
<artifactId>netty-handler</artifactId>
457-
<version>4.0.41.Final</version>
457+
<version>4.1.13.Final</version>
458458
</dependency>
459459

460460
<dependency>
@@ -495,7 +495,7 @@
495495
<!-- JMockit needs to be on class path before JUnit. -->
496496
<groupId>com.googlecode.jmockit</groupId>
497497
<artifactId>jmockit</artifactId>
498-
<version>1.3</version>
498+
<version>1.7</version>
499499
<scope>test</scope>
500500
</dependency>
501501
<dependency>
@@ -507,7 +507,7 @@
507507
<dependency>
508508
<groupId>org.mockito</groupId>
509509
<artifactId>mockito-core</artifactId>
510-
<version>1.9.5</version>
510+
<version>2.7.22</version>
511511
<scope>test</scope>
512512
<!-- Mockito contains old Hamcrest classes, causes issues with JUNIT -->
513513
<exclusions>
@@ -526,7 +526,7 @@
526526
<dependency>
527527
<groupId>de.huxhorn.lilith</groupId>
528528
<artifactId>de.huxhorn.lilith.logback.appender.multiplex-classic</artifactId>
529-
<version>0.9.44</version>
529+
<version>8.1.1</version>
530530
<scope>test</scope>
531531
</dependency>
532532

java/tools/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
<dependency>
3939
<groupId>org.apache.commons</groupId>
4040
<artifactId>commons-lang3</artifactId>
41-
<version>3.4</version>
41+
<version>3.6</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>commons-cli</groupId>
4545
<artifactId>commons-cli</artifactId>
46-
<version>1.2</version>
46+
<version>1.4</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>ch.qos.logback</groupId>

java/vector/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>joda-time</groupId>
3636
<artifactId>joda-time</artifactId>
37-
<version>2.9</version>
37+
<version>2.9.9</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>com.fasterxml.jackson.core</groupId>
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>org.apache.commons</groupId>
5656
<artifactId>commons-lang3</artifactId>
57-
<version>3.4</version>
57+
<version>3.6</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>commons-codec</groupId>

0 commit comments

Comments
 (0)