Skip to content

Commit ede2211

Browse files
Bump org.junit.jupiter:junit-jupiter-api from 5.9.1 to 5.11.0
Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.9.1 to 5.11.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.9.1...r5.11.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0466ea4 commit ede2211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laa-ccms-spring-boot-gradle-plugin/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
implementation "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
1919
implementation "io.spring.gradle:dependency-management-plugin:$springBootDependencyManagementPluginVersion"
2020

21-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.1'
21+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'
2222
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
2323
}
2424

0 commit comments

Comments
 (0)