Skip to content

Commit 4af6599

Browse files
Bump the junit group with 4 updates (#369)
Bumps the junit group with 4 updates: [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5), [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5), [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) and [org.junit.platform:junit-platform-commons](https://github.com/junit-team/junit5). Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.3 to 5.11.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.3...r5.11.0) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.3 to 5.11.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.3...r5.11.0) Updates `org.junit.platform:junit-platform-launcher` from 1.10.3 to 1.11.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) Updates `org.junit.platform:junit-platform-commons` from 1.10.3 to 1.11.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: junit - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-minor dependency-group: junit - dependency-name: org.junit.platform:junit-platform-launcher dependency-type: direct:production update-type: version-update:semver-minor dependency-group: junit - dependency-name: org.junit.platform:junit-platform-commons dependency-type: direct:production update-type: version-update:semver-minor dependency-group: junit ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 455ba80 commit 4af6599

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,11 @@ dependencies {
126126
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.1")
127127
compileOnly("com.squareup.okhttp3:okhttp:4.12.0")
128128

129-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.3")
130-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.3")
129+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
130+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0")
131131
testRuntimeOnly("cglib:cglib-nodep:3.3.0")
132-
testImplementation("org.junit.platform:junit-platform-launcher:1.10.3")
133-
testImplementation("org.junit.platform:junit-platform-commons:1.10.3")
132+
testImplementation("org.junit.platform:junit-platform-launcher:1.11.0")
133+
testImplementation("org.junit.platform:junit-platform-commons:1.11.0")
134134
// testImplementation("io.kotlintest:kotlintest-runner-junit5:3.4.2")
135135
}
136136

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,11 @@ dependencies {
126126
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.1")
127127
compileOnly("com.squareup.okhttp3:okhttp:4.12.0")
128128

129-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.3")
130-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.3")
129+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
130+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0")
131131
testRuntimeOnly("cglib:cglib-nodep:3.3.0")
132-
testImplementation("org.junit.platform:junit-platform-launcher:1.10.3")
133-
testImplementation("org.junit.platform:junit-platform-commons:1.10.3")
132+
testImplementation("org.junit.platform:junit-platform-launcher:1.11.0")
133+
testImplementation("org.junit.platform:junit-platform-commons:1.11.0")
134134
// testImplementation("io.kotlintest:kotlintest-runner-junit5:3.4.2")
135135
}
136136

0 commit comments

Comments
 (0)