diff options
Diffstat (limited to 'it')
-rw-r--r-- | it/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -6,7 +6,7 @@ <parent> <groupId>org.sonarsource.parent</groupId> <artifactId>parent</artifactId> - <version>71.0.0.1292</version> + <version>77.0.0.2082</version> <relativePath /> </parent> @@ -51,7 +51,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.13.1</version> + <version>4.13.2</version> <scope>test</scope> </dependency> <dependency> @@ -62,7 +62,7 @@ <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> - <version>3.24.2</version> + <version>3.26.3</version> </dependency> </dependencies> |