Skip to content

Commit

Permalink
Bump io.quarkus:quarkus-junit4-mock from 3.18.1 to 3.18.2 (#451)
Browse files Browse the repository at this point in the history
Bumps io.quarkus:quarkus-junit4-mock from 3.18.1 to 3.18.2.

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-junit4-mock
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2025
1 parent 7271f84 commit a31d82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dependencies {
testImplementation("org.testcontainers:junit-jupiter:$testContainersVersion")
testImplementation("org.testcontainers:oracle-free:$testContainersVersion")
// need quarkus-junit-4-mock because of https://github.com/testcontainers/testcontainers-java/issues/970
testImplementation("io.quarkus:quarkus-junit4-mock:3.18.1")
testImplementation("io.quarkus:quarkus-junit4-mock:3.18.2")

testImplementation("io.kotest:kotest-assertions-core:$kotestVersion")
testImplementation("io.kotest:kotest-assertions-json:$kotestVersion")
Expand Down

0 comments on commit a31d82e

Please sign in to comment.