Skip to content

Commit c9da3a7

Browse files
Bump org.junit:junit-bom from 6.0.0 to 6.0.1
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.0...r6.0.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4ebb485 commit c9da3a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
implementation("com.fasterxml.jackson.core:jackson-databind:2.20.1")
1818
implementation("jakarta.ws.rs:jakarta.ws.rs-api:4.0.0")
1919

20-
testImplementation(platform("org.junit:junit-bom:6.0.0"))
20+
testImplementation(platform("org.junit:junit-bom:6.0.1"))
2121
testImplementation("org.junit.jupiter:junit-jupiter")
2222
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2323
testImplementation("io.rest-assured:rest-assured:5.5.6")

0 commit comments

Comments
 (0)