Skip to content

Commit

Permalink
Upgrade JMH build plugins
Browse files Browse the repository at this point in the history
This commit upgrades the Gradle JMH plugin to 0.6.8 and the companion
JMH version to 1.36.
  • Loading branch information
bclozel committed Dec 5, 2022
1 parent 63d8416 commit e9ada8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -10,7 +10,7 @@ plugins {
id 'com.github.ben-manes.versions' version '0.42.0'
id 'com.github.johnrengelman.shadow' version '7.1.2' apply false
id 'de.undercouch.download' version '5.1.0'
id 'me.champeau.jmh' version '0.6.6' apply false
id 'me.champeau.jmh' version '0.6.8' apply false
}

ext {
Expand Down
4 changes: 2 additions & 2 deletions gradle/spring-module.gradle
Expand Up @@ -8,8 +8,8 @@ apply plugin: 'me.champeau.jmh'
apply from: "$rootDir/gradle/publications.gradle"

dependencies {
jmh 'org.openjdk.jmh:jmh-core:1.32'
jmh 'org.openjdk.jmh:jmh-generator-annprocess:1.32'
jmh 'org.openjdk.jmh:jmh-core:1.36'
jmh 'org.openjdk.jmh:jmh-generator-annprocess:1.36'
jmh 'net.sf.jopt-simple:jopt-simple'
}

Expand Down

0 comments on commit e9ada8d

Please sign in to comment.