File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66 id(" maven-publish" )
77 id(" com.github.ben-manes.versions" ) version " 0.21.0"
88 id(" com.jfrog.bintray" ) version " 1.8.4"
9- id(" org.springframework.boot" ) version " 2.1.3 .RELEASE"
9+ id(" org.springframework.boot" ) version " 2.1.5 .RELEASE"
1010}
1111
1212group = " de.inoxio"
@@ -26,11 +26,11 @@ dependencies {
2626 implementation(" org.springframework.boot:spring-boot-starter" )
2727 implementation(" org.springframework.boot:spring-boot-starter-json" )
2828 // aws
29- implementation(" software.amazon.awssdk:cloudwatch:2.5.12 " )
29+ implementation(" software.amazon.awssdk:cloudwatch:2.5.54 " )
3030 // test
3131 testImplementation(" org.springframework.boot:spring-boot-starter-test" )
32- testImplementation(" org.mockito:mockito-core:2.25.1 " )
33- testImplementation(" nl.jqno.equalsverifier:equalsverifier:3.1.7 " )
32+ testImplementation(" org.mockito:mockito-core:2.28.2 " )
33+ testImplementation(" nl.jqno.equalsverifier:equalsverifier:3.1.9 " )
3434}
3535
3636java {
You can’t perform that action at this time.
0 commit comments