Skip to content

Commit

Permalink
Bump org.junit.platform:junit-platform-launcher from 1.10.2 to 1.10.3
Browse files Browse the repository at this point in the history
Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) 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.platform:junit-platform-launcher
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 27, 2024
1 parent 2849344 commit bbba0b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.10.2")
testImplementation("org.junit.platform:junit-platform-launcher:1.10.3")
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.17")
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.10.2")
testImplementation("org.junit.platform:junit-platform-launcher:1.10.3")
testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.17")
testRuntimeOnly("org.objenesis:objenesis:3.4")
Expand Down

0 comments on commit bbba0b0

Please sign in to comment.