diff --git a/buckpal-configuration/build.gradle b/buckpal-configuration/build.gradle index c8599bd..51afe7e 100644 --- a/buckpal-configuration/build.gradle +++ b/buckpal-configuration/build.gradle @@ -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' } diff --git a/build.gradle b/build.gradle index ae08e1d..a7e797e 100644 --- a/build.gradle +++ b/build.gradle @@ -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") } }