File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 11import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
2- import com.jfrog.bintray.gradle.BintrayExtension
3- import com.jfrog.bintray.gradle.tasks.RecordingCopyTask
42import org.gradle.api.tasks.wrapper.Wrapper.DistributionType.ALL
53
64plugins {
75 id(" java-library" )
86 id(" maven-publish" )
97 id(" com.github.ben-manes.versions" ) version " 0.20.0"
108 id(" com.jfrog.bintray" ) version " 1.8.4"
11- id(" org.springframework.boot" ) version " 2.0.6 .RELEASE"
9+ id(" org.springframework.boot" ) version " 2.1.2 .RELEASE"
1210}
1311
1412group = " de.inoxio"
@@ -28,11 +26,11 @@ dependencies {
2826 implementation(" org.springframework.boot:spring-boot-starter" )
2927 implementation(" org.springframework.boot:spring-boot-starter-json" )
3028 // aws
31- implementation(" software.amazon.awssdk:cloudwatch:2.0.6 " )
29+ implementation(" software.amazon.awssdk:cloudwatch:2.3.9 " )
3230 // test
3331 testImplementation(" org.springframework.boot:spring-boot-starter-test" )
34- testImplementation(" org.mockito:mockito-core:2.23.0 " )
35- testImplementation(" nl.jqno.equalsverifier:equalsverifier:3.0 " )
32+ testImplementation(" org.mockito:mockito-core:2.23.4 " )
33+ testImplementation(" nl.jqno.equalsverifier:equalsverifier:3.1.4 " )
3634}
3735
3836java {
You can’t perform that action at this time.
0 commit comments