File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ targetCompatibility = JavaVersion.VERSION_1_6; // defaults to sourceCompatibilit
30
30
*/
31
31
dependencies {
32
32
implementation(group : " com.fasterxml.jackson.core" , name : " jackson-databind" , version : " 2.9.9" );
33
- implementation(group : " com.google.guava" , name : " guava" , version : " 16.0.1 " );
33
+ implementation(group : " com.google.guava" , name : " guava" , version : " 28.1-jre " );
34
34
implementation(group : " com.github.fge" , name : " msg-simple" , version : " 1.1" );
35
35
implementation(group : " com.google.code.findbugs" , name : " jsr305" , version : " 2.0.1" );
36
36
testImplementation(group : " org.testng" , name : " testng" , version : " 6.8.7" ) {
@@ -44,6 +44,6 @@ dependencies {
44
44
javadoc. options. links(" http://docs.oracle.com/javase/6/docs/api/" );
45
45
javadoc. options. links(" http://www.javadoc.io/doc/com.google.code.findbugs/jsr305/3.0.1/" );
46
46
javadoc. options. links(" http://fasterxml.github.com/jackson-databind/javadoc/2.2.0/" );
47
- javadoc. options. links(" http://www.javadoc.io/doc/com.google.guava/guava/16.0.1 /" );
47
+ javadoc. options. links(" http://www.javadoc.io/doc/com.google.guava/guava/28.1-jre /" );
48
48
javadoc. options. links(" http://fge.github.io/msg-simple/" );
49
49
You can’t perform that action at this time.
0 commit comments