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 b946db4 commit d610428Copy full SHA for d610428
build.gradle
@@ -204,7 +204,7 @@ testing {
204
configureEach {
205
useJUnitJupiter()
206
dependencies {
207
- implementation 'org.junit.jupiter:junit-jupiter:5.13.2'
+ implementation 'org.junit.jupiter:junit-jupiter:5.13.3'
208
runtimeOnly 'org.junit.platform:junit-platform-launcher'
209
implementation 'org.hamcrest:hamcrest:3.0'
210
runtimeOnly "org.slf4j:slf4j-simple:${slf4jVersion}"
0 commit comments