Skip to content

Commit 3483617

Browse files
authored
Merge pull request #16 from danielkocot/renovate/junit5-monorepo
Update junit5 monorepo to v5.7.2
2 parents 1e15e64 + ed1a021 commit 3483617

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ dependencies {
3838
runtimeOnly 'com.h2database:h2'
3939

4040
testImplementation('org.springframework.boot:spring-boot-starter-test')
41-
testImplementation('org.junit.jupiter:junit-jupiter-api:5.4.2')
42-
testRuntime('org.junit.jupiter:junit-jupiter-engine:5.4.2')
41+
testImplementation('org.junit.jupiter:junit-jupiter-api:5.7.2')
42+
testRuntime('org.junit.jupiter:junit-jupiter-engine:5.7.2')
4343
testImplementation 'org.springframework.restdocs:spring-restdocs-mockmvc'
4444

4545

0 commit comments

Comments
 (0)