Skip to content

Commit

Permalink
Bump the junit group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the junit group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [org.junit:junit-bom](https://github.com/junit-team/junit5) | `5.10.2` | `5.10.3` |
| [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) | `5.10.2` | `5.10.3` |
| [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.10.2` | `5.10.3` |
| [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) | `1.10.2` | `1.10.3` |
| [org.junit.platform:junit-platform-commons](https://github.com/junit-team/junit5) | `1.10.2` | `1.10.3` |


Updates `org.junit:junit-bom` from 5.10.2 to 5.10.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.2...r5.10.3)

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/junit5@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/junit5@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:junit-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: junit
- 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]>
  • Loading branch information
dependabot[bot] authored Jul 16, 2024
1 parent ef567a2 commit 0f04eab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions api-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ dependencies {
testImplementation("ch.qos.logback:logback-classic:[1.2,2)!!1.3.14")

testImplementation("io.kotest:kotest-runner-junit5-jvm:5.9.1")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.3")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.3")
testRuntimeOnly("cglib:cglib-nodep:3.3.0")
testImplementation("org.junit.platform:junit-platform-launcher:1.10.2")
testImplementation("org.junit.platform:junit-platform-commons:1.10.2")
testImplementation("org.junit.platform:junit-platform-launcher:1.10.3")
testImplementation("org.junit.platform:junit-platform-commons:1.10.3")

testImplementation("org.apache.commons:commons-compress:1.26.2")
testImplementation("de.gesellix:testutil:[2024-01-01T01-01-01,)")
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ val dependencyVersions = listOf(
"org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.8.0",
"org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.8.0",
"org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.0",
"org.junit:junit-bom:5.10.2",
"org.junit.jupiter:junit-jupiter-api:5.10.2",
"org.junit:junit-bom:5.10.3",
"org.junit.jupiter:junit-jupiter-api:5.10.3",
"org.opentest4j:opentest4j:1.3.0"
)

Expand Down

0 comments on commit 0f04eab

Please sign in to comment.