Skip to content

Commit

Permalink
updates JMH lib version
Browse files Browse the repository at this point in the history
Signed-off-by: Oleh Dokuka <odokuka@vmware.com>
Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
  • Loading branch information
OlegDokuka committed Sep 14, 2022
1 parent 01f5458 commit 9804688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ dependencies {
compileOnly "io.rsocket:rsocket-transport-local:${perfBaselineVersion}"
compileOnly "io.rsocket:rsocket-transport-netty:${perfBaselineVersion}"

implementation "org.openjdk.jmh:jmh-core:1.21"
annotationProcessor "org.openjdk.jmh:jmh-generator-annprocess:1.21"
implementation "org.openjdk.jmh:jmh-core:1.35"
annotationProcessor "org.openjdk.jmh:jmh-generator-annprocess:1.35"

current project(':rsocket-core')
current project(':rsocket-transport-local')
Expand Down

0 comments on commit 9804688

Please sign in to comment.