Skip to content

Commit

Permalink
Bump pact.version from 1.2.0 to 1.5.0
Browse files Browse the repository at this point in the history
Bumps `pact.version` from 1.2.0 to 1.5.0.

Updates `io.quarkiverse.pact:quarkus-pact-consumer` from 1.2.0 to 1.5.0

Updates `io.quarkiverse.pact:quarkus-pact-provider` from 1.2.0 to 1.5.0

---
updated-dependencies:
- dependency-name: io.quarkiverse.pact:quarkus-pact-consumer
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkiverse.pact:quarkus-pact-provider
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 18, 2024
1 parent 384b043 commit 3864d16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rest-fights/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<mapstruct.version>1.5.5.Final-redhat-00002</mapstruct.version>
<maven.compiler.parameters>true</maven.compiler.parameters>
<maven.compiler.release>17</maven.compiler.release>
<pact.version>1.2.0</pact.version>
<pact.version>1.5.0</pact.version>
<pact.writer.overwrite>true</pact.writer.overwrite>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down
2 changes: 1 addition & 1 deletion rest-heroes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<compiler-plugin.version>3.11.0</compiler-plugin.version>
<mapstruct.version>1.5.5.Final-redhat-00002</mapstruct.version>
<maven.compiler.release>17</maven.compiler.release>
<pact.version>1.2.0</pact.version>
<pact.version>1.5.0</pact.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
Expand Down
2 changes: 1 addition & 1 deletion rest-villains/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<compiler-plugin.version>3.11.0</compiler-plugin.version>
<mapstruct.version>1.5.5.Final-redhat-00002</mapstruct.version>
<maven.compiler.release>17</maven.compiler.release>
<pact.version>1.2.0</pact.version>
<pact.version>1.5.0</pact.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
Expand Down

0 comments on commit 3864d16

Please sign in to comment.