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:/junit-team/junit5) | `5.11.0` | `5.11.1` |
| [org.junit.jupiter:junit-jupiter-api](https:/junit-team/junit5) | `5.11.0` | `5.11.1` |
| [org.junit.jupiter:junit-jupiter-engine](https:/junit-team/junit5) | `5.11.0` | `5.11.1` |
| [org.junit.platform:junit-platform-launcher](https:/junit-team/junit5) | `1.11.0` | `1.11.1` |
| [org.junit.platform:junit-platform-commons](https:/junit-team/junit5) | `1.11.0` | `1.11.1` |


Updates `org.junit:junit-bom` from 5.11.0 to 5.11.1
- [Release notes](https:/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.0...r5.11.1)

Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.0 to 5.11.1
- [Release notes](https:/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.0...r5.11.1)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.0 to 5.11.1
- [Release notes](https:/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.0...r5.11.1)

Updates `org.junit.platform:junit-platform-launcher` from 1.11.0 to 1.11.1
- [Release notes](https:/junit-team/junit5/releases)
- [Commits](https:/junit-team/junit5/commits)

Updates `org.junit.platform:junit-platform-commons` from 1.11.0 to 1.11.1
- [Release notes](https:/junit-team/junit5/releases)
- [Commits](https:/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 and gesellix committed Sep 28, 2024
1 parent c0ed774 commit ede79b0
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.11.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.1")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.1")
testRuntimeOnly("cglib:cglib-nodep:3.3.0")
testImplementation("org.junit.platform:junit-platform-launcher:1.11.0")
testImplementation("org.junit.platform:junit-platform-commons:1.11.0")
testImplementation("org.junit.platform:junit-platform-launcher:1.11.1")
testImplementation("org.junit.platform:junit-platform-commons:1.11.1")

testImplementation("org.apache.commons:commons-compress:1.27.1")
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.9.0",
"org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.9.0",
"org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0",
"org.junit:junit-bom:5.11.0",
"org.junit.jupiter:junit-jupiter-api:5.11.0",
"org.junit:junit-bom:5.11.1",
"org.junit.jupiter:junit-jupiter-api:5.11.1",
"org.opentest4j:opentest4j:1.3.0"
)

Expand Down

0 comments on commit ede79b0

Please sign in to comment.