Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ extracted from the JDK download.
* [Spring Framework](https://spring.io/) (5.3.39) - `spring-test`, `spring-context` modules
* [Testcontainers](https://www.testcontainers.org) (1.18.3)
* [Cedarsoftware](https://github.com/jdereg/java-util) (1.68.0)
* [Guava](https://github.com/google/guava) (32.1.3-jre)
* [Guava](https://github.com/google/guava) (33.4.8-jre)

## License
The project is released under version 2.0 of the [Apache License](http://www.apache.org/licenses/LICENSE-2.0.html).
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ project(':embedded-database-spring-test') {
api 'org.springframework:spring-context:5.3.39'
api 'org.springframework:spring-test:5.3.39'

optImplementation 'com.google.guava:guava:32.1.3-jre'
optImplementation 'com.google.guava:guava:33.4.8-jre'

api('com.cedarsoftware:java-util:1.68.0') {
exclude group: 'org.apache.logging.log4j'
Expand Down