We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e984d61 commit b218243Copy full SHA for b218243
build.gradle
@@ -62,8 +62,8 @@ dependencies {
62
compile 'io.cucumber:cucumber-java8:4.2.3'
63
compile 'io.cucumber:cucumber-junit:4.2.3'
64
compile 'com.fasterxml.jackson.core:jackson-databind:2.8.8'
65
- compile 'software.amazon.awssdk:s3:2.5.18'
66
- compile 'software.amazon.awssdk:codebuild:2.5.18'
+ compile 'software.amazon.awssdk:s3:2.5.23'
+ compile 'software.amazon.awssdk:codebuild:2.5.23'
67
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
68
}
69
0 commit comments