Skip to content

Commit

Permalink
Update the cucumber version
Browse files Browse the repository at this point in the history
  • Loading branch information
derwasp committed May 7, 2019
1 parent f8c8781 commit c77b1f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ dependencyManagement {
}

dependencies {
compile 'io.cucumber:cucumber-core:4.2.3'
compile 'io.cucumber:cucumber-java:4.2.3'
compile 'io.cucumber:cucumber-java8:4.2.3'
compile 'io.cucumber:cucumber-junit:4.2.3'
compile 'io.cucumber:cucumber-core:4.3.1'
compile 'io.cucumber:cucumber-java:4.3.1'
compile 'io.cucumber:cucumber-java8:4.3.1'
compile 'io.cucumber:cucumber-junit:4.3.1'
compile 'software.amazon.awssdk:s3:2.5.23'
compile 'software.amazon.awssdk:codebuild:2.5.23'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
Expand Down

0 comments on commit c77b1f8

Please sign in to comment.