We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ae28a8 commit 8f83566Copy full SHA for 8f83566
build.gradle
@@ -33,13 +33,13 @@ dependencies {
33
testCompile("org.springframework.boot:spring-boot-starter-test")
34
compile("com.amazonaws:aws-java-sdk-dynamodb")
35
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")
+ compile("com.fasterxml.jackson.core:jackson-databind:2.8.11")
+ testCompile("org.junit.jupiter:junit-jupiter-api:5.0.3")
+ testRuntime("org.junit.jupiter:junit-jupiter-engine:5.0.3")
39
}
40
41
dependencyManagement {
42
imports {
43
- mavenBom("com.amazonaws:aws-java-sdk-bom:1.11.67")
+ mavenBom("com.amazonaws:aws-java-sdk-bom:1.11.761")
44
45
0 commit comments