Skip to content

Commit 4e64a78

Browse files
committed
Update dependencies
1 parent d75ffce commit 4e64a78

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
**Please Note**: This project is no longer maintained, and contains known security vulnerabilities. Use at your own risk!
21
# YCB
32

43
[![Build Status](https://travis-ci.org/yahoo/ycb-java.svg?branch=master)](https://travis-ci.org/yahoo/ycb-java)

pom.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>com.yahoo</groupId>
1313
<artifactId>ycb</artifactId>
14-
<version>1.0.0</version>
14+
<version>1.0.1</version>
1515
<packaging>jar</packaging>
1616
<name>YCB</name>
1717

@@ -20,7 +20,7 @@
2020
<plugin>
2121
<groupId>org.apache.maven.plugins</groupId>
2222
<artifactId>maven-compiler-plugin</artifactId>
23-
<version>3.3</version>
23+
<version>3.8.0</version>
2424
<configuration>
2525
<source>1.8</source>
2626
<target>1.8</target>
@@ -29,12 +29,12 @@
2929
<plugin>
3030
<groupId>org.apache.maven.plugins</groupId>
3131
<artifactId>maven-surefire-plugin</artifactId>
32-
<version>2.18.1</version>
32+
<version>2.22.1</version>
3333
<dependencies>
3434
<dependency>
3535
<groupId>org.apache.maven.surefire</groupId>
3636
<artifactId>surefire-junit47</artifactId>
37-
<version>2.18.1</version>
37+
<version>2.22.1</version>
3838
</dependency>
3939
</dependencies>
4040
</plugin>
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>com.google.guava</groupId>
5757
<artifactId>guava</artifactId>
58-
<version>18.0</version>
58+
<version>27.0-jre</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>com.googlecode.concurrentlinkedhashmap</groupId>
@@ -66,19 +66,19 @@
6666
<dependency>
6767
<groupId>junit</groupId>
6868
<artifactId>junit</artifactId>
69-
<version>4.11</version>
69+
<version>4.12</version>
7070
<scope>test</scope>
7171
</dependency>
7272
<dependency>
7373
<groupId>org.testng</groupId>
7474
<artifactId>testng</artifactId>
75-
<version>6.9.4</version>
75+
<version>6.14.3</version>
7676
<scope>test</scope>
7777
</dependency>
7878
</dependencies>
7979

8080
<properties>
81-
<jackson.version>2.5.1</jackson.version>
81+
<jackson.version>2.9.7</jackson.version>
8282
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
8383
</properties>
8484
</project>

0 commit comments

Comments
 (0)