Skip to content

Commit 582a6cd

Browse files
authored
Merge pull request #4 from psytraxx/dependabot/gradle/backend/org.junit.jupiter-junit-jupiter-api-5.7.0
Bump junit-jupiter-api from 5.3.1 to 5.7.0 in /backend
2 parents 4afef91 + 7be8bc5 commit 582a6cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
testImplementation('org.springframework.boot:spring-boot-starter-test') {
2525
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
2626
}
27-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.1'
27+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0'
2828
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.3.1'
2929
// end::tests[]
3030
}

0 commit comments

Comments
 (0)