We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0590ffd commit 9e2d2c6Copy full SHA for 9e2d2c6
gradle/build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
dependencies {
5
testImplementation(platform("org.junit:junit-bom:5.11.4"))
6
testImplementation(platform("io.cucumber:cucumber-bom:7.20.1"))
7
- testImplementation(platform("org.assertj:assertj-bom:3.25.3"))
+ testImplementation(platform("org.assertj:assertj-bom:3.27.3"))
8
9
testImplementation("io.cucumber:cucumber-java")
10
testImplementation("io.cucumber:cucumber-junit-platform-engine")
maven/pom.xml
@@ -32,7 +32,7 @@
32
<dependency>
33
<groupId>org.assertj</groupId>
34
<artifactId>assertj-bom</artifactId>
35
- <version>3.25.3</version>
+ <version>3.27.3</version>
36
<type>pom</type>
37
<scope>import</scope>
38
</dependency>
0 commit comments