File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ targetCompatibility = JavaVersion.VERSION_1_7; // defaults to sourceCompatibilit
29
29
* List of dependencies
30
30
*/
31
31
dependencies {
32
- implementation(group : " com.fasterxml.jackson.core" , name : " jackson-databind" , version : " 2.10.2 " );
32
+ implementation(group : " com.fasterxml.jackson.core" , name : " jackson-databind" , version : " 2.11.0 " );
33
33
implementation(group : " com.github.java-json-tools" , name : " msg-simple" , version : " 1.2" );
34
34
implementation(group : " com.google.code.findbugs" , name : " jsr305" , version : " 3.0.2" );
35
35
testImplementation(group : " org.testng" , name : " testng" , version : " 7.1.0" ) {
@@ -49,7 +49,7 @@ javadoc {
49
49
}
50
50
links(" https://docs.oracle.com/javase/7/docs/api/" );
51
51
links(" https://www.javadoc.io/doc/com.google.code.findbugs/jsr305/3.0.2/" );
52
- links(" https://fasterxml.github.io/jackson-databind/javadoc/2.10 /" );
52
+ links(" https://fasterxml.github.io/jackson-databind/javadoc/2.11 /" );
53
53
links(" https://java-json-tools.github.io/msg-simple/" );
54
54
}
55
55
}
You can’t perform that action at this time.
0 commit comments