Skip to content

Commit edafbbf

Browse files
Bump org.junit:junit-bom from 6.1.0 to 6.1.1
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.1.0...r6.1.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 558b5d6 commit edafbbf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ repositories {
3535
}
3636

3737
dependencies {
38-
testImplementation(platform("org.junit:junit-bom:6.1.0"))
39-
testImplementation("org.junit.jupiter:junit-jupiter:6.1.0")
40-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.0")
38+
testImplementation(platform("org.junit:junit-bom:6.1.1"))
39+
testImplementation("org.junit.jupiter:junit-jupiter:6.1.1")
40+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.1")
4141

4242
implementation("com.google.guava:guava:33.6.0-jre")
4343

0 commit comments

Comments
 (0)