Skip to content

Commit

Permalink
Merge ecc33b5 into 83aa1ce
Browse files Browse the repository at this point in the history
  • Loading branch information
GannaChernyshova committed Sep 10, 2018
2 parents 83aa1ce + ecc33b5 commit 2c8821c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jdk:
dist: trusty
addons:
chrome: stable
firefox: latest
before_install:
- test $TRAVIS_PULL_REQUEST = false && openssl aes-256-cbc -K $encrypted_2f990b57978e_key -iv $encrypted_2f990b57978e_iv
-in gradle.properties.enc -out gradle.properties -d || true
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ targetCompatibility = 1.8

project.ext {
cucumberVersion = '2.4.0'
selenideVersion = '4.12.1'
selenideVersion = '4.12.2'
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-all.zip

0 comments on commit 2c8821c

Please sign in to comment.