Skip to content

Commit ee658f2

Browse files
build(deps): bump org.junit:junit-bom from 6.0.3 to 6.1.0
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 6.0.3 to 6.1.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.3...r6.1.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7fd408d commit ee658f2

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
@@ -19,7 +19,7 @@ dependencies {
1919
implementation("com.nimbusds:nimbus-jose-jwt:10.9")
2020
implementation("jakarta.ws.rs:jakarta.ws.rs-api:4.0.0")
2121

22-
testImplementation(platform("org.junit:junit-bom:6.0.3"))
22+
testImplementation(platform("org.junit:junit-bom:6.1.0"))
2323
testImplementation("org.junit.jupiter:junit-jupiter")
2424
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2525
testImplementation("io.rest-assured:rest-assured:6.0.0")

0 commit comments

Comments
 (0)