Skip to content

Commit 71123c7

Browse files
committed
Update dependencies
1 parent 972fce7 commit 71123c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ java {
4444

4545
ext {
4646
junitVersion = '5.10.2'
47-
jsoniterScalaVersion = '2.28.4'
47+
jsoniterScalaVersion = '2.33.2'
4848
}
4949

5050
dependencies {
51-
jmhImplementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.17.0'
52-
jmhImplementation group: 'com.alibaba.fastjson2', name: 'fastjson2', version: '2.0.49'
51+
jmhImplementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.18.2'
52+
jmhImplementation group: 'com.alibaba.fastjson2', name: 'fastjson2', version: '2.0.56'
5353
jmhImplementation group: 'com.github.plokhotnyuk.jsoniter-scala', name: 'jsoniter-scala-core_2.13', version: jsoniterScalaVersion
5454
jmhImplementation group: 'com.google.guava', name: 'guava', version: '32.1.2-jre'
5555
compileOnly group: 'com.github.plokhotnyuk.jsoniter-scala', name: 'jsoniter-scala-macros_2.13', version: jsoniterScalaVersion

0 commit comments

Comments
 (0)