Skip to content

Commit f841179

Browse files
authored
Update jmh version to avoid build failures (#164)
1 parent b76d374 commit f841179

File tree

1 file changed

+2
-2
lines changed
  • aws-xray-recorder-sdk-benchmark

1 file changed

+2
-2
lines changed

aws-xray-recorder-sdk-benchmark/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<properties>
1919
<java.version>1.8</java.version>
20-
<jmh.version>1.8</jmh.version>
20+
<jmh.version>1.23</jmh.version>
2121

2222
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2323
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
@@ -126,4 +126,4 @@
126126
<version>${jmh.version}</version>
127127
</dependency>
128128
</dependencies>
129-
</project>
129+
</project>

0 commit comments

Comments
 (0)