Skip to content

Commit 07a01b3

Browse files
committed
Update dependencies
1 parent 47c642f commit 07a01b3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

build.gradle

+8-8
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,20 @@ java {
4343
}
4444

4545
ext {
46-
junitVersion = '5.10.2'
47-
jsoniterScalaVersion = '2.28.4'
46+
junitVersion = '5.12.0'
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
54-
jmhImplementation group: 'com.google.guava', name: 'guava', version: '32.1.2-jre'
54+
jmhImplementation group: 'com.google.guava', name: 'guava', version: '33.4.0-jre'
5555
compileOnly group: 'com.github.plokhotnyuk.jsoniter-scala', name: 'jsoniter-scala-macros_2.13', version: jsoniterScalaVersion
5656

57-
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.24.2'
58-
testImplementation group: 'org.apache.commons', name: 'commons-text', version: '1.10.0'
59-
testImplementation group: 'org.junit-pioneer', name: 'junit-pioneer', version: '2.2.0'
57+
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.27.3'
58+
testImplementation group: 'org.apache.commons', name: 'commons-text', version: '1.13.0'
59+
testImplementation group: 'org.junit-pioneer', name: 'junit-pioneer', version: '2.3.0'
6060
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: junitVersion
6161
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: junitVersion
6262
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: junitVersion

0 commit comments

Comments
 (0)