diff options
Diffstat (limited to 'sonar/integration-test/pom.xml')
-rw-r--r-- | sonar/integration-test/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar/integration-test/pom.xml b/sonar/integration-test/pom.xml index df77176341..a7e8ff2e53 100644 --- a/sonar/integration-test/pom.xml +++ b/sonar/integration-test/pom.xml @@ -106,7 +106,7 @@ <dependency> <groupId>org.openjdk.jmh</groupId> <artifactId>jmh-core</artifactId> - <version>1.26</version> + <version>1.27</version> <scope>test</scope> </dependency> <dependency> |