Skip to content

Commit 52011da

Browse files
authored
Merge pull request #217 from julianladisch/spring-5.3.24
Spring 5.3.24, Spring Boot 2.7.6
2 parents 36b0635 + 4f1d5d2 commit 52011da

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ extracted from the JDK download.
797797

798798
## Project dependencies
799799

800-
* [Spring Framework](http://www.springsource.org/) (4.3.25) - `spring-test`, `spring-context` modules
800+
* [Spring Framework](https://spring.io/) (5.3.24) - `spring-test`, `spring-context` modules
801801
* [Testcontainers](https://www.testcontainers.org) (1.15.0)
802802
* [Cedarsoftware](https://github.com/jdereg/java-util) (1.34.0)
803803
* [Guava](https://github.com/google/guava) (23.0)

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,22 +216,22 @@ project(':embedded-database-spring-test') {
216216

217217
compile 'org.flywaydb:flyway-core:9.8.2', optional
218218
compile 'org.flywaydb.flyway-test-extensions:flyway-spring-test:7.0.0', optional
219-
compile('org.springframework.boot:spring-boot-starter-test:2.0.9.RELEASE') {
219+
compile('org.springframework.boot:spring-boot-starter-test:2.7.6') {
220220
exclude group: 'org.mockito'
221221
optionalDeps << it // https://github.com/nebula-plugins/gradle-extra-configurations-plugin/issues/44
222222
}
223223
compile 'org.liquibase:liquibase-core:3.5.5', optional
224224

225-
compile 'org.springframework:spring-context:5.0.20.RELEASE'
226-
compile 'org.springframework:spring-test:5.0.20.RELEASE'
225+
compile 'org.springframework:spring-context:5.3.24'
226+
compile 'org.springframework:spring-test:5.3.24'
227227

228228
compile 'com.google.guava:guava:23.0'
229229

230230
compile('com.cedarsoftware:java-util:1.68.0') {
231231
exclude group: 'org.apache.logging.log4j'
232232
}
233233

234-
testCompile 'org.springframework:spring-jdbc:5.0.20.RELEASE'
234+
testCompile 'org.springframework:spring-jdbc:5.3.24'
235235
testCompile 'ch.qos.logback:logback-classic:1.2.11'
236236
testCompile 'org.mockito:mockito-core:3.12.4'
237237
testCompile 'org.assertj:assertj-core:3.23.1'

0 commit comments

Comments
 (0)