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 d8a31a4 commit 9692485Copy full SHA for 9692485
build.gradle
@@ -195,7 +195,7 @@ testing {
195
configureEach {
196
useJUnitJupiter()
197
dependencies {
198
- implementation 'org.junit.jupiter:junit-jupiter:5.10.2'
+ implementation 'org.junit.jupiter:junit-jupiter:5.10.3'
199
runtimeOnly 'org.junit.platform:junit-platform-launcher'
200
implementation 'org.hamcrest:hamcrest:2.2'
201
runtimeOnly "org.slf4j:slf4j-simple:${slf4jVersion}"
0 commit comments