Skip to content

Commit

Permalink
Update to 4.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Oct 15, 2023
1 parent 1207564 commit 2e38f73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = 16

ext {
slf4jVersion = '1.7.7'
serenityCoreVersion = '4.0.1'
serenityCoreVersion = '4.0.15'
junitVersion = '5.10.0'
assertJVersion = '3.23.1'
lombokVersion = '1.18.24'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<name>Sample Serenity BDD project using JUnit 5</name>

<properties>
<serenity.version>4.0.12</serenity.version>
<serenity.version>4.0.15</serenity.version>
<junit5.version>5.10.0</junit5.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<encoding>UTF-8</encoding>
Expand Down

0 comments on commit 2e38f73

Please sign in to comment.