diff options
Diffstat (limited to 'sonar/integration-test/pom.xml')
-rw-r--r-- | sonar/integration-test/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sonar/integration-test/pom.xml b/sonar/integration-test/pom.xml index 38a817eeec..668c6469b3 100644 --- a/sonar/integration-test/pom.xml +++ b/sonar/integration-test/pom.xml @@ -96,20 +96,20 @@ <dependency> <groupId>org.reflections</groupId> <artifactId>reflections</artifactId> - <version>0.9.11</version> + <version>0.9.12</version> <scope>test</scope> </dependency> <dependency> <groupId>org.openjdk.jmh</groupId> <artifactId>jmh-core</artifactId> - <version>1.19</version> + <version>1.25</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> - <version>1.10.7</version> + <version>1.10.8</version> <scope>test</scope> </dependency> |