File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ project.ext {
33
33
* List of dependencies
34
34
*/
35
35
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 " );
37
37
compile(group : " com.google.guava" , name : " guava" , version : " 28.2-android" );
38
38
compile(group : " com.github.java-json-tools" , name : " jackson-coreutils" , version : " 1.12" );
39
39
compile(group : " com.github.java-json-tools" , name : " uri-template" , version : " 0.10" );
@@ -60,8 +60,8 @@ javadoc {
60
60
}
61
61
links(" https://docs.oracle.com/javase/7/docs/api/" );
62
62
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 /" );
65
65
links(" https://www.javadoc.io/doc/com.google.guava/guava/28.2-android/" );
66
66
links(" https://java-json-tools.github.io/btf/" );
67
67
links(" https://java-json-tools.github.io/msg-simple/" );
You can’t perform that action at this time.
0 commit comments