Skip to content

Commit 8f83566

Browse files
committed
update dependencies
1 parent 7ae28a8 commit 8f83566

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ dependencies {
3333
testCompile("org.springframework.boot:spring-boot-starter-test")
3434
compile("com.amazonaws:aws-java-sdk-dynamodb")
3535
compile("com.amazonaws:aws-java-sdk-sns")
36-
compile("com.fasterxml.jackson.core:jackson-databind:2.8.4")
37-
testCompile("org.junit.jupiter:junit-jupiter-api:5.0.0")
38-
testRuntime("org.junit.jupiter:junit-jupiter-engine:5.0.0")
36+
compile("com.fasterxml.jackson.core:jackson-databind:2.8.11")
37+
testCompile("org.junit.jupiter:junit-jupiter-api:5.0.3")
38+
testRuntime("org.junit.jupiter:junit-jupiter-engine:5.0.3")
3939
}
4040

4141
dependencyManagement {
4242
imports {
43-
mavenBom("com.amazonaws:aws-java-sdk-bom:1.11.67")
43+
mavenBom("com.amazonaws:aws-java-sdk-bom:1.11.761")
4444
}
4545
}

0 commit comments

Comments
 (0)