Merge pull request #5 from mdeinum/master

Upgrade to Spring Boot 2.1.9
This commit is contained in:
Tom Hombergs
2019-11-16 08:44:04 +11:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id "org.springframework.boot" version "2.1.7.RELEASE"
id "org.springframework.boot" version "2.1.9.RELEASE"
}
dependencies {
@@ -17,10 +17,10 @@ dependencies {
exclude group: 'junit' // excluding junit 4
}
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.0.1'
testImplementation 'org.junit.platform:junit-platform-launcher:1.4.2'
testImplementation 'org.mockito:mockito-junit-jupiter:2.23.0'
testImplementation 'com.tngtech.archunit:archunit:0.9.3'
testImplementation 'de.adesso:junit-insights:1.1.0'
testImplementation 'org.junit.platform:junit-platform-launcher:1.4.2'
testImplementation 'com.h2database:h2'
}

View File

@@ -17,7 +17,7 @@ subprojects {
dependencyManagement {
imports {
mavenBom("org.springframework.boot:spring-boot-dependencies:2.1.7.RELEASE")
mavenBom("org.springframework.boot:spring-boot-dependencies:2.1.9.RELEASE")
}
}