We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6434ac7 commit 33281a5Copy full SHA for 33281a5
gradle/build.gradle.kts
@@ -2,7 +2,7 @@ plugins {
2
java
3
}
4
dependencies {
5
- testImplementation(platform("org.junit:junit-bom:5.10.2"))
+ testImplementation(platform("org.junit:junit-bom:5.10.3"))
6
testImplementation(platform("io.cucumber:cucumber-bom:7.18.0"))
7
8
testImplementation("io.cucumber:cucumber-java")
maven/pom.xml
@@ -18,7 +18,7 @@
18
<dependency>
19
<groupId>org.junit</groupId>
20
<artifactId>junit-bom</artifactId>
21
- <version>5.10.2</version>
+ <version>5.10.3</version>
22
<type>pom</type>
23
<scope>import</scope>
24
</dependency>
0 commit comments