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 authored Oct 15, 2023
1 parent 139f60f commit 7daee1e
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
Expand Up @@ -12,7 +12,7 @@ buildscript {
}
}
dependencies {
classpath "net.serenity-bdd:serenity-gradle-plugin:3.9.8"
classpath "net.serenity-bdd:serenity-gradle-plugin:4.0.15"
}
}

Expand All @@ -26,10 +26,10 @@ sourceCompatibility = 16
targetCompatibility = 16

ext {
serenity_version = '4.0.1'
junit_platform_launcher_version="1.9.3"
cucumber_junit_platform_engine_version="7.2.3"
junit_platform_suite_version="1.9.3"
serenity_version = '4.0.15'
junit_platform_launcher_version="1.10.0"
cucumber_junit_platform_engine_version="7.14.0"
junit_platform_suite_version="1.10.0"
junit_jupiter_engine_version="5.9.3"
junit_vintage_engine_version="5.9.3"
logback_classic_version="1.2.10"
Expand Down

0 comments on commit 7daee1e

Please sign in to comment.