Skip to content

Commit ab13a8c

Browse files
plokhotnyukSquiry
authored andcommitted
Update benchmark dependencies (simdjson#31)
1 parent 0d265d2 commit ab13a8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ java {
4343

4444
ext {
4545
junitVersion = '5.9.1'
46-
jsoniterScalaVersion = '2.23.2'
46+
jsoniterScalaVersion = '2.24.4'
4747
}
4848

4949
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'
5252
jmhImplementation group: 'com.jsoniter', name: 'jsoniter', version: '0.9.23'
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'

0 commit comments

Comments
 (0)