Skip to content

Commit

Permalink
Update to Pact 4.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed Feb 16, 2024
1 parent e00179e commit 88b3639
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/includes/attributes.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:project-version: 1.2.0
:pact-version: 4.5.7
:pact-version: 4.6.6

:examples-dir: ./../examples/
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</scm>
<properties>
<quarkus.version>3.7.0</quarkus.version>
<pact.version>4.5.7</pact.version>
<pact.version>4.6.6</pact.version>
<compiler-plugin.version>3.8.1</compiler-plugin.version>
<maven.compiler.release>11</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
10 changes: 7 additions & 3 deletions quarkus-pact-provider/runtime/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.quarkiverse.pact</groupId>
Expand Down Expand Up @@ -41,7 +42,7 @@
<parentFirstArtifact>org.jetbrains:annotations</parentFirstArtifact>
<parentFirstArtifact>au.com.dius.pact:provider</parentFirstArtifact>
<parentFirstArtifact>au.com.dius.pact.core:support</parentFirstArtifact>
<parentFirstArtifact>io.github.microutils:kotlin-logging-jvm</parentFirstArtifact>
<parentFirstArtifact>io.github.oshai:kotlin-logging-jvm</parentFirstArtifact>
<parentFirstArtifact>com.michael-bull.kotlin-result:kotlin-result-jvm</parentFirstArtifact>
<parentFirstArtifact>io.ktor:ktor-http-jvm</parentFirstArtifact>
<!-- Here we go back into Java code from the Kotlin code -->
Expand All @@ -57,8 +58,11 @@
<parentFirstArtifact>com.github.zafarkhaja:java-semver</parentFirstArtifact>
<parentFirstArtifact>io.github.java-diff-utils:java-diff-utils</parentFirstArtifact>
<parentFirstArtifact>org.apache.commons:commons-text</parentFirstArtifact>
<parentFirstArtifact>commons-io:commons-io</parentFirstArtifact>
<parentFirstArtifact>org.apache.httpcomponents.core5:httpcore5</parentFirstArtifact>
<parentFirstArtifact>org.apache.httpcomponents.core5:httpcore5-h2</parentFirstArtifact>
<!-- This is not needed for basic function, but it resolves a stack trace in continuous testing
that happens when PACT_DO_NOT_TRACK is not set to true -->
that happens when PACT_DO_NOT_TRACK is not set to true -->
<parentFirstArtifact>org.apache.httpcomponents.client5:httpclient5-fluent</parentFirstArtifact>
</parentFirstArtifacts>
</configuration>
Expand Down

0 comments on commit 88b3639

Please sign in to comment.