Skip to content

Commit 9e2d2c6

Browse files
Update dependency org.assertj:assertj-bom to v3.27.3
1 parent 0590ffd commit 9e2d2c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: gradle/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
dependencies {
55
testImplementation(platform("org.junit:junit-bom:5.11.4"))
66
testImplementation(platform("io.cucumber:cucumber-bom:7.20.1"))
7-
testImplementation(platform("org.assertj:assertj-bom:3.25.3"))
7+
testImplementation(platform("org.assertj:assertj-bom:3.27.3"))
88

99
testImplementation("io.cucumber:cucumber-java")
1010
testImplementation("io.cucumber:cucumber-junit-platform-engine")

Diff for: maven/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>org.assertj</groupId>
3434
<artifactId>assertj-bom</artifactId>
35-
<version>3.25.3</version>
35+
<version>3.27.3</version>
3636
<type>pom</type>
3737
<scope>import</scope>
3838
</dependency>

0 commit comments

Comments
 (0)