Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Bump io.quarkus:quarkus-junit4-mock from 3.2.4.Final to 3.3.0
Browse files Browse the repository at this point in the history
Bumps io.quarkus:quarkus-junit4-mock from 3.2.4.Final to 3.3.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Aug 17, 2023
1 parent ae4b579 commit d04ba8e
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 @@ -55,7 +55,7 @@ dependencies {
testImplementation("org.testcontainers:junit-jupiter:$testContainersVersion")
testImplementation("org.testcontainers:postgresql:$testContainersVersion")
// need quarkus-junit-4-mock because of https://github.com/testcontainers/testcontainers-java/issues/970
testImplementation("io.quarkus:quarkus-junit4-mock:3.2.4.Final")
testImplementation("io.quarkus:quarkus-junit4-mock:3.3.0")
}

configurations.all {
Expand Down

0 comments on commit d04ba8e

Please sign in to comment.