Skip to content

Commit cb7a438

Browse files
Bump the junit group with 4 updates (#449)
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.13.0 to 5.13.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.13.0...r5.13.1) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.0 to 5.13.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.13.0...r5.13.1) Updates `org.junit.platform:junit-platform-launcher` from 1.13.0 to 1.13.1 - [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.13.0 to 1.13.1 - [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-version: 5.13.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit - dependency-name: org.junit.platform:junit-platform-launcher dependency-version: 1.13.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: junit - dependency-name: org.junit.platform:junit-platform-commons dependency-version: 1.13.1 dependency-type: direct:production update-type: version-update:semver-patch 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 28eedc1 commit cb7a438

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.0")
127-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.0")
126+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.1")
127+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.1")
128128
testRuntimeOnly("cglib:cglib-nodep:3.3.0")
129-
testImplementation("org.junit.platform:junit-platform-launcher:1.13.0")
130-
testImplementation("org.junit.platform:junit-platform-commons:1.13.0")
129+
testImplementation("org.junit.platform:junit-platform-launcher:1.13.1")
130+
testImplementation("org.junit.platform:junit-platform-commons:1.13.1")
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.0")
127-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.0")
126+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.1")
127+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.13.1")
128128
testRuntimeOnly("cglib:cglib-nodep:3.3.0")
129-
testImplementation("org.junit.platform:junit-platform-launcher:1.13.0")
130-
testImplementation("org.junit.platform:junit-platform-commons:1.13.0")
129+
testImplementation("org.junit.platform:junit-platform-launcher:1.13.1")
130+
testImplementation("org.junit.platform:junit-platform-commons:1.13.1")
131131
// testImplementation("io.kotlintest:kotlintest-runner-junit5:3.4.2")
132132
}
133133

0 commit comments

Comments
 (0)