Skip to content

Commit ecac1d4

Browse files
dependabot[bot]gesellix
authored andcommitted
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/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.11.2 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.2...r5.11.3) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.2 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.2...r5.11.3) Updates `org.junit.platform:junit-platform-launcher` from 1.11.2 to 1.11.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.11.2 to 1.11.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] <support@github.com>
1 parent e179d84 commit ecac1d4

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.11.2")
130-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.2")
129+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
130+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
131131
testRuntimeOnly("cglib:cglib-nodep:3.3.0")
132-
testImplementation("org.junit.platform:junit-platform-launcher:1.11.2")
133-
testImplementation("org.junit.platform:junit-platform-commons:1.11.2")
132+
testImplementation("org.junit.platform:junit-platform-launcher:1.11.3")
133+
testImplementation("org.junit.platform:junit-platform-commons:1.11.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.11.2")
130-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.2")
129+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
130+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
131131
testRuntimeOnly("cglib:cglib-nodep:3.3.0")
132-
testImplementation("org.junit.platform:junit-platform-launcher:1.11.2")
133-
testImplementation("org.junit.platform:junit-platform-commons:1.11.2")
132+
testImplementation("org.junit.platform:junit-platform-launcher:1.11.3")
133+
testImplementation("org.junit.platform:junit-platform-commons:1.11.3")
134134
// testImplementation("io.kotlintest:kotlintest-runner-junit5:3.4.2")
135135
}
136136

0 commit comments

Comments
 (0)