Skip to content

Commit

Permalink
Update io.cucumber to v7.3.0 {patch} (#66)
Browse files Browse the repository at this point in the history
- Updated Cucumber to 7.3.1 to avoid failure caused by Java 10 Collectors.toUnmodifiableList() method
- Force a release

{patch}

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Esta Nagy <[email protected]>
  • Loading branch information
3 people authored Apr 20, 2022
1 parent 25702ff commit a16f3e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# suppress inspection "SpellCheckingInspection" for whole file
# suppress inspection "UnusedProperty" for whole file
# rebuilds 4
# rebuilds 5
org.gradle.warning.mode=all
org.gradle.daemon=true
org.gradle.caching=true
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ junit4 = "4.13.2"
jupiter = "5.8.2"
jupiterPlatform = "1.8.2"
mockitoCore = "4.5.0"
cucumber = "7.2.3"
cucumber = "7.3.1"
testNg = "7.5"

lombokPlugin = "6.4.2"
Expand Down

0 comments on commit a16f3e8

Please sign in to comment.