Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 2ed535e

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.11.4
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.10.0 to 5.11.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.10.0...r5.11.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 143fa33 commit 2ed535e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dependencies {
7070
implementation("org.asynchttpclient:async-http-client:2.12.3")
7171

7272
// test
73-
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
73+
testImplementation("org.junit.jupiter:junit-jupiter:5.11.4")
7474
testImplementation("org.mockito:mockito-core:5.5.0")
7575
testImplementation("org.hamcrest:java-hamcrest:2.0.0.0")
7676
testImplementation("org.springframework.boot:spring-boot-starter-test")

0 commit comments

Comments
 (0)