Skip to content

Commit 33281a5

Browse files
Update dependency org.junit:junit-bom to v5.10.3
1 parent 6434ac7 commit 33281a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
java
33
}
44
dependencies {
5-
testImplementation(platform("org.junit:junit-bom:5.10.2"))
5+
testImplementation(platform("org.junit:junit-bom:5.10.3"))
66
testImplementation(platform("io.cucumber:cucumber-bom:7.18.0"))
77

88
testImplementation("io.cucumber:cucumber-java")

maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>org.junit</groupId>
2020
<artifactId>junit-bom</artifactId>
21-
<version>5.10.2</version>
21+
<version>5.10.3</version>
2222
<type>pom</type>
2323
<scope>import</scope>
2424
</dependency>

0 commit comments

Comments
 (0)