Skip to content

Commit b4da4f0

Browse files
Sille KamoenMatthijsKok
Sille Kamoen
authored andcommitted
Upgrade Spring Boot to 1.5.4 and other minor version upgrades (#413)
1 parent 8bf303c commit b4da4f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.springframework.boot.gradle.run.BootRunTask
22

33
buildscript {
44
ext {
5-
springBootVersion = '1.5.3.RELEASE'
5+
springBootVersion = '1.5.4.RELEASE'
66
}
77
repositories {
88
mavenCentral()
@@ -61,14 +61,14 @@ dependencies {
6161
compile("org.flywaydb:flyway-core:4.1.2")
6262

6363
compile("org.projectlombok:lombok:1.16.16")
64-
compile("com.google.guava:guava:21.0")
64+
compile("com.google.guava:guava:22.0")
6565
compile("nl.stil4m:mollie-api:2.6.2")
6666

6767
runtime("org.hsqldb:hsqldb")
6868
runtime("org.postgresql:postgresql")
6969

7070
testCompile("org.springframework.boot:spring-boot-starter-test")
71-
testCompile("io.rest-assured:rest-assured:3.0.2")
71+
testCompile("io.rest-assured:rest-assured:3.0.3")
7272
}
7373

7474
eclipse {

0 commit comments

Comments
 (0)