Skip to content

Commit

Permalink
Upgrade to JMH 1.37
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Nov 7, 2023
1 parent a9704c6 commit bf34273
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ repositories {
}

dependencies {
annotationProcessor 'org.openjdk.jmh:jmh-generator-annprocess:1.36'
implementation 'org.openjdk.jmh:jmh-core:1.36'
annotationProcessor 'org.openjdk.jmh:jmh-generator-annprocess:1.37'
implementation 'org.openjdk.jmh:jmh-core:1.37'
implementation 'io.sf.carte:xml-dtd:4.2.1'
implementation 'io.sf.carte:css4j:4.2.1'
implementation(group: 'io.sf.carte', name: 'css4j', version: '4.2.1', classifier: 'tests')
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<!--
JMH version to use with this project.
-->
<jmh.version>1.36</jmh.version>
<jmh.version>1.37</jmh.version>

<!--
Java version to use for compilation.
Expand Down

0 comments on commit bf34273

Please sign in to comment.