We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbfa619 commit cb17d45Copy full SHA for cb17d45
build.gradle
@@ -137,7 +137,7 @@ testing {
137
}
138
139
withType(JvmTestSuite).configureEach {
140
- useJUnitJupiter('5.10.0')
+ useJUnitJupiter('5.11.4')
141
targets {
142
all {
143
testTask.configure {
@@ -150,7 +150,7 @@ testing {
150
implementation 'org.mockito:mockito-core:5.16.0'
151
implementation 'org.mockito:mockito-junit-jupiter:5.16.0'
152
implementation 'com.github.stefanbirkner:system-lambda:1.2.1'
153
- implementation 'ch.qos.logback:logback-classic:1.5.17'
+ runtimeOnly 'ch.qos.logback:logback-classic:1.5.17'
154
155
156
0 commit comments