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 @@ -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
4141dependencyManagement {
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}
You can’t perform that action at this time.
0 commit comments