diff options
Diffstat (limited to 'sonar/integration-test/pom.xml')
-rw-r--r-- | sonar/integration-test/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar/integration-test/pom.xml b/sonar/integration-test/pom.xml index d28861c891..bfa37a2028 100644 --- a/sonar/integration-test/pom.xml +++ b/sonar/integration-test/pom.xml @@ -112,13 +112,13 @@ <dependency> <groupId>org.openjdk.jmh</groupId> <artifactId>jmh-core</artifactId> - <version>1.25</version> + <version>1.26</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> - <version>1.10.8</version> + <version>1.10.9</version> <scope>test</scope> </dependency> |