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 616af54 commit e81e5e6Copy full SHA for e81e5e6
gradle/build.gradle.kts
@@ -2,7 +2,7 @@ plugins {
2
java
3
}
4
dependencies {
5
- testImplementation(platform("org.junit:junit-bom:5.14.0"))
+ testImplementation(platform("org.junit:junit-bom:6.0.0"))
6
testImplementation(platform("io.cucumber:cucumber-bom:7.29.0"))
7
testImplementation(platform("org.assertj:assertj-bom:3.27.6"))
8
maven/pom.xml
@@ -18,7 +18,7 @@
18
<dependency>
19
<groupId>org.junit</groupId>
20
<artifactId>junit-bom</artifactId>
21
- <version>5.14.0</version>
+ <version>6.0.0</version>
22
<type>pom</type>
23
<scope>import</scope>
24
</dependency>
0 commit comments