Skip to content

Commit b9b5bf9

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.11.3 to 5.11.4 in /start/war
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.11.3 to 5.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.3...r5.11.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2620bfc commit b9b5bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start/war/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'war'
33
description = 'WAR Module'
44

55
dependencies {
6-
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'
6+
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
77
compileOnly 'jakarta.platform:jakarta.jakartaee-api:10.0.0'
88
compileOnly 'org.eclipse.microprofile:microprofile:7.0'
99
}

0 commit comments

Comments
 (0)