Skip to content

Commit

Permalink
Update benchmark dependencies (simdjson#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
plokhotnyuk authored and Squiry committed Feb 29, 2024
1 parent 0d265d2 commit ab13a8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ java {

ext {
junitVersion = '5.9.1'
jsoniterScalaVersion = '2.23.2'
jsoniterScalaVersion = '2.24.4'
}

dependencies {
jmhImplementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.15.2'
jmhImplementation group: 'com.alibaba.fastjson2', name: 'fastjson2', version: '2.0.35'
jmhImplementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.16.0'
jmhImplementation group: 'com.alibaba.fastjson2', name: 'fastjson2', version: '2.0.42'
jmhImplementation group: 'com.jsoniter', name: 'jsoniter', version: '0.9.23'
jmhImplementation group: 'com.github.plokhotnyuk.jsoniter-scala', name: 'jsoniter-scala-core_2.13', version: jsoniterScalaVersion
jmhImplementation group: 'com.google.guava', name: 'guava', version: '32.1.2-jre'
Expand Down

0 comments on commit ab13a8c

Please # to comment.