diff --git a/pom.xml b/pom.xml index 58b1675e780a77b124b0e7b7b1a49637ed3ef7da..e440916151b1c8ab27e669c49b019f7e917b6b4c 100644 --- a/pom.xml +++ b/pom.xml @@ -64,7 +64,7 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>32.1.3-jre</version> + <version>33.0.0-jre</version> </dependency> <dependency> <groupId>org.springdoc</groupId> @@ -75,7 +75,7 @@ <dependency> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-annotations</artifactId> - <version>4.8.2</version> + <version>4.8.3</version> <scope>provided</scope> </dependency> @@ -186,7 +186,7 @@ <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> - <version>0.8.10</version> + <version>0.8.11</version> <executions> <execution> <goals>