Skip to content

Commit

Permalink
Update JMH plugin to fix deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
mlopatkin committed Apr 7, 2024
1 parent 49ada42 commit c1d4d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ errorprone = { id = "net.ltgt.errorprone", version.ref = "errorpronePlugin" }
# Runtime plugin allows preparing runtime images with JDK included
jlink = "org.beryx.runtime:1.13.1"
# JMH plugin allows building and running JMH benchmarks
jmh = "me.champeau.jmh:0.7.1"
jmh = "me.champeau.jmh:0.7.2"
# Shadow plugin provides means to prepare a single-JAR distribution of the tool
shadow = "com.github.johnrengelman.shadow:8.1.1"

0 comments on commit c1d4d11

Please sign in to comment.