diff --git a/docs/modules/ROOT/pages/includes/attributes.adoc b/docs/modules/ROOT/pages/includes/attributes.adoc index dee97a5..6245d32 100644 --- a/docs/modules/ROOT/pages/includes/attributes.adoc +++ b/docs/modules/ROOT/pages/includes/attributes.adoc @@ -1,4 +1,4 @@ :project-version: 1.2.0 -:pact-version: 4.5.7 +:pact-version: 4.6.6 :examples-dir: ./../examples/ \ No newline at end of file diff --git a/pom.xml b/pom.xml index d5c7c90..58302ab 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ 3.7.0 - 4.5.7 + 4.6.6 3.8.1 11 UTF-8 diff --git a/quarkus-pact-provider/runtime/pom.xml b/quarkus-pact-provider/runtime/pom.xml index 3f0b855..9dbe2fc 100644 --- a/quarkus-pact-provider/runtime/pom.xml +++ b/quarkus-pact-provider/runtime/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 io.quarkiverse.pact @@ -41,7 +42,7 @@ org.jetbrains:annotations au.com.dius.pact:provider au.com.dius.pact.core:support - io.github.microutils:kotlin-logging-jvm + io.github.oshai:kotlin-logging-jvm com.michael-bull.kotlin-result:kotlin-result-jvm io.ktor:ktor-http-jvm @@ -57,8 +58,11 @@ com.github.zafarkhaja:java-semver io.github.java-diff-utils:java-diff-utils org.apache.commons:commons-text + commons-io:commons-io + org.apache.httpcomponents.core5:httpcore5 + org.apache.httpcomponents.core5:httpcore5-h2 + that happens when PACT_DO_NOT_TRACK is not set to true --> org.apache.httpcomponents.client5:httpclient5-fluent