Skip to content

Commit

Permalink
Bump the junit group with 4 updates (#400)
Browse files Browse the repository at this point in the history
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.3 to 5.11.4
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.3...r5.11.4)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.3 to 5.11.4
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.3...r5.11.4)

Updates `org.junit.platform:junit-platform-launcher` from 1.11.3 to 1.11.4
- [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.3 to 1.11.4
- [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>
  • Loading branch information
dependabot[bot] authored Dec 22, 2024
1 parent f6e019d commit 88e1f7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions api-model-v1-41/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,11 @@ dependencies {
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.2")
compileOnly("com.squareup.okhttp3:okhttp:4.12.0")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
testRuntimeOnly("cglib:cglib-nodep:3.3.0")
testImplementation("org.junit.platform:junit-platform-launcher:1.11.3")
testImplementation("org.junit.platform:junit-platform-commons:1.11.3")
testImplementation("org.junit.platform:junit-platform-launcher:1.11.4")
testImplementation("org.junit.platform:junit-platform-commons:1.11.4")
// testImplementation("io.kotlintest:kotlintest-runner-junit5:3.4.2")
}

Expand Down
8 changes: 4 additions & 4 deletions api-model-v1-45/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,11 @@ dependencies {
ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.2")
compileOnly("com.squareup.okhttp3:okhttp:4.12.0")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.4")
testRuntimeOnly("cglib:cglib-nodep:3.3.0")
testImplementation("org.junit.platform:junit-platform-launcher:1.11.3")
testImplementation("org.junit.platform:junit-platform-commons:1.11.3")
testImplementation("org.junit.platform:junit-platform-launcher:1.11.4")
testImplementation("org.junit.platform:junit-platform-commons:1.11.4")
// testImplementation("io.kotlintest:kotlintest-runner-junit5:3.4.2")
}

Expand Down

0 comments on commit 88e1f7c

Please sign in to comment.