Skip to content

Commit c4b2f0c

Browse files
build(deps): bump org.junit:junit-bom from 6.0.2 to 6.0.3 (#35)
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.2...r6.0.3) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 90c5339 commit c4b2f0c

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
@@ -18,7 +18,7 @@ dependencies {
1818
implementation("com.fasterxml.jackson.core:jackson-databind:2.21.0")
1919
implementation("jakarta.ws.rs:jakarta.ws.rs-api:4.0.0")
2020

21-
testImplementation(platform("org.junit:junit-bom:6.0.2"))
21+
testImplementation(platform("org.junit:junit-bom:6.0.3"))
2222
testImplementation("org.junit.jupiter:junit-jupiter")
2323
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
2424
testImplementation("io.rest-assured:rest-assured:6.0.0")

0 commit comments

Comments
 (0)