Skip to content

Commit 3ab7b5a

Browse files
committed
upgrade to spring framework 4.3.21
1 parent 0d62edf commit 3ab7b5a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

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

374374
* [PostgreSQL Binaries](https://github.com/zonkyio/embedded-postgres-binaries) (11.1)
375375
* [Embedded Postgres](https://github.com/zonkyio/embedded-postgres) (1.2.0) - a fork of [OpenTable Embedded PostgreSQL Component](https://github.com/opentable/otj-pg-embedded)
376-
* [Spring Framework](http://www.springsource.org/) (4.3.18) - `spring-test`, `spring-context` modules
376+
* [Spring Framework](http://www.springsource.org/) (4.3.21) - `spring-test`, `spring-context` modules
377377
* [Flyway](https://github.com/flyway/) (5.0.7)
378378
* [Guava](https://github.com/google/guava) (23.0)
379379

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ project(':embedded-database-spring-test') {
148148
compile project(':embedded-database-spring-test-autoconfigure')
149149

150150
compile 'io.zonky.test:embedded-postgres:1.2.0'
151-
compile 'org.springframework:spring-context:4.3.18.RELEASE'
152-
compile 'org.springframework:spring-test:4.3.18.RELEASE'
151+
compile 'org.springframework:spring-context:4.3.21.RELEASE'
152+
compile 'org.springframework:spring-test:4.3.21.RELEASE'
153153
compile "org.flywaydb:flyway-core:$flywayCoreVersion"
154154
compile "org.flywaydb.flyway-test-extensions:flyway-spring-test:$flywayTestVersion"
155155
compile 'com.google.guava:guava:23.0'

0 commit comments

Comments
 (0)