We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c74f950 commit b732f3cCopy full SHA for b732f3c
gradle/build.gradle.kts
@@ -2,7 +2,7 @@ plugins {
2
java
3
}
4
dependencies {
5
- testImplementation(platform("org.junit:junit-bom:5.11.4"))
+ testImplementation(platform("org.junit:junit-bom:5.12.0"))
6
testImplementation(platform("io.cucumber:cucumber-bom:7.21.1"))
7
testImplementation(platform("org.assertj:assertj-bom:3.27.3"))
8
maven/pom.xml
@@ -18,7 +18,7 @@
18
<dependency>
19
<groupId>org.junit</groupId>
20
<artifactId>junit-bom</artifactId>
21
- <version>5.11.4</version>
+ <version>5.12.0</version>
22
<type>pom</type>
23
<scope>import</scope>
24
</dependency>
0 commit comments