We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80806c5 commit 12a0f00Copy full SHA for 12a0f00
build.gradle
@@ -196,7 +196,7 @@ testing {
196
configureEach {
197
useJUnitJupiter()
198
dependencies {
199
- implementation 'org.junit.jupiter:junit-jupiter:5.12.1'
+ implementation 'org.junit.jupiter:junit-jupiter:5.12.2'
200
runtimeOnly 'org.junit.platform:junit-platform-launcher'
201
implementation 'org.hamcrest:hamcrest:3.0'
202
runtimeOnly "org.slf4j:slf4j-simple:${slf4jVersion}"
0 commit comments