Skip to content

Commit

Permalink
Bump the junit group with 4 updates
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.0 to 5.11.1
- [Release notes](https://github.com/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://github.com/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://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/commits)

Updates `org.junit.platform:junit-platform-commons` from 1.11.0 to 1.11.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-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 c8eceaf commit c337d87
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.1")
compileOnly("com.squareup.okhttp3:okhttp:4.12.0")

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("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.1")
compileOnly("com.squareup.okhttp3:okhttp:4.12.0")

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("io.kotlintest:kotlintest-runner-junit5:3.4.2")
}

Expand Down

0 comments on commit c337d87

Please sign in to comment.