Skip to content

Commit 9e8bc9b

Browse files
authored
Merge pull request #325 from zonkyio/#317-upgrade-guava-fix-unsafe-warning
#317 Upgrade Guava to 33.4.8 to fix sun.misc.Unsafe warning on JDK 24+
2 parents 980d8ea + 39850c0 commit 9e8bc9b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
884884
The project is released under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0.html).

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)