Skip to content

Commit 65f86ae

Browse files
Bump the junit group with 3 updates
Bumps the junit group with 3 updates: [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework), [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) and [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework). Updates `org.junit.jupiter:junit-jupiter-api` from 5.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.0) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.4...r6.0.0) Updates `org.junit.platform:junit-platform-launcher` from 1.13.4 to 6.0.0 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/commits/r6.0.0) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: junit - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: junit - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: junit ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c0476c3 commit 65f86ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ dependencies {
8484
implementation(libs.bundles.jna)
8585

8686
testImplementation(libs.okhttpLoggingInterceptor)
87-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.4")
88-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.4")
89-
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4")
87+
testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.0")
88+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.0")
89+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.0")
9090
}
9191

9292
val dependencyVersions = listOf<String>(

0 commit comments

Comments
 (0)