Skip to content

Commit

Permalink
Bump JMH to 1.33
Browse files Browse the repository at this point in the history
  • Loading branch information
bric3 committed Nov 12, 2021
1 parent d89c11f commit 70ae001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ project_issues=https://github.com/melix/jmh-gradle-plugin/issues
project_vcs=https://github.com/melix/jmh-gradle-plugin.git

jacocoVersion = 0.8.4
jmhVersion = 1.29
jmhVersion = 1.33
shadowVersion = 5.1.0
spockVersion = 2.0-groovy-3.0
2 changes: 1 addition & 1 deletion src/main/java/me/champeau/jmh/DefaultsConfigurer.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

class DefaultsConfigurer {
public static void configureDefaults(JmhParameters params, Project project) {
params.getJmhVersion().convention("1.29");
params.getJmhVersion().convention("1.33");
params.getIncludeTests().convention(true);
params.getZip64().convention(false);
params.getDuplicateClassesStrategy().convention(DuplicatesStrategy.INCLUDE);
Expand Down

0 comments on commit 70ae001

Please sign in to comment.