Skip to content

Commit 6b1dca4

Browse files
Update junit5 monorepo
1 parent a293714 commit 6b1dca4

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
@@ -234,8 +234,8 @@ dependencyCheck {
234234
// it is important to specify logback classic and core packages explicitly as libraries like spring boot
235235
// enforces it's own (older) version which is not recommended.
236236
def versions = [
237-
junit: '5.9.2',
238-
junitPlatform: '1.9.2',
237+
junit: '5.12.0',
238+
junitPlatform: '1.12.0',
239239
mockitoJupiter: '3.3.3',
240240
reformLogging: '6.0.1',
241241
apiguardian : '1.1.2',

0 commit comments

Comments
 (0)