Skip to content

Commit 760e4b5

Browse files
author
Michael Kunze
committed
Dependency updates
* spring-boot 2.1.3 -> 2.1.5 * cloudwatch 2.5.12 -> 2.5.54 * mockito-core 2.25.1 -> 2.28.2 * equalsverifier 3.1.7 -> 3.1.9
1 parent e81382b commit 760e4b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

1212
group = "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

3636
java {

0 commit comments

Comments
 (0)