File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ project.ext {
3333 * List of dependencies
3434 */
3535dependencies {
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/" );
You can’t perform that action at this time.
0 commit comments