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 be24b78 commit b510152
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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:4.0.19"
classpath "net.serenity-bdd:serenity-gradle-plugin:4.1.12"
}
}

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

ext {
serenity_version = '4.0.19'
junit_platform_launcher_version="1.10.0"
serenity_version = '4.1.12'
junit_platform_launcher_version="1.10.2"
cucumber_junit_platform_engine_version="7.4.0"
junit_platform_suite_version="1.10.0"
junit_jupiter_engine_version="5.10.0"
junit_vintage_engine_version="5.10.0"
junit_platform_suite_version="1.10.2"
junit_jupiter_engine_version="5.10.2"
junit_vintage_engine_version="5.10.2"
logback_classic_version="1.2.10"
assertj_core_version="3.24.2"
}
Expand Down

0 comments on commit b510152

Please sign in to comment.