File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -878,7 +878,7 @@ extracted from the JDK download.
878878* [ Spring Framework] ( https://spring.io/ ) (5.3.39) - ` spring-test ` , ` spring-context ` modules
879879* [ Testcontainers] ( https://www.testcontainers.org ) (1.18.3)
880880* [ Cedarsoftware] ( https://github.com/jdereg/java-util ) (1.68.0)
881- * [ Guava] ( https://github.com/google/guava ) (32.1.3 -jre)
881+ * [ Guava] ( https://github.com/google/guava ) (33.4.8 -jre)
882882
883883## License
884884The project is released under version 2.0 of the [ Apache License] ( http://www.apache.org/licenses/LICENSE-2.0.html ) .
Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ project(':embedded-database-spring-test') {
298298 api ' org.springframework:spring-context:5.3.39'
299299 api ' org.springframework:spring-test:5.3.39'
300300
301- optImplementation ' com.google.guava:guava:32.1.3 -jre'
301+ optImplementation ' com.google.guava:guava:33.4.8 -jre'
302302
303303 api(' com.cedarsoftware:java-util:1.68.0' ) {
304304 exclude group : ' org.apache.logging.log4j'
You can’t perform that action at this time.
0 commit comments