Skip to content

Commit 15845a5

Browse files
committed
jackson库升级到2.12.5!
1 parent d11fe91 commit 15845a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ apply from: rootDir.canonicalPath + '/.gradle/publish.gradle'
2222
defaultTasks 'shadowJar'
2323

2424
group = 'com.github.wjw465150' //Sonatype上的Issue里填写的`Group Id`,可以跟package路径完全不一样
25-
version = "2.11.4"
25+
version = "2.12.5"
2626
[compileJava, compileTestJava, javadoc]*.options*.encoding = 'UTF-8'
2727

2828
repositories {

0 commit comments

Comments
 (0)