Skip to content

Commit c1c29cd

Browse files
Bump the junit group with 4 updates
Bumps the junit group with 4 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), [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) and [org.junit.platform:junit-platform-commons](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) Updates `org.junit.platform:junit-platform-commons` 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 - dependency-name: org.junit.platform:junit-platform-commons dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: junit ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d7c3bf7 commit c1c29cd

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

api-model-v1-41/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,11 @@ dependencies {
123123
ksp("com.squareup.moshi:moshi-kotlin-codegen:${libs.versions.moshi.get()}")
124124
compileOnly(libs.okhttp)
125125

126-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.4")
127-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.4")
126+
testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.0")
127+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.0")
128128
testRuntimeOnly("cglib:cglib-nodep:3.3.0")
129-
testImplementation("org.junit.platform:junit-platform-launcher:1.13.4")
130-
testImplementation("org.junit.platform:junit-platform-commons:1.13.4")
129+
testImplementation("org.junit.platform:junit-platform-launcher:6.0.0")
130+
testImplementation("org.junit.platform:junit-platform-commons:6.0.0")
131131
// testImplementation("io.kotlintest:kotlintest-runner-junit5:3.4.2")
132132
}
133133

api-model-v1-45/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,11 @@ dependencies {
123123
ksp("com.squareup.moshi:moshi-kotlin-codegen:${libs.versions.moshi.get()}")
124124
compileOnly(libs.okhttp)
125125

126-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.4")
127-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.4")
126+
testImplementation("org.junit.jupiter:junit-jupiter-api:6.0.0")
127+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.0.0")
128128
testRuntimeOnly("cglib:cglib-nodep:3.3.0")
129-
testImplementation("org.junit.platform:junit-platform-launcher:1.13.4")
130-
testImplementation("org.junit.platform:junit-platform-commons:1.13.4")
129+
testImplementation("org.junit.platform:junit-platform-launcher:6.0.0")
130+
testImplementation("org.junit.platform:junit-platform-commons:6.0.0")
131131
// testImplementation("io.kotlintest:kotlintest-runner-junit5:3.4.2")
132132
}
133133

0 commit comments

Comments
 (0)