Skip to content

Commit 83f5670

Browse files
committed
Bump jackson-databind to 2.11.0
1 parent bf09fe8 commit 83f5670

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ project.ext {
3333
* List of dependencies
3434
*/
3535
dependencies {
36-
compile(group: "com.fasterxml.jackson.core", name: "jackson-databind", version: "2.10.2");
36+
compile(group: "com.fasterxml.jackson.core", name: "jackson-databind", version: "2.11.0");
3737
compile(group: "com.google.guava", name: "guava", version: "28.2-android");
3838
compile(group: "com.github.java-json-tools", name: "jackson-coreutils", version: "1.12");
3939
compile(group: "com.github.java-json-tools", name: "uri-template", version: "0.10");
@@ -60,8 +60,8 @@ javadoc {
6060
}
6161
links("https://docs.oracle.com/javase/7/docs/api/");
6262
links("https://www.javadoc.io/doc/com.google.code.findbugs/jsr305/3.0.2/");
63-
links("https://fasterxml.github.io/jackson-databind/javadoc/2.10/");
64-
links("https://fasterxml.github.io/jackson-core/javadoc/2.10/");
63+
links("https://fasterxml.github.io/jackson-databind/javadoc/2.11/");
64+
links("https://fasterxml.github.io/jackson-core/javadoc/2.11/");
6565
links("https://www.javadoc.io/doc/com.google.guava/guava/28.2-android/");
6666
links("https://java-json-tools.github.io/btf/");
6767
links("https://java-json-tools.github.io/msg-simple/");

0 commit comments

Comments
 (0)