Skip to content

Commit

Permalink
Merge pull request #1272 from alphagov/PP-9913-upgrade_pact_version
Browse files Browse the repository at this point in the history
PP-9913 upgrade pact version
  • Loading branch information
SandorArpa authored Sep 16, 2024
2 parents 6f68791 + baee0e0 commit ad67018
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<pay-java-commons.version>1.0.20240909085259</pay-java-commons.version>
<prometheus.version>0.16.0</prometheus.version>
<surefire.version>3.5.0</surefire.version>
<pact.version>3.6.15</pact.version>
<pact.version>4.6.14</pact.version>
<PACT_BROKER_URL/>
<PACT_BROKER_USERNAME/>
<PACT_BROKER_PASSWORD/>
Expand Down Expand Up @@ -277,8 +277,8 @@
</configuration>
</plugin>
<plugin>
<groupId>au.com.dius</groupId>
<artifactId>pact-jvm-provider-maven_2.12</artifactId>
<groupId>au.com.dius.pact.provider</groupId>
<artifactId>maven</artifactId>
<version>${pact.version}</version>
<configuration>
<pactDirectory>target/pacts</pactDirectory>
Expand Down

0 comments on commit ad67018

Please sign in to comment.