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 @@ -43,12 +43,12 @@ java {
43
43
44
44
ext {
45
45
junitVersion = ' 5.9.1'
46
- jsoniterScalaVersion = ' 2.23.2 '
46
+ jsoniterScalaVersion = ' 2.24.4 '
47
47
}
48
48
49
49
dependencies {
50
- jmhImplementation group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.15.2 '
51
- jmhImplementation group : ' com.alibaba.fastjson2' , name : ' fastjson2' , version : ' 2.0.35 '
50
+ jmhImplementation group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.16.0 '
51
+ jmhImplementation group : ' com.alibaba.fastjson2' , name : ' fastjson2' , version : ' 2.0.42 '
52
52
jmhImplementation group : ' com.jsoniter' , name : ' jsoniter' , version : ' 0.9.23'
53
53
jmhImplementation group : ' com.github.plokhotnyuk.jsoniter-scala' , name : ' jsoniter-scala-core_2.13' , version : jsoniterScalaVersion
54
54
jmhImplementation group : ' com.google.guava' , name : ' guava' , version : ' 32.1.2-jre'
You can’t perform that action at this time.
0 commit comments