Skip to content

Commit 19e21c5

Browse files
committed
Update jackson-databind to 2.11.0
1 parent 263ea7f commit 19e21c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ targetCompatibility = JavaVersion.VERSION_1_7; // defaults to sourceCompatibilit
2929
* List of dependencies
3030
*/
3131
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");
3333
implementation(group: "com.github.java-json-tools", name: "msg-simple", version: "1.2");
3434
implementation(group: "com.google.code.findbugs", name: "jsr305", version: "3.0.2");
3535
testImplementation(group: "org.testng", name: "testng", version: "7.1.0") {
@@ -49,7 +49,7 @@ javadoc {
4949
}
5050
links("https://docs.oracle.com/javase/7/docs/api/");
5151
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/");
5353
links("https://java-json-tools.github.io/msg-simple/");
5454
}
5555
}

0 commit comments

Comments
 (0)