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 6b6de17 commit 3c5d12bCopy full SHA for 3c5d12b
build.gradle
@@ -195,7 +195,7 @@ testing {
195
configureEach {
196
useJUnitJupiter()
197
dependencies {
198
- implementation 'org.junit.jupiter:junit-jupiter:5.11.4'
+ implementation 'org.junit.jupiter:junit-jupiter:5.12.0'
199
runtimeOnly 'org.junit.platform:junit-platform-launcher'
200
implementation 'org.hamcrest:hamcrest:3.0'
201
runtimeOnly "org.slf4j:slf4j-simple:${slf4jVersion}"
0 commit comments