Skip to content

Commit

Permalink
Update to 4.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo authored May 12, 2024
1 parent a61e573 commit ee25650
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.15"
id "net.serenity-bdd.serenity-gradle-plugin" version "4.1.12"
id 'java'
id 'eclipse'
id 'idea'
Expand All @@ -11,13 +11,13 @@ repositories {
mavenCentral()
}

sourceCompatibility = 1.8
targetCompatibility = 1.8
sourceCompatibility = 16
targetCompatibility = 16

ext {
slf4jVersion = '1.7.30'
serenityCoreVersion = '4.0.15'
junitVersion = '5.10.0'
serenityCoreVersion = '4.1.12'
junitVersion = '5.10.2'
assertJVersion = '3.24.2'
logbackVersion = '1.2.10'
}
Expand Down

0 comments on commit ee25650

Please sign in to comment.