Skip to content

Commit

Permalink
Specify version of JMH annprocess.
Browse files Browse the repository at this point in the history
  • Loading branch information
wrandelshofer committed Aug 30, 2024
1 parent e9323fc commit 357bffb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,12 @@
<version>1.37</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-generator-annprocess</artifactId>
<version>1.37</version>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.jspecify/jspecify -->
<dependency>
<groupId>org.jspecify</groupId>
Expand Down

0 comments on commit 357bffb

Please sign in to comment.