Skip to content

Commit

Permalink
Bump the junit group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the junit group with 2 updates: [org.junit:junit-bom](https://github.com/junit-team/junit5) and [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5).


Updates `org.junit:junit-bom` 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)

---
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.platform:junit-platform-launcher
  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 27, 2024
1 parent 9b6c68a commit e4397f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ val dependencyVersions = listOf(
"org.apache.groovy:groovy:4.0.23",
"org.apache.groovy:groovy-json:4.0.23",
"org.jetbrains:annotations:25.0.0",
"org.junit:junit-bom:5.11.0",
"org.junit:junit-bom:5.11.1",
)

val dependencyVersionsByGroup = mapOf<String, String>()
Expand Down
2 changes: 1 addition & 1 deletion client-groovy4/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ dependencies {

testImplementation("de.gesellix:testutil:[2024-01-01T01-01-01,)")

testImplementation("org.junit.platform:junit-platform-launcher:1.11.0")
testImplementation("org.junit.platform:junit-platform-launcher:1.11.1")
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
testRuntimeOnly("net.bytebuddy:byte-buddy:1.15.3")
testRuntimeOnly("org.objenesis:objenesis:3.4")
Expand Down
2 changes: 1 addition & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ dependencies {

testImplementation("de.gesellix:testutil:[2024-01-01T01-01-01,)")

testImplementation("org.junit.platform:junit-platform-launcher:1.11.0")
testImplementation("org.junit.platform:junit-platform-launcher:1.11.1")
testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
testRuntimeOnly("net.bytebuddy:byte-buddy:1.15.3")
testRuntimeOnly("org.objenesis:objenesis:3.4")
Expand Down

0 comments on commit e4397f2

Please sign in to comment.