Skip to content

Commit

Permalink
Update to Serenity 4.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo authored Apr 4, 2024
1 parent 0d72f56 commit 3dfe4c5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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.15"
classpath "net.serenity-bdd:serenity-gradle-plugin:4.1.6"
}
}

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

ext {
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"
serenity_version = '4.1.6'
junit_platform_launcher_version="1.10.2"
cucumber_junit_platform_engine_version="7.16.1"
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.23.1"
}
Expand Down

0 comments on commit 3dfe4c5

Please sign in to comment.