Skip to content

Commit

Permalink
Fixed merge
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Oct 18, 2023
2 parents 822a7a6 + 7974d21 commit d2b5882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "net.serenity-bdd.serenity-gradle-plugin" version "4.0.0-beta-3"
id "net.serenity-bdd.serenity-gradle-plugin" version "4.0.15"
id 'java'
}

Expand All @@ -14,7 +14,7 @@ targetCompatibility = 17

ext {
slf4jVersion = '1.7.7'
serenityCoreVersion = '4.0.14'
serenityCoreVersion = '4.0.15'
junitVersion = '5.10.0'
assertJVersion = '3.23.1'
lombokVersion = '1.18.24'
Expand Down

0 comments on commit d2b5882

Please sign in to comment.