Skip to content

Commit f70f603

Browse files
Bump the junit group with 4 updates (#357)
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.2 to 5.10.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.2...r5.10.3) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.2 to 5.10.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.2...r5.10.3) Updates `org.junit.platform:junit-platform-launcher` from 1.10.2 to 1.10.3 - [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.2 to 1.10.3 - [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-patch dependency-group: junit - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit - dependency-name: org.junit.platform:junit-platform-launcher dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit - dependency-name: org.junit.platform:junit-platform-commons dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a1c656a commit f70f603

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
@@ -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.2")
130-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
129+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.3")
130+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.3")
131131
testRuntimeOnly("cglib:cglib-nodep:3.3.0")
132-
testImplementation("org.junit.platform:junit-platform-launcher:1.10.2")
133-
testImplementation("org.junit.platform:junit-platform-commons:1.10.2")
132+
testImplementation("org.junit.platform:junit-platform-launcher:1.10.3")
133+
testImplementation("org.junit.platform:junit-platform-commons:1.10.3")
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.2")
130-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
129+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.3")
130+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.3")
131131
testRuntimeOnly("cglib:cglib-nodep:3.3.0")
132-
testImplementation("org.junit.platform:junit-platform-launcher:1.10.2")
133-
testImplementation("org.junit.platform:junit-platform-commons:1.10.2")
132+
testImplementation("org.junit.platform:junit-platform-launcher:1.10.3")
133+
testImplementation("org.junit.platform:junit-platform-commons:1.10.3")
134134
// testImplementation("io.kotlintest:kotlintest-runner-junit5:3.4.2")
135135
}
136136

0 commit comments

Comments
 (0)