We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bf303c commit b4da4f0Copy full SHA for b4da4f0
build.gradle
@@ -2,7 +2,7 @@ import org.springframework.boot.gradle.run.BootRunTask
2
3
buildscript {
4
ext {
5
- springBootVersion = '1.5.3.RELEASE'
+ springBootVersion = '1.5.4.RELEASE'
6
}
7
repositories {
8
mavenCentral()
@@ -61,14 +61,14 @@ dependencies {
61
compile("org.flywaydb:flyway-core:4.1.2")
62
63
compile("org.projectlombok:lombok:1.16.16")
64
- compile("com.google.guava:guava:21.0")
+ compile("com.google.guava:guava:22.0")
65
compile("nl.stil4m:mollie-api:2.6.2")
66
67
runtime("org.hsqldb:hsqldb")
68
runtime("org.postgresql:postgresql")
69
70
testCompile("org.springframework.boot:spring-boot-starter-test")
71
- testCompile("io.rest-assured:rest-assured:3.0.2")
+ testCompile("io.rest-assured:rest-assured:3.0.3")
72
73
74
eclipse {
0 commit comments