Skip to content

Commit cb17d45

Browse files
authored
Update JUnit Jupiter to 5.11.4 (#634)
1 parent fbfa619 commit cb17d45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ testing {
137137
}
138138
}
139139
withType(JvmTestSuite).configureEach {
140-
useJUnitJupiter('5.10.0')
140+
useJUnitJupiter('5.11.4')
141141
targets {
142142
all {
143143
testTask.configure {
@@ -150,7 +150,7 @@ testing {
150150
implementation 'org.mockito:mockito-core:5.16.0'
151151
implementation 'org.mockito:mockito-junit-jupiter:5.16.0'
152152
implementation 'com.github.stefanbirkner:system-lambda:1.2.1'
153-
implementation 'ch.qos.logback:logback-classic:1.5.17'
153+
runtimeOnly 'ch.qos.logback:logback-classic:1.5.17'
154154
}
155155
}
156156
}

0 commit comments

Comments
 (0)