Skip to content

Commit 3d535ed

Browse files
WeltraumschafManuelNeuer
authored andcommitted
#36 Update Junit
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent d26c628 commit 3d535ed

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ dependencies {
2929
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
3030
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2'
3131

32-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
33-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.6.0'
34-
testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.2")
32+
testImplementation(platform('org.junit:junit-bom:5.9.3'))
33+
testImplementation('org.junit.jupiter:junit-jupiter')
3534
testImplementation 'org.springframework:spring-test:5.3.23'
3635
testImplementation 'org.hamcrest:java-hamcrest:2.0.0.0'
3736
testImplementation 'org.mockito:mockito-core:3.+'

0 commit comments

Comments
 (0)