diff --git a/README.md b/README.md index 8ade69610e..3e5e33977c 100644 --- a/README.md +++ b/README.md @@ -220,10 +220,10 @@ Besides the mentioned about `artifact` and `skip` elements the following test co true true - + true - + true @@ -347,10 +347,10 @@ and the generated ones for every member. The reports can be found under the `tar ## Release steps -1. Use the Maven Release Plugin to tag and deploy to the Sonatype OSS Nexus: -> TAG=0.0.5 && ./mvnw release:prepare release:perform -DdevelopmentVersion=999-SNAPSHOT -DreleaseVersion=$TAG -Dtag=$TAG -DperformRelease -Prelease,releaseNexus -DskipTests -Darguments=-DskipTests +1. Use the Maven Release Plugin to tag and deploy to the Sonatype OSS Nexus: +> TAG=0.0.5 && ./check-version.sh $TAG && ./mvnw release:prepare release:perform -DdevelopmentVersion=999-SNAPSHOT -DreleaseVersion=$TAG -Dtag=$TAG -DperformRelease -Prelease,releaseNexus -DskipTests -Darguments=-DskipTests 2. The repository will be automatically closed and released, there's nothing else to do. - + --- **IMPORTANT** @@ -388,5 +388,5 @@ Due to the Apache process, it is possible that the Apache Camel artifacts may no camel-staging - + ``` diff --git a/check-version.sh b/check-version.sh new file mode 100755 index 0000000000..e871e0ae97 --- /dev/null +++ b/check-version.sh @@ -0,0 +1,11 @@ +#! /bin/bash + +TAG=$1 +QUARKUS_VERSION=$(./mvnw help:evaluate -Dexpression=quarkus.version -q -DforceStdout) + +if [[ "${TAG}" != "${QUARKUS_VERSION}" ]]; then + echo "ERROR: Quarkus version in POM (${QUARKUS_VERSION}) is not the same as \$TAG (${TAG})" + exit 1 +fi + +exit 0 diff --git a/generated-platform-project/pom.xml b/generated-platform-project/pom.xml index 50540b7b66..d3f165e54c 100644 --- a/generated-platform-project/pom.xml +++ b/generated-platform-project/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-platform-config - 3.4.1 + 3.4.2 .. quarkus-platform-parent @@ -31,7 +31,7 @@ io.quarkus.platform - 3.4.1 + 3.4.2 3.4 diff --git a/generated-platform-project/quarkus-amazon-services/bom/pom.xml b/generated-platform-project/quarkus-amazon-services/bom/pom.xml index 72f2457bab..0f73c64f03 100644 --- a/generated-platform-project/quarkus-amazon-services/bom/pom.xml +++ b/generated-platform-project/quarkus-amazon-services/bom/pom.xml @@ -4,7 +4,7 @@ 4.0.0 io.quarkus.platform quarkus-amazon-services-bom - 3.4.1 + 3.4.2 pom Quarkus Platform - AmazonServices - Quarkus Platform BOM Quarkus Universe platform aggregates extensions from Quarkus Core and those developed by the community into a single compatible and versioned set that application developers can reference from their applications to align the dependency versions @@ -27,7 +27,7 @@ scm:git:git@github.com:quarkusio/quarkus-platform.git scm:git:git@github.com:quarkusio/quarkus-platform.git - 3.4.1 + 3.4.2 https://github.com/quarkusio/quarkus-platform @@ -49,14 +49,14 @@ io.quarkus.platform quarkus-amazon-services-bom-quarkus-platform-descriptor - 3.4.1 + 3.4.2 json - 3.4.1 + 3.4.2 io.quarkus.platform quarkus-amazon-services-bom-quarkus-platform-properties - 3.4.1 + 3.4.2 properties diff --git a/generated-platform-project/quarkus-amazon-services/descriptor/pom.xml b/generated-platform-project/quarkus-amazon-services/descriptor/pom.xml index d9df727272..996e50b1aa 100644 --- a/generated-platform-project/quarkus-amazon-services/descriptor/pom.xml +++ b/generated-platform-project/quarkus-amazon-services/descriptor/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-amazon-services-parent - 3.4.1 + 3.4.2 .. quarkus-amazon-services-bom-quarkus-platform-descriptor diff --git a/generated-platform-project/quarkus-amazon-services/integration-tests/pom.xml b/generated-platform-project/quarkus-amazon-services/integration-tests/pom.xml index 783f512bc9..0d94fb0b9d 100644 --- a/generated-platform-project/quarkus-amazon-services/integration-tests/pom.xml +++ b/generated-platform-project/quarkus-amazon-services/integration-tests/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-amazon-services-parent - 3.4.1 + 3.4.2 .. quarkus-amazon-services-integration-tests-parent @@ -23,7 +23,7 @@ io.quarkus quarkus-universe-bom - 3.4.1 + 3.4.2 pom import diff --git a/generated-platform-project/quarkus-amazon-services/integration-tests/quarkus-amazon-services-integration-tests/pom.xml b/generated-platform-project/quarkus-amazon-services/integration-tests/quarkus-amazon-services-integration-tests/pom.xml index 9502c9142e..e5091567fa 100644 --- a/generated-platform-project/quarkus-amazon-services/integration-tests/quarkus-amazon-services-integration-tests/pom.xml +++ b/generated-platform-project/quarkus-amazon-services/integration-tests/quarkus-amazon-services-integration-tests/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-amazon-services-integration-tests-parent - 3.4.1 + 3.4.2 .. quarkus-amazon-services-integration-tests diff --git a/generated-platform-project/quarkus-amazon-services/pom.xml b/generated-platform-project/quarkus-amazon-services/pom.xml index 68387204bf..4e4e0eadec 100644 --- a/generated-platform-project/quarkus-amazon-services/pom.xml +++ b/generated-platform-project/quarkus-amazon-services/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-platform-parent - 3.4.1 + 3.4.2 .. quarkus-amazon-services-parent diff --git a/generated-platform-project/quarkus-amazon-services/properties/pom.xml b/generated-platform-project/quarkus-amazon-services/properties/pom.xml index 22d8de7552..af169d1378 100644 --- a/generated-platform-project/quarkus-amazon-services/properties/pom.xml +++ b/generated-platform-project/quarkus-amazon-services/properties/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-amazon-services-parent - 3.4.1 + 3.4.2 .. quarkus-amazon-services-bom-quarkus-platform-properties diff --git a/generated-platform-project/quarkus-blaze-persistence/bom/pom.xml b/generated-platform-project/quarkus-blaze-persistence/bom/pom.xml index c8696f60d5..fc57a90898 100644 --- a/generated-platform-project/quarkus-blaze-persistence/bom/pom.xml +++ b/generated-platform-project/quarkus-blaze-persistence/bom/pom.xml @@ -4,7 +4,7 @@ 4.0.0 io.quarkus.platform quarkus-blaze-persistence-bom - 3.4.1 + 3.4.2 pom Quarkus Platform - Blaze-Persistence - Quarkus Platform BOM Quarkus Universe platform aggregates extensions from Quarkus Core and those developed by the community into a single compatible and versioned set that application developers can reference from their applications to align the dependency versions @@ -27,7 +27,7 @@ scm:git:git@github.com:quarkusio/quarkus-platform.git scm:git:git@github.com:quarkusio/quarkus-platform.git - 3.4.1 + 3.4.2 https://github.com/quarkusio/quarkus-platform @@ -49,14 +49,14 @@ io.quarkus.platform quarkus-blaze-persistence-bom-quarkus-platform-descriptor - 3.4.1 + 3.4.2 json - 3.4.1 + 3.4.2 io.quarkus.platform quarkus-blaze-persistence-bom-quarkus-platform-properties - 3.4.1 + 3.4.2 properties diff --git a/generated-platform-project/quarkus-blaze-persistence/descriptor/pom.xml b/generated-platform-project/quarkus-blaze-persistence/descriptor/pom.xml index 967f6cf582..f27872845c 100644 --- a/generated-platform-project/quarkus-blaze-persistence/descriptor/pom.xml +++ b/generated-platform-project/quarkus-blaze-persistence/descriptor/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-blaze-persistence-parent - 3.4.1 + 3.4.2 .. quarkus-blaze-persistence-bom-quarkus-platform-descriptor diff --git a/generated-platform-project/quarkus-blaze-persistence/integration-tests/blaze-persistence-examples-quarkus-3-testsuite-base/pom.xml b/generated-platform-project/quarkus-blaze-persistence/integration-tests/blaze-persistence-examples-quarkus-3-testsuite-base/pom.xml index 3f576cc47a..64f973f21e 100644 --- a/generated-platform-project/quarkus-blaze-persistence/integration-tests/blaze-persistence-examples-quarkus-3-testsuite-base/pom.xml +++ b/generated-platform-project/quarkus-blaze-persistence/integration-tests/blaze-persistence-examples-quarkus-3-testsuite-base/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-blaze-persistence-integration-tests-parent - 3.4.1 + 3.4.2 .. blaze-persistence-examples-quarkus-3-testsuite-base diff --git a/generated-platform-project/quarkus-blaze-persistence/integration-tests/blaze-persistence-examples-quarkus-3-testsuite-native-h2/pom.xml b/generated-platform-project/quarkus-blaze-persistence/integration-tests/blaze-persistence-examples-quarkus-3-testsuite-native-h2/pom.xml index ffc1b39a9f..d1ea7a01ea 100644 --- a/generated-platform-project/quarkus-blaze-persistence/integration-tests/blaze-persistence-examples-quarkus-3-testsuite-native-h2/pom.xml +++ b/generated-platform-project/quarkus-blaze-persistence/integration-tests/blaze-persistence-examples-quarkus-3-testsuite-native-h2/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-blaze-persistence-integration-tests-parent - 3.4.1 + 3.4.2 .. blaze-persistence-examples-quarkus-3-testsuite-native-h2 diff --git a/generated-platform-project/quarkus-blaze-persistence/integration-tests/pom.xml b/generated-platform-project/quarkus-blaze-persistence/integration-tests/pom.xml index 0071235f7e..39ccafafbe 100644 --- a/generated-platform-project/quarkus-blaze-persistence/integration-tests/pom.xml +++ b/generated-platform-project/quarkus-blaze-persistence/integration-tests/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-blaze-persistence-parent - 3.4.1 + 3.4.2 .. quarkus-blaze-persistence-integration-tests-parent @@ -24,7 +24,7 @@ io.quarkus quarkus-universe-bom - 3.4.1 + 3.4.2 pom import diff --git a/generated-platform-project/quarkus-blaze-persistence/pom.xml b/generated-platform-project/quarkus-blaze-persistence/pom.xml index b5da2cb937..5aea23e091 100644 --- a/generated-platform-project/quarkus-blaze-persistence/pom.xml +++ b/generated-platform-project/quarkus-blaze-persistence/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-platform-parent - 3.4.1 + 3.4.2 .. quarkus-blaze-persistence-parent diff --git a/generated-platform-project/quarkus-blaze-persistence/properties/pom.xml b/generated-platform-project/quarkus-blaze-persistence/properties/pom.xml index 43bd0834ce..83f026b055 100644 --- a/generated-platform-project/quarkus-blaze-persistence/properties/pom.xml +++ b/generated-platform-project/quarkus-blaze-persistence/properties/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-blaze-persistence-parent - 3.4.1 + 3.4.2 .. quarkus-blaze-persistence-bom-quarkus-platform-properties diff --git a/generated-platform-project/quarkus-camel/bom/pom.xml b/generated-platform-project/quarkus-camel/bom/pom.xml index 36cfd3ee28..8f28cf94a9 100644 --- a/generated-platform-project/quarkus-camel/bom/pom.xml +++ b/generated-platform-project/quarkus-camel/bom/pom.xml @@ -4,7 +4,7 @@ 4.0.0 io.quarkus.platform quarkus-camel-bom - 3.4.1 + 3.4.2 pom Quarkus Platform - Camel - Quarkus Platform BOM Quarkus Universe platform aggregates extensions from Quarkus Core and those developed by the community into a single compatible and versioned set that application developers can reference from their applications to align the dependency versions @@ -27,7 +27,7 @@ scm:git:git@github.com:quarkusio/quarkus-platform.git scm:git:git@github.com:quarkusio/quarkus-platform.git - 3.4.1 + 3.4.2 https://github.com/quarkusio/quarkus-platform @@ -49,14 +49,14 @@ io.quarkus.platform quarkus-camel-bom-quarkus-platform-descriptor - 3.4.1 + 3.4.2 json - 3.4.1 + 3.4.2 io.quarkus.platform quarkus-camel-bom-quarkus-platform-properties - 3.4.1 + 3.4.2 properties @@ -654,107 +654,107 @@ io.quarkiverse.cxf quarkus-cxf-axiom-api-stub - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-deployment - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-rt-features-logging-deployment - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-rt-features-logging - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-rt-features-metrics-deployment - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-rt-features-metrics - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-rt-transports-http-hc5-deployment - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-rt-transports-http-hc5 - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-rt-ws-rm-deployment - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-rt-ws-rm - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-rt-ws-security-deployment - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-rt-ws-security - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-saaj-deployment - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-saaj - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-services-sts-deployment - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-services-sts - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-woodstox-deployment - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-woodstox - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-xjc-plugins-deployment - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-xjc-plugins - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf - 2.4.0 + 2.4.1 io.quarkiverse.freemarker @@ -6798,7 +6798,7 @@ org.apache.cxf.services.sts cxf-services-sts-core - 4.0.2 + 4.0.3 org.apache.cxf.xjc-utils @@ -6838,42 +6838,42 @@ org.apache.cxf cxf-core - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-bindings-soap - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-bindings-xml - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-databinding-aegis - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-databinding-jaxb - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-features-logging - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-features-metrics - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-frontend-jaxws - 4.0.2 + 4.0.3 org.ow2.asm @@ -6884,42 +6884,42 @@ org.apache.cxf cxf-rt-frontend-simple - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-javascript - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-management - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-rs-json-basic - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-rs-security-jose - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-security-saml - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-security - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-transports-http-hc5 - 4.0.2 + 4.0.3 org.slf4j @@ -6930,37 +6930,37 @@ org.apache.cxf cxf-rt-transports-http - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-ws-addr - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-ws-mex - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-ws-policy - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-ws-rm - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-ws-security - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-wsdl - 4.0.2 + 4.0.3 org.ow2.asm @@ -6971,32 +6971,32 @@ org.apache.cxf cxf-tools-common - 4.0.2 + 4.0.3 org.apache.cxf cxf-tools-java2ws - 4.0.2 + 4.0.3 org.apache.cxf cxf-tools-validator - 4.0.2 + 4.0.3 org.apache.cxf cxf-tools-wsdlto-core - 4.0.2 + 4.0.3 org.apache.cxf cxf-tools-wsdlto-databinding-jaxb - 4.0.2 + 4.0.3 org.apache.cxf cxf-tools-wsdlto-frontend-jaxws - 4.0.2 + 4.0.3 org.apache.groovy diff --git a/generated-platform-project/quarkus-camel/descriptor/pom.xml b/generated-platform-project/quarkus-camel/descriptor/pom.xml index 097b3d699a..9621c39eb2 100644 --- a/generated-platform-project/quarkus-camel/descriptor/pom.xml +++ b/generated-platform-project/quarkus-camel/descriptor/pom.xml @@ -5,14 +5,14 @@ io.quarkus.platform quarkus-camel-parent - 3.4.1 + 3.4.2 .. quarkus-camel-bom-quarkus-platform-descriptor pom Quarkus Platform - Camel - Quarkus Platform Descriptor - io.quarkus.platform:quarkus-camel-bom:3.4.1 + io.quarkus.platform:quarkus-camel-bom:3.4.2 diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-activemq/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-activemq/pom.xml index f100262515..199a44b1e2 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-activemq/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-activemq/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-activemq diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-amqp/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-amqp/pom.xml index 8590f58674..e54d2df17c 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-amqp/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-amqp/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-amqp diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-arangodb/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-arangodb/pom.xml index 927d60211a..9458763307 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-arangodb/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-arangodb/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-arangodb diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-avro/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-avro/pom.xml index 65a29e90ee..c45493e47c 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-avro/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-avro/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-avro diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-aws2-grouped/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-aws2-grouped/pom.xml index d99c80ca5a..c72fa65fdc 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-aws2-grouped/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-aws2-grouped/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-aws2-grouped diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-aws2-quarkus-client-grouped/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-aws2-quarkus-client-grouped/pom.xml index b45c8818a5..1c1a8c95b1 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-aws2-quarkus-client-grouped/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-aws2-quarkus-client-grouped/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-aws2-quarkus-client-grouped diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-aws2/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-aws2/pom.xml index 6623cce0d5..84edad2530 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-aws2/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-aws2/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-aws2 diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-azure-grouped/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-azure-grouped/pom.xml index 3f6ef33403..2ddc65a1b4 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-azure-grouped/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-azure-grouped/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-azure-grouped diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-base64/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-base64/pom.xml index 38c30ec6f5..3a82e3ee10 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-base64/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-base64/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-base64 diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-bean-validator/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-bean-validator/pom.xml index 44473ebf63..e255f685b0 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-bean-validator/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-bean-validator/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-bean-validator diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-bindy/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-bindy/pom.xml index 09ab308006..4a7c4a8834 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-bindy/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-bindy/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-bindy diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-box/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-box/pom.xml index 93c71c2d9c..969efc5c05 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-box/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-box/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-box diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-braintree/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-braintree/pom.xml index 6641484edf..ae398e31c4 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-braintree/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-braintree/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-braintree diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-caffeine/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-caffeine/pom.xml index 72611f9c2a..53dab7f087 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-caffeine/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-caffeine/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-caffeine diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-camel-k-runtime/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-camel-k-runtime/pom.xml index cc47cae4a2..121e293dfd 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-camel-k-runtime/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-camel-k-runtime/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-camel-k-runtime diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-cassandraql/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-cassandraql/pom.xml index d885de23ea..5f232ff281 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-cassandraql/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-cassandraql/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-cassandraql diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-cbor/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-cbor/pom.xml index 729d00823b..51b12dc317 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-cbor/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-cbor/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-cbor diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-compression-grouped/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-compression-grouped/pom.xml index 3ae0f26724..2805dcce5c 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-compression-grouped/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-compression-grouped/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-compression-grouped diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-consul/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-consul/pom.xml index 4b37c05019..0f183ba131 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-consul/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-consul/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-consul diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-core-discovery-disabled/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-core-discovery-disabled/pom.xml index b888bf3fe8..d8b10846ee 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-core-discovery-disabled/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-core-discovery-disabled/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-core-discovery-disabled diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-couchdb/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-couchdb/pom.xml index ab2bf5a996..8d9ae2a8a2 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-couchdb/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-couchdb/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-couchdb diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-crypto/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-crypto/pom.xml index 2e43c278c9..95b5b28d4c 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-crypto/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-crypto/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-crypto diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-csimple/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-csimple/pom.xml index 1a92630a4a..2571592896 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-csimple/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-csimple/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-csimple diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-csv/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-csv/pom.xml index 8df48df431..77917155f9 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-csv/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-csv/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-csv diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-cxf-soap-grouped/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-cxf-soap-grouped/pom.xml index 0447ed4398..958a34ffe4 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-cxf-soap-grouped/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-cxf-soap-grouped/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-cxf-soap-grouped diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-dataformat/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-dataformat/pom.xml index ebc3fd9c37..6fef620fcc 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-dataformat/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-dataformat/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-dataformat diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-dataformats-json-grouped/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-dataformats-json-grouped/pom.xml index 7234b78ea7..ecc6bcdaae 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-dataformats-json-grouped/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-dataformats-json-grouped/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-dataformats-json-grouped diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-datasonnet/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-datasonnet/pom.xml index 431251de94..76bac3fbe9 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-datasonnet/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-datasonnet/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-datasonnet diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-debezium/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-debezium/pom.xml index 6683410062..4548fa5a7d 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-debezium/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-debezium/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-debezium diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-debug/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-debug/pom.xml index 4d52735148..45d522d91f 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-debug/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-debug/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-debug diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-digitalocean/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-digitalocean/pom.xml index 0a00ec171c..77a0e247aa 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-digitalocean/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-digitalocean/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-digitalocean diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-disruptor/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-disruptor/pom.xml index bf6200f7ef..0ee273119f 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-disruptor/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-disruptor/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-disruptor diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-dropbox/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-dropbox/pom.xml index ea95ce9dbd..0e4d73b678 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-dropbox/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-dropbox/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-dropbox diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-exec/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-exec/pom.xml index f661149433..5e23e01e4a 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-exec/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-exec/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-exec diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-fhir/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-fhir/pom.xml index c227c3c8c4..dfbf6a05a6 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-fhir/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-fhir/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-fhir diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-file/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-file/pom.xml index f0ddfcfada..371a525219 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-file/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-file/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-file diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-flatpack/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-flatpack/pom.xml index 826db1c1d2..6cd83f0e36 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-flatpack/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-flatpack/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-flatpack diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-fop/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-fop/pom.xml index 8c22529599..b181aba510 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-fop/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-fop/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-fop diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-foundation-grouped/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-foundation-grouped/pom.xml index cf1d928db3..9481606211 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-foundation-grouped/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-foundation-grouped/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-foundation-grouped diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-freemarker/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-freemarker/pom.xml index a1fc5ef06c..489a9e8d5d 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-freemarker/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-freemarker/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-freemarker diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-ftp/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-ftp/pom.xml index e4e6afd887..f53a5c4fe6 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-ftp/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-ftp/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-ftp diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-geocoder/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-geocoder/pom.xml index 04673aee9d..3dd01558ed 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-geocoder/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-geocoder/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-geocoder diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-git/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-git/pom.xml index d956e76fab..ab04d36cd8 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-git/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-git/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-git diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-github/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-github/pom.xml index f8a8f768ea..ae65a723cd 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-github/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-github/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-github diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-google-bigquery/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-google-bigquery/pom.xml index 25ae78c6f1..a2c105afb5 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-google-bigquery/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-google-bigquery/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-google-bigquery diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-google-pubsub/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-google-pubsub/pom.xml index d42da6e083..8c84b1fe49 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-google-pubsub/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-google-pubsub/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-google-pubsub diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-google-storage/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-google-storage/pom.xml index f42352f9dc..74d646f6a8 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-google-storage/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-google-storage/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-google-storage diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-google/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-google/pom.xml index d3a73668d2..44a4b9a826 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-google/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-google/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-google diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-graphql/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-graphql/pom.xml index 29ae6827c8..f0164b04b9 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-graphql/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-graphql/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-graphql diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-grok/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-grok/pom.xml index eae7674788..59eaf81d69 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-grok/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-grok/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-grok diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-groovy-dsl/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-groovy-dsl/pom.xml index d17374142c..f1b3738339 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-groovy-dsl/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-groovy-dsl/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-groovy-dsl diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-groovy/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-groovy/pom.xml index 48e239beb1..3a9ddd0575 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-groovy/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-groovy/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-groovy diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-grpc/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-grpc/pom.xml index 5b603f493f..8948c8bd5b 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-grpc/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-grpc/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-grpc diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-headersmap/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-headersmap/pom.xml index 90c3d65e08..1983c06d78 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-headersmap/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-headersmap/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-headersmap diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-hl7/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-hl7/pom.xml index 01a75b0f75..f90a6c1cb5 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-hl7/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-hl7/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-hl7 diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-http-grouped/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-http-grouped/pom.xml index 21aa985402..3e54586a00 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-http-grouped/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-http-grouped/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-http-grouped diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-infinispan-common/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-infinispan-common/pom.xml index 6036b13f52..b77f5fcd99 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-infinispan-common/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-infinispan-common/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-infinispan-common diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-infinispan-quarkus-client/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-infinispan-quarkus-client/pom.xml index a01ddb9e7a..6073a65818 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-infinispan-quarkus-client/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-infinispan-quarkus-client/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-infinispan-quarkus-client diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-infinispan/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-infinispan/pom.xml index 1804a50ef9..2b17640c6a 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-infinispan/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-infinispan/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-infinispan diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-influxdb/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-influxdb/pom.xml index c143f55872..8cb3b568d1 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-influxdb/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-influxdb/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-influxdb diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jackson-avro/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jackson-avro/pom.xml index 81e397137d..1faf222378 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jackson-avro/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jackson-avro/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-jackson-avro diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jackson-protobuf/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jackson-protobuf/pom.xml index cb52d8a658..a9e53b0262 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jackson-protobuf/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jackson-protobuf/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-jackson-protobuf diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-java-joor-dsl/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-java-joor-dsl/pom.xml index af7ede0ec3..4e29cab3fb 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-java-joor-dsl/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-java-joor-dsl/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-java-joor-dsl diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jaxb/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jaxb/pom.xml index 073c5a92ac..563a04cc9e 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jaxb/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jaxb/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-jaxb diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jcache/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jcache/pom.xml index 9fbfb1dc03..62fd79eaf0 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jcache/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jcache/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-jcache diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jdbc-grouped/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jdbc-grouped/pom.xml index 754cc1e8b7..813184f998 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jdbc-grouped/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jdbc-grouped/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-jdbc-grouped diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jfr/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jfr/pom.xml index 0bf9e35aed..ccbb971f45 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jfr/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jfr/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-jfr diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jira/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jira/pom.xml index 20bb481e8e..aa73bdcaf1 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jira/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jira/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-jira diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jms-artemis-client/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jms-artemis-client/pom.xml index 0c0e1a8ba0..37e11489b3 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jms-artemis-client/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jms-artemis-client/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-jms-artemis-client diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jms-ibmmq-client/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jms-ibmmq-client/pom.xml index 5b8e190d58..f5dd398f2e 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jms-ibmmq-client/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jms-ibmmq-client/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-jms-ibmmq-client diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jms-qpid-amqp-client/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jms-qpid-amqp-client/pom.xml index 2a28e1af76..41b138a31a 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jms-qpid-amqp-client/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jms-qpid-amqp-client/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-jms-qpid-amqp-client diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jolt/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jolt/pom.xml index 19229c2855..5bb52e591f 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jolt/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jolt/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-jolt diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-joor/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-joor/pom.xml index ec1bb28a86..93e2085102 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-joor/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-joor/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-joor diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jpa/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jpa/pom.xml index c2a819b892..06ea0955fe 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jpa/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jpa/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-jpa diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jq/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jq/pom.xml index e9abc48a66..27f21b1cb5 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jq/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jq/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-jq diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-js-dsl/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-js-dsl/pom.xml index 5b295c6085..afc69b2000 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-js-dsl/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-js-dsl/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-js-dsl diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jsch/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jsch/pom.xml index 4681eaf127..090d69d3fa 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jsch/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jsch/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-jsch diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jsh-dsl/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jsh-dsl/pom.xml index 05548f5086..3688772bf7 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jsh-dsl/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jsh-dsl/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-jsh-dsl diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jslt/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jslt/pom.xml index 829733a3d0..7d5ca8a2e3 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jslt/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jslt/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-jslt diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-json-validator/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-json-validator/pom.xml index 11b408dbdf..c000acafa1 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-json-validator/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-json-validator/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-json-validator diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jsonata/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jsonata/pom.xml index 6d4a87fa6b..96a6e3fa3c 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jsonata/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jsonata/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-jsonata diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jsonpath/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jsonpath/pom.xml index efc1bcadaa..af020ca88f 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jsonpath/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jsonpath/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-jsonpath diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jta/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jta/pom.xml index b479418a60..7a0d43958b 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jta/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-jta/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-jta diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kafka-oauth/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kafka-oauth/pom.xml index bd209edbf1..9db8aef898 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kafka-oauth/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kafka-oauth/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-kafka-oauth diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kafka-sasl-ssl/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kafka-sasl-ssl/pom.xml index f11aed9d97..24ac812ccb 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kafka-sasl-ssl/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kafka-sasl-ssl/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-kafka-sasl-ssl diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kafka-sasl/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kafka-sasl/pom.xml index 736195ac00..571f36c7cf 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kafka-sasl/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kafka-sasl/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-kafka-sasl diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kafka-ssl/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kafka-ssl/pom.xml index 4945879855..ec0a69dc14 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kafka-ssl/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kafka-ssl/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-kafka-ssl diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kafka/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kafka/pom.xml index fe0c7e4291..c18f9a24aa 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kafka/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kafka/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-kafka diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kamelet/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kamelet/pom.xml index c122f20cbc..314c7e5fe1 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kamelet/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kamelet/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-kamelet diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-knative-channel-consumer/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-knative-channel-consumer/pom.xml index c45ecb89fe..6c512da526 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-knative-channel-consumer/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-knative-channel-consumer/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-knative-channel-consumer diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-knative-endpoint-consumer/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-knative-endpoint-consumer/pom.xml index 99a31a4382..58c0f227a7 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-knative-endpoint-consumer/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-knative-endpoint-consumer/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-knative-endpoint-consumer diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-knative-event-consumer/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-knative-event-consumer/pom.xml index fc298ae8e1..2b233c2383 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-knative-event-consumer/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-knative-event-consumer/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-knative-event-consumer diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-knative-producer/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-knative-producer/pom.xml index d5736ffd59..6e10efa004 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-knative-producer/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-knative-producer/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-knative-producer diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-knative/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-knative/pom.xml index 313386e65c..a740ce38d9 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-knative/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-knative/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-knative diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kotlin-dsl/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kotlin-dsl/pom.xml index 6530a4202c..85248402fc 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kotlin-dsl/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kotlin-dsl/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-kotlin-dsl diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kotlin/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kotlin/pom.xml index 2fb126ddb1..c8d5eb1a7f 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kotlin/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kotlin/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-kotlin diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kubernetes/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kubernetes/pom.xml index 2ce2cf3543..820b3e40d9 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kubernetes/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kubernetes/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-kubernetes diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kudu/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kudu/pom.xml index a3beb1bede..def5b0c6a0 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kudu/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-kudu/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-kudu diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-ldap/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-ldap/pom.xml index 19f80f5d5a..7f05560a51 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-ldap/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-ldap/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-ldap diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-leveldb/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-leveldb/pom.xml index 8f9ef59bc3..d02136800b 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-leveldb/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-leveldb/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-leveldb diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-lra/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-lra/pom.xml index f3b28b6c2b..5168a49e63 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-lra/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-lra/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-lra diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-lumberjack/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-lumberjack/pom.xml index 8e3a882a3f..4253a96a16 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-lumberjack/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-lumberjack/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-lumberjack diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-mail/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-mail/pom.xml index ce443ce0da..ad38c1b2aa 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-mail/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-mail/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-mail diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-main-collector/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-main-collector/pom.xml index 0e5de0471b..66d45d1992 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-main-collector/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-main-collector/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-main-collector diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-main-devmode/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-main-devmode/pom.xml index 83bee1100b..38f6dc298b 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-main-devmode/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-main-devmode/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-main-devmode diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-main-discovery-disabled/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-main-discovery-disabled/pom.xml index f3b72492f6..13938b8825 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-main-discovery-disabled/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-main-discovery-disabled/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-main-discovery-disabled diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-main-xml-io-with-beans/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-main-xml-io-with-beans/pom.xml index 401735ecb6..9558ef2fb4 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-main-xml-io-with-beans/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-main-xml-io-with-beans/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-main-xml-io-with-beans diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-main-xml-io/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-main-xml-io/pom.xml index 939ca1fb13..0519f27d62 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-main-xml-io/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-main-xml-io/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-main-xml-io diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-main-xml-jaxb/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-main-xml-jaxb/pom.xml index 7e567cf295..e5991fb951 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-main-xml-jaxb/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-main-xml-jaxb/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-main-xml-jaxb diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-main-yaml/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-main-yaml/pom.xml index e04a950fd1..71e2a069cf 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-main-yaml/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-main-yaml/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-main-yaml diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-main/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-main/pom.xml index 64809a9e55..6e9600f322 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-main/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-main/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-main diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-management/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-management/pom.xml index 7f75ba374a..e76e63b4d3 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-management/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-management/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-management diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-mapstruct/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-mapstruct/pom.xml index 6e988d49e4..e3abe80213 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-mapstruct/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-mapstruct/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-mapstruct diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-micrometer/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-micrometer/pom.xml index 98dc68488f..20f36059e2 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-micrometer/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-micrometer/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-micrometer diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-microprofile/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-microprofile/pom.xml index ee99bfdfb3..f8a692edea 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-microprofile/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-microprofile/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-microprofile diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-minio/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-minio/pom.xml index bd30c89c1c..d1f0207776 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-minio/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-minio/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-minio diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-mllp/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-mllp/pom.xml index 28def0c7da..761248135f 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-mllp/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-mllp/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-mllp diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-mongodb-grouped/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-mongodb-grouped/pom.xml index 11ed035caf..c9b301cf1f 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-mongodb-grouped/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-mongodb-grouped/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-mongodb-grouped diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-mustache/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-mustache/pom.xml index f683ca61cb..c273cb8bc6 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-mustache/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-mustache/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-mustache diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-mybatis/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-mybatis/pom.xml index 6b85582345..43adde5710 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-mybatis/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-mybatis/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-mybatis diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-nats/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-nats/pom.xml index cb2d0cee0a..3feef751a1 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-nats/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-nats/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-nats diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-netty/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-netty/pom.xml index a74b008fa7..e546953a7a 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-netty/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-netty/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-netty diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-nitrite/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-nitrite/pom.xml index 2b860a1aa5..5cbe53f667 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-nitrite/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-nitrite/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-nitrite diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-oaipmh/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-oaipmh/pom.xml index 2e84f388b1..22276baf05 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-oaipmh/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-oaipmh/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-oaipmh diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-ognl/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-ognl/pom.xml index d340393f40..f7be58baa7 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-ognl/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-ognl/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-ognl diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-olingo4/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-olingo4/pom.xml index bd7e9883e2..8942b5bd41 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-olingo4/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-olingo4/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-olingo4 diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-openapi-java/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-openapi-java/pom.xml index 62d4df926c..faf94c4c90 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-openapi-java/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-openapi-java/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-openapi-java diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-openstack/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-openstack/pom.xml index 97b6075091..40dfd7e508 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-openstack/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-openstack/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-openstack diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-opentelemetry/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-opentelemetry/pom.xml index 75364de592..da4e4af02b 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-opentelemetry/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-opentelemetry/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-opentelemetry diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-optaplanner/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-optaplanner/pom.xml index fd85f84dc3..924ce051d5 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-optaplanner/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-optaplanner/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-optaplanner diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-paho-mqtt5/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-paho-mqtt5/pom.xml index 7d0b6348b1..6c3f47c44e 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-paho-mqtt5/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-paho-mqtt5/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-paho-mqtt5 diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-paho/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-paho/pom.xml index 279fec728d..1675b729e2 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-paho/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-paho/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-paho diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-pdf/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-pdf/pom.xml index b5dbf887d6..d1f1177da7 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-pdf/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-pdf/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-pdf diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-pg-replication-slot/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-pg-replication-slot/pom.xml index b3a4a138b4..8e50fba1e7 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-pg-replication-slot/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-pg-replication-slot/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-pg-replication-slot diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-pgevent/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-pgevent/pom.xml index b63e680272..6347b7cd00 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-pgevent/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-pgevent/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-pgevent diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-platform-http-proxy-ssl/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-platform-http-proxy-ssl/pom.xml index d23ccecb76..cf9e9556fd 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-platform-http-proxy-ssl/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-platform-http-proxy-ssl/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-platform-http-proxy-ssl diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-platform-http-proxy/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-platform-http-proxy/pom.xml index c9b1beb3db..86013866e8 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-platform-http-proxy/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-platform-http-proxy/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-platform-http-proxy diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-platform-http/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-platform-http/pom.xml index 25e3d98661..665d32464d 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-platform-http/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-platform-http/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-platform-http diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-protobuf/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-protobuf/pom.xml index 8ffea5ff45..9eff735e4d 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-protobuf/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-protobuf/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-protobuf diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-pubnub/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-pubnub/pom.xml index 56c02a7a2a..46add18a59 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-pubnub/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-pubnub/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-pubnub diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-quartz/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-quartz/pom.xml index 4c2971f274..f5d8a30dfd 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-quartz/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-quartz/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-quartz diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-qute/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-qute/pom.xml index 075c3f7e62..b79b17739d 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-qute/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-qute/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-qute diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-reactive-streams/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-reactive-streams/pom.xml index cedd76e697..0675154c3f 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-reactive-streams/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-reactive-streams/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-reactive-streams diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-rest-openapi/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-rest-openapi/pom.xml index be5a493a0e..bfdc365a71 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-rest-openapi/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-rest-openapi/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-rest-openapi diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-rest/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-rest/pom.xml index 6a38051436..f58adb3afe 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-rest/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-rest/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-rest diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-saga/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-saga/pom.xml index 7efebb296b..d570f8d1cd 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-saga/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-saga/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-saga diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-salesforce/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-salesforce/pom.xml index 7482209cf0..071583160c 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-salesforce/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-salesforce/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-salesforce diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-sap-netweaver/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-sap-netweaver/pom.xml index 45b9d94b94..d50b3b286c 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-sap-netweaver/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-sap-netweaver/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-sap-netweaver diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-saxon/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-saxon/pom.xml index 27d3c04cea..ff7dbfb4d1 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-saxon/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-saxon/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-saxon diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-servicenow/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-servicenow/pom.xml index 7c428fe9c6..6f9e1522e4 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-servicenow/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-servicenow/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-servicenow diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-servlet/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-servlet/pom.xml index a545afc543..e97f1e0c12 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-servlet/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-servlet/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-servlet diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-shiro/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-shiro/pom.xml index d621245ab5..ae3380c60e 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-shiro/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-shiro/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-shiro diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-sjms-artemis-client/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-sjms-artemis-client/pom.xml index 314c5a8788..47d2fb32eb 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-sjms-artemis-client/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-sjms-artemis-client/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-sjms-artemis-client diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-sjms-qpid-amqp-client/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-sjms-qpid-amqp-client/pom.xml index 1f6d8d04b1..0d68971792 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-sjms-qpid-amqp-client/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-sjms-qpid-amqp-client/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-sjms-qpid-amqp-client diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-sjms2-artemis-client/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-sjms2-artemis-client/pom.xml index cea898ae28..f7382e597f 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-sjms2-artemis-client/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-sjms2-artemis-client/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-sjms2-artemis-client diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-sjms2-qpid-amqp-client/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-sjms2-qpid-amqp-client/pom.xml index 95ce399b01..eca8aac330 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-sjms2-qpid-amqp-client/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-sjms2-qpid-amqp-client/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-sjms2-qpid-amqp-client diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-slack/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-slack/pom.xml index 1d61be2076..53ad0c3bd0 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-slack/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-slack/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-slack diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-smallrye-reactive-messaging/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-smallrye-reactive-messaging/pom.xml index 8535dd8fe7..71db2d5d1b 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-smallrye-reactive-messaging/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-smallrye-reactive-messaging/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-smallrye-reactive-messaging diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-soap/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-soap/pom.xml index 4cda5d61f1..cb684a3c07 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-soap/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-soap/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-soap diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-splunk/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-splunk/pom.xml index 98162b48fd..e943770f5b 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-splunk/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-splunk/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-splunk diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-spring-rabbitmq/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-spring-rabbitmq/pom.xml index 90ab94b01c..760271aac6 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-spring-rabbitmq/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-spring-rabbitmq/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-spring-rabbitmq diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-sql/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-sql/pom.xml index 1302300168..b474cfb5ff 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-sql/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-sql/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-sql diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-ssh/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-ssh/pom.xml index fd8f9d0e2d..0372414f94 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-ssh/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-ssh/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-ssh diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-stax/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-stax/pom.xml index 84a0d6bf79..e8696a4598 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-stax/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-stax/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-stax diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-stringtemplate/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-stringtemplate/pom.xml index c726cdb09c..140c98918f 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-stringtemplate/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-stringtemplate/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-stringtemplate diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-swift/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-swift/pom.xml index 7ebb60a407..96c93d0832 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-swift/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-swift/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-swift diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-syndication/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-syndication/pom.xml index cff39b0319..9646f96789 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-syndication/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-syndication/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-syndication diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-syslog/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-syslog/pom.xml index f2025d4a44..740aa6dd82 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-syslog/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-syslog/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-syslog diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-tarfile/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-tarfile/pom.xml index ace0a229fc..b0da5732ed 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-tarfile/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-tarfile/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-tarfile diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-telegram/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-telegram/pom.xml index c7d4c892fe..bab45464af 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-telegram/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-telegram/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-telegram diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-tika/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-tika/pom.xml index f0f2f19f41..7fc638e370 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-tika/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-tika/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-tika diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-twilio/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-twilio/pom.xml index ceec1f3090..72068b5520 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-twilio/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-twilio/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-twilio diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-twitter/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-twitter/pom.xml index cc13498c08..db99b19694 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-twitter/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-twitter/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-twitter diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-univocity-parsers/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-univocity-parsers/pom.xml index 1d30cf79a3..d26fe46f6a 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-univocity-parsers/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-univocity-parsers/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-univocity-parsers diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-validator/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-validator/pom.xml index 14d1b41a3d..591dd50112 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-validator/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-validator/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-validator diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-velocity/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-velocity/pom.xml index 4c8268a902..d35f765e97 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-velocity/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-velocity/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-velocity diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-vertx-websocket/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-vertx-websocket/pom.xml index e44d0baa7f..63fdf65ab0 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-vertx-websocket/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-vertx-websocket/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-vertx-websocket diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-vertx/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-vertx/pom.xml index 601b958a05..1189a21040 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-vertx/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-vertx/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-vertx diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-weather/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-weather/pom.xml index b807a03766..8b7515d80a 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-weather/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-weather/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-weather diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-xml-grouped/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-xml-grouped/pom.xml index a21b3da0f0..de6a182560 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-xml-grouped/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-xml-grouped/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-xml-grouped diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-xmlsecurity/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-xmlsecurity/pom.xml index 4bdfada2fe..36841c7e96 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-xmlsecurity/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-xmlsecurity/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-xmlsecurity diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-xpath/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-xpath/pom.xml index 6c1f15aae3..6fefe428ab 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-xpath/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-xpath/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-xpath diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-xslt-saxon/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-xslt-saxon/pom.xml index 238995294c..9867785923 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-xslt-saxon/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-xslt-saxon/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-xslt-saxon diff --git a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-zendesk/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-zendesk/pom.xml index a2f82a8b29..2860164e2c 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-zendesk/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/camel-quarkus-integration-test-zendesk/pom.xml @@ -3,7 +3,7 @@ io.quarkus.platform quarkus-camel-integration-tests-parent - 3.4.1 + 3.4.2 .. camel-quarkus-integration-test-zendesk diff --git a/generated-platform-project/quarkus-camel/integration-tests/pom.xml b/generated-platform-project/quarkus-camel/integration-tests/pom.xml index f89457889a..ed68a074d9 100644 --- a/generated-platform-project/quarkus-camel/integration-tests/pom.xml +++ b/generated-platform-project/quarkus-camel/integration-tests/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-camel-parent - 3.4.1 + 3.4.2 .. quarkus-camel-integration-tests-parent @@ -206,7 +206,7 @@ io.quarkus quarkus-universe-bom - 3.4.1 + 3.4.2 pom import diff --git a/generated-platform-project/quarkus-camel/pom.xml b/generated-platform-project/quarkus-camel/pom.xml index c8e5223c25..7cd10db351 100644 --- a/generated-platform-project/quarkus-camel/pom.xml +++ b/generated-platform-project/quarkus-camel/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-platform-parent - 3.4.1 + 3.4.2 .. quarkus-camel-parent diff --git a/generated-platform-project/quarkus-camel/properties/pom.xml b/generated-platform-project/quarkus-camel/properties/pom.xml index 5a960e1c7a..854248ee09 100644 --- a/generated-platform-project/quarkus-camel/properties/pom.xml +++ b/generated-platform-project/quarkus-camel/properties/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-camel-parent - 3.4.1 + 3.4.2 .. quarkus-camel-bom-quarkus-platform-properties diff --git a/generated-platform-project/quarkus-cassandra/bom/pom.xml b/generated-platform-project/quarkus-cassandra/bom/pom.xml index c999ca21f6..5b0b63f9e5 100644 --- a/generated-platform-project/quarkus-cassandra/bom/pom.xml +++ b/generated-platform-project/quarkus-cassandra/bom/pom.xml @@ -4,7 +4,7 @@ 4.0.0 io.quarkus.platform quarkus-cassandra-bom - 3.4.1 + 3.4.2 pom Quarkus Platform - Cassandra - Quarkus Platform BOM Quarkus Universe platform aggregates extensions from Quarkus Core and those developed by the community into a single compatible and versioned set that application developers can reference from their applications to align the dependency versions @@ -27,7 +27,7 @@ scm:git:git@github.com:quarkusio/quarkus-platform.git scm:git:git@github.com:quarkusio/quarkus-platform.git - 3.4.1 + 3.4.2 https://github.com/quarkusio/quarkus-platform @@ -49,14 +49,14 @@ io.quarkus.platform quarkus-cassandra-bom-quarkus-platform-descriptor - 3.4.1 + 3.4.2 json - 3.4.1 + 3.4.2 io.quarkus.platform quarkus-cassandra-bom-quarkus-platform-properties - 3.4.1 + 3.4.2 properties diff --git a/generated-platform-project/quarkus-cassandra/descriptor/pom.xml b/generated-platform-project/quarkus-cassandra/descriptor/pom.xml index 307f09e3a4..4aee4e5493 100644 --- a/generated-platform-project/quarkus-cassandra/descriptor/pom.xml +++ b/generated-platform-project/quarkus-cassandra/descriptor/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-cassandra-parent - 3.4.1 + 3.4.2 .. quarkus-cassandra-bom-quarkus-platform-descriptor diff --git a/generated-platform-project/quarkus-cassandra/integration-tests/cassandra-quarkus-integration-tests-dse/pom.xml b/generated-platform-project/quarkus-cassandra/integration-tests/cassandra-quarkus-integration-tests-dse/pom.xml index c582d988e9..9f3c9e4c5d 100644 --- a/generated-platform-project/quarkus-cassandra/integration-tests/cassandra-quarkus-integration-tests-dse/pom.xml +++ b/generated-platform-project/quarkus-cassandra/integration-tests/cassandra-quarkus-integration-tests-dse/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-cassandra-integration-tests-parent - 3.4.1 + 3.4.2 .. cassandra-quarkus-integration-tests-dse diff --git a/generated-platform-project/quarkus-cassandra/integration-tests/cassandra-quarkus-integration-tests-main/pom.xml b/generated-platform-project/quarkus-cassandra/integration-tests/cassandra-quarkus-integration-tests-main/pom.xml index c4cb0298a4..c20a3659ff 100644 --- a/generated-platform-project/quarkus-cassandra/integration-tests/cassandra-quarkus-integration-tests-main/pom.xml +++ b/generated-platform-project/quarkus-cassandra/integration-tests/cassandra-quarkus-integration-tests-main/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-cassandra-integration-tests-parent - 3.4.1 + 3.4.2 .. cassandra-quarkus-integration-tests-main diff --git a/generated-platform-project/quarkus-cassandra/integration-tests/cassandra-quarkus-integration-tests-metrics-disabled/pom.xml b/generated-platform-project/quarkus-cassandra/integration-tests/cassandra-quarkus-integration-tests-metrics-disabled/pom.xml index a91b2a4fcb..5ed2ebc5d0 100644 --- a/generated-platform-project/quarkus-cassandra/integration-tests/cassandra-quarkus-integration-tests-metrics-disabled/pom.xml +++ b/generated-platform-project/quarkus-cassandra/integration-tests/cassandra-quarkus-integration-tests-metrics-disabled/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-cassandra-integration-tests-parent - 3.4.1 + 3.4.2 .. cassandra-quarkus-integration-tests-metrics-disabled diff --git a/generated-platform-project/quarkus-cassandra/integration-tests/cassandra-quarkus-integration-tests-metrics-microprofile/pom.xml b/generated-platform-project/quarkus-cassandra/integration-tests/cassandra-quarkus-integration-tests-metrics-microprofile/pom.xml index 198c315fc7..95cd493cad 100644 --- a/generated-platform-project/quarkus-cassandra/integration-tests/cassandra-quarkus-integration-tests-metrics-microprofile/pom.xml +++ b/generated-platform-project/quarkus-cassandra/integration-tests/cassandra-quarkus-integration-tests-metrics-microprofile/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-cassandra-integration-tests-parent - 3.4.1 + 3.4.2 .. cassandra-quarkus-integration-tests-metrics-microprofile diff --git a/generated-platform-project/quarkus-cassandra/integration-tests/cassandra-quarkus-integration-tests-no-mapper/pom.xml b/generated-platform-project/quarkus-cassandra/integration-tests/cassandra-quarkus-integration-tests-no-mapper/pom.xml index afd5dfd1be..93eefd5584 100644 --- a/generated-platform-project/quarkus-cassandra/integration-tests/cassandra-quarkus-integration-tests-no-mapper/pom.xml +++ b/generated-platform-project/quarkus-cassandra/integration-tests/cassandra-quarkus-integration-tests-no-mapper/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-cassandra-integration-tests-parent - 3.4.1 + 3.4.2 .. cassandra-quarkus-integration-tests-no-mapper diff --git a/generated-platform-project/quarkus-cassandra/integration-tests/pom.xml b/generated-platform-project/quarkus-cassandra/integration-tests/pom.xml index 4e5975fe87..0dd4149311 100644 --- a/generated-platform-project/quarkus-cassandra/integration-tests/pom.xml +++ b/generated-platform-project/quarkus-cassandra/integration-tests/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-cassandra-parent - 3.4.1 + 3.4.2 .. quarkus-cassandra-integration-tests-parent @@ -27,7 +27,7 @@ io.quarkus quarkus-universe-bom - 3.4.1 + 3.4.2 pom import diff --git a/generated-platform-project/quarkus-cassandra/pom.xml b/generated-platform-project/quarkus-cassandra/pom.xml index e3e094b984..1c37814851 100644 --- a/generated-platform-project/quarkus-cassandra/pom.xml +++ b/generated-platform-project/quarkus-cassandra/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-platform-parent - 3.4.1 + 3.4.2 .. quarkus-cassandra-parent diff --git a/generated-platform-project/quarkus-cassandra/properties/pom.xml b/generated-platform-project/quarkus-cassandra/properties/pom.xml index bbf94bbff5..87de1d7c3b 100644 --- a/generated-platform-project/quarkus-cassandra/properties/pom.xml +++ b/generated-platform-project/quarkus-cassandra/properties/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-cassandra-parent - 3.4.1 + 3.4.2 .. quarkus-cassandra-bom-quarkus-platform-properties diff --git a/generated-platform-project/quarkus-cxf/bom/pom.xml b/generated-platform-project/quarkus-cxf/bom/pom.xml index 1edbf368a4..c8c883367f 100644 --- a/generated-platform-project/quarkus-cxf/bom/pom.xml +++ b/generated-platform-project/quarkus-cxf/bom/pom.xml @@ -4,7 +4,7 @@ 4.0.0 io.quarkus.platform quarkus-cxf-bom - 3.4.1 + 3.4.2 pom Quarkus Platform - CXF - Quarkus Platform BOM Quarkus Universe platform aggregates extensions from Quarkus Core and those developed by the community into a single compatible and versioned set that application developers can reference from their applications to align the dependency versions @@ -27,7 +27,7 @@ scm:git:git@github.com:quarkusio/quarkus-platform.git scm:git:git@github.com:quarkusio/quarkus-platform.git - 3.4.1 + 3.4.2 https://github.com/quarkusio/quarkus-platform @@ -49,14 +49,14 @@ io.quarkus.platform quarkus-cxf-bom-quarkus-platform-descriptor - 3.4.1 + 3.4.2 json - 3.4.1 + 3.4.2 io.quarkus.platform quarkus-cxf-bom-quarkus-platform-properties - 3.4.1 + 3.4.2 properties @@ -78,107 +78,107 @@ io.quarkiverse.cxf quarkus-cxf-axiom-api-stub - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-deployment - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-rt-features-logging-deployment - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-rt-features-logging - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-rt-features-metrics-deployment - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-rt-features-metrics - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-rt-transports-http-hc5-deployment - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-rt-transports-http-hc5 - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-rt-ws-rm-deployment - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-rt-ws-rm - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-rt-ws-security-deployment - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-rt-ws-security - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-saaj-deployment - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-saaj - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-services-sts-deployment - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-services-sts - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-woodstox-deployment - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-woodstox - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-xjc-plugins-deployment - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-xjc-plugins - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf - 2.4.0 + 2.4.1 io.quarkiverse.xmlsec @@ -225,7 +225,7 @@ org.apache.cxf.services.sts cxf-services-sts-core - 4.0.2 + 4.0.3 org.apache.cxf.xjc-utils @@ -265,42 +265,42 @@ org.apache.cxf cxf-core - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-bindings-soap - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-bindings-xml - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-databinding-aegis - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-databinding-jaxb - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-features-logging - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-features-metrics - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-frontend-jaxws - 4.0.2 + 4.0.3 org.ow2.asm @@ -311,42 +311,42 @@ org.apache.cxf cxf-rt-frontend-simple - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-javascript - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-management - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-rs-json-basic - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-rs-security-jose - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-security-saml - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-security - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-transports-http-hc5 - 4.0.2 + 4.0.3 org.slf4j @@ -357,37 +357,37 @@ org.apache.cxf cxf-rt-transports-http - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-ws-addr - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-ws-mex - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-ws-policy - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-ws-rm - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-ws-security - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-wsdl - 4.0.2 + 4.0.3 org.ow2.asm @@ -398,32 +398,32 @@ org.apache.cxf cxf-tools-common - 4.0.2 + 4.0.3 org.apache.cxf cxf-tools-java2ws - 4.0.2 + 4.0.3 org.apache.cxf cxf-tools-validator - 4.0.2 + 4.0.3 org.apache.cxf cxf-tools-wsdlto-core - 4.0.2 + 4.0.3 org.apache.cxf cxf-tools-wsdlto-databinding-jaxb - 4.0.2 + 4.0.3 org.apache.cxf cxf-tools-wsdlto-frontend-jaxws - 4.0.2 + 4.0.3 org.apache.neethi diff --git a/generated-platform-project/quarkus-cxf/descriptor/pom.xml b/generated-platform-project/quarkus-cxf/descriptor/pom.xml index bc61dbd9e1..5b9d4cd9c0 100644 --- a/generated-platform-project/quarkus-cxf/descriptor/pom.xml +++ b/generated-platform-project/quarkus-cxf/descriptor/pom.xml @@ -5,14 +5,14 @@ io.quarkus.platform quarkus-cxf-parent - 3.4.1 + 3.4.2 .. quarkus-cxf-bom-quarkus-platform-descriptor pom Quarkus Platform - CXF - Quarkus Platform Descriptor - io.quarkus.platform:quarkus-cxf-bom:3.4.1 + io.quarkus.platform:quarkus-cxf-bom:3.4.2 diff --git a/generated-platform-project/quarkus-cxf/integration-tests/pom.xml b/generated-platform-project/quarkus-cxf/integration-tests/pom.xml index 210848b519..d3a2972b88 100644 --- a/generated-platform-project/quarkus-cxf/integration-tests/pom.xml +++ b/generated-platform-project/quarkus-cxf/integration-tests/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-cxf-parent - 3.4.1 + 3.4.2 .. quarkus-cxf-integration-tests-parent @@ -22,6 +22,7 @@ quarkus-cxf-integration-test-ws-addressing quarkus-cxf-integration-test-ws-rm quarkus-cxf-integration-test-ws-security-client + quarkus-cxf-integration-test-ws-security-policy quarkus-cxf-integration-test-ws-security-server quarkus-cxf-integration-test-ws-trust @@ -34,7 +35,7 @@ io.quarkus quarkus-universe-bom - 3.4.1 + 3.4.2 pom import diff --git a/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-client/pom.xml b/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-client/pom.xml index 3e0f4d2158..a9fc5c4b44 100644 --- a/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-client/pom.xml +++ b/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-client/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-cxf-integration-tests-parent - 3.4.1 + 3.4.2 .. quarkus-cxf-integration-test-client diff --git a/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-hc5/pom.xml b/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-hc5/pom.xml index 4562b6afc2..f12bf1dd8e 100644 --- a/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-hc5/pom.xml +++ b/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-hc5/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-cxf-integration-tests-parent - 3.4.1 + 3.4.2 .. quarkus-cxf-integration-test-hc5 diff --git a/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-logging/pom.xml b/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-logging/pom.xml index b5ab806949..9ea5601aa2 100644 --- a/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-logging/pom.xml +++ b/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-logging/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-cxf-integration-tests-parent - 3.4.1 + 3.4.2 .. quarkus-cxf-integration-test-logging diff --git a/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-metrics/pom.xml b/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-metrics/pom.xml index 7a512abea0..7744cb3f03 100644 --- a/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-metrics/pom.xml +++ b/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-metrics/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-cxf-integration-tests-parent - 3.4.1 + 3.4.2 .. quarkus-cxf-integration-test-metrics diff --git a/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-mtom-awt/pom.xml b/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-mtom-awt/pom.xml index 16fe788c8c..7133a2f8ed 100644 --- a/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-mtom-awt/pom.xml +++ b/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-mtom-awt/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-cxf-integration-tests-parent - 3.4.1 + 3.4.2 .. quarkus-cxf-integration-test-mtom-awt diff --git a/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-mtom/pom.xml b/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-mtom/pom.xml index d4acad0a61..ba0d1c64b5 100644 --- a/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-mtom/pom.xml +++ b/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-mtom/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-cxf-integration-tests-parent - 3.4.1 + 3.4.2 .. quarkus-cxf-integration-test-mtom diff --git a/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-server/pom.xml b/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-server/pom.xml index ebae13ad90..fbba57385e 100644 --- a/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-server/pom.xml +++ b/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-server/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-cxf-integration-tests-parent - 3.4.1 + 3.4.2 .. quarkus-cxf-integration-test-server diff --git a/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-ws-addressing/pom.xml b/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-ws-addressing/pom.xml index 9a8f0cd19b..cbf0ba71d0 100644 --- a/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-ws-addressing/pom.xml +++ b/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-ws-addressing/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-cxf-integration-tests-parent - 3.4.1 + 3.4.2 .. quarkus-cxf-integration-test-ws-addressing diff --git a/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-ws-rm/pom.xml b/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-ws-rm/pom.xml index fbfd296929..8d2673cdc0 100644 --- a/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-ws-rm/pom.xml +++ b/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-ws-rm/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-cxf-integration-tests-parent - 3.4.1 + 3.4.2 .. quarkus-cxf-integration-test-ws-rm diff --git a/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-ws-security-client/pom.xml b/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-ws-security-client/pom.xml index f12d66090d..8a596f4c10 100644 --- a/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-ws-security-client/pom.xml +++ b/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-ws-security-client/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-cxf-integration-tests-parent - 3.4.1 + 3.4.2 .. quarkus-cxf-integration-test-ws-security-client diff --git a/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-ws-security-policy/pom.xml b/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-ws-security-policy/pom.xml new file mode 100644 index 0000000000..8ed3acce69 --- /dev/null +++ b/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-ws-security-policy/pom.xml @@ -0,0 +1,160 @@ + + + 4.0.0 + + io.quarkus.platform + quarkus-cxf-integration-tests-parent + 3.4.2 + .. + + quarkus-cxf-integration-test-ws-security-policy + Quarkus Platform - CXF - Integration Tests - quarkus-cxf-integration-test-ws-security-policy + + + io.quarkiverse.cxf + quarkus-cxf-integration-test-ws-security-policy + ${quarkus-cxf.version} + + + io.quarkiverse.cxf + quarkus-cxf-integration-test-ws-security-policy + ${quarkus-cxf.version} + test-jar + tests + test + + + io.rest-assured + rest-assured + test + + + javax.activation + activation + + + javax.activation + javax.activation-api + + + jakarta.activation + jakarta.activation-api + + + com.sun.xml.bind + jaxb-osgi + + + commons-logging + commons-logging + + + + + io.quarkiverse.cxf + quarkus-cxf-test-util + ${quarkus-cxf.version} + test + + + io.quarkus + quarkus-junit5 + test + + + org.assertj + assertj-core + 3.24.2 + test + + + + + + + maven-jar-plugin + + + default-jar + none + + + + + maven-source-plugin + + + attach-sources + none + + + + + + + + maven-surefire-plugin + + + io.quarkiverse.cxf:quarkus-cxf-integration-test-ws-security-policy + + + + + + + + native-image + + + native + + + + + + maven-failsafe-plugin + + + + integration-test + verify + + + + ${project.build.directory}/${project.build.finalName}-runner + + + + + + + io.quarkiverse.cxf:quarkus-cxf-integration-test-ws-security-policy + + + + + io.quarkus + quarkus-maven-plugin + ${quarkus.version} + + + native-image + + build + + + io.quarkiverse.cxf:quarkus-cxf-integration-test-ws-security-policy:${quarkus-cxf.version} + + + + + + + + native + + + + diff --git a/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-ws-security-policy/src/main/resources/seed b/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-ws-security-policy/src/main/resources/seed new file mode 100644 index 0000000000..e06b1e20b0 --- /dev/null +++ b/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-ws-security-policy/src/main/resources/seed @@ -0,0 +1 @@ +seed \ No newline at end of file diff --git a/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-ws-security-server/pom.xml b/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-ws-security-server/pom.xml index c02ac4f16c..1209b5bbab 100644 --- a/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-ws-security-server/pom.xml +++ b/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-ws-security-server/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-cxf-integration-tests-parent - 3.4.1 + 3.4.2 .. quarkus-cxf-integration-test-ws-security-server diff --git a/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-ws-trust/pom.xml b/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-ws-trust/pom.xml index 7f369786b4..416696fcc5 100644 --- a/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-ws-trust/pom.xml +++ b/generated-platform-project/quarkus-cxf/integration-tests/quarkus-cxf-integration-test-ws-trust/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-cxf-integration-tests-parent - 3.4.1 + 3.4.2 .. quarkus-cxf-integration-test-ws-trust diff --git a/generated-platform-project/quarkus-cxf/pom.xml b/generated-platform-project/quarkus-cxf/pom.xml index 3112cb9743..159a52b3c7 100644 --- a/generated-platform-project/quarkus-cxf/pom.xml +++ b/generated-platform-project/quarkus-cxf/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-platform-parent - 3.4.1 + 3.4.2 .. quarkus-cxf-parent diff --git a/generated-platform-project/quarkus-cxf/properties/pom.xml b/generated-platform-project/quarkus-cxf/properties/pom.xml index fa21f5ae0c..bda8ee9ee8 100644 --- a/generated-platform-project/quarkus-cxf/properties/pom.xml +++ b/generated-platform-project/quarkus-cxf/properties/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-cxf-parent - 3.4.1 + 3.4.2 .. quarkus-cxf-bom-quarkus-platform-properties diff --git a/generated-platform-project/quarkus-debezium/bom/pom.xml b/generated-platform-project/quarkus-debezium/bom/pom.xml index a96770977e..b0ad60cf38 100644 --- a/generated-platform-project/quarkus-debezium/bom/pom.xml +++ b/generated-platform-project/quarkus-debezium/bom/pom.xml @@ -4,7 +4,7 @@ 4.0.0 io.quarkus.platform quarkus-debezium-bom - 3.4.1 + 3.4.2 pom Quarkus Platform - Debezium-Outbox - Quarkus Platform BOM Quarkus Universe platform aggregates extensions from Quarkus Core and those developed by the community into a single compatible and versioned set that application developers can reference from their applications to align the dependency versions @@ -27,7 +27,7 @@ scm:git:git@github.com:quarkusio/quarkus-platform.git scm:git:git@github.com:quarkusio/quarkus-platform.git - 3.4.1 + 3.4.2 https://github.com/quarkusio/quarkus-platform @@ -49,14 +49,14 @@ io.quarkus.platform quarkus-debezium-bom-quarkus-platform-descriptor - 3.4.1 + 3.4.2 json - 3.4.1 + 3.4.2 io.quarkus.platform quarkus-debezium-bom-quarkus-platform-properties - 3.4.1 + 3.4.2 properties diff --git a/generated-platform-project/quarkus-debezium/descriptor/pom.xml b/generated-platform-project/quarkus-debezium/descriptor/pom.xml index 05bcb40a64..a27eb5309c 100644 --- a/generated-platform-project/quarkus-debezium/descriptor/pom.xml +++ b/generated-platform-project/quarkus-debezium/descriptor/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-debezium-parent - 3.4.1 + 3.4.2 .. quarkus-debezium-bom-quarkus-platform-descriptor diff --git a/generated-platform-project/quarkus-debezium/integration-tests/debezium-quarkus-outbox-integration-tests/pom.xml b/generated-platform-project/quarkus-debezium/integration-tests/debezium-quarkus-outbox-integration-tests/pom.xml index d8219352c0..587de9e45d 100644 --- a/generated-platform-project/quarkus-debezium/integration-tests/debezium-quarkus-outbox-integration-tests/pom.xml +++ b/generated-platform-project/quarkus-debezium/integration-tests/debezium-quarkus-outbox-integration-tests/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-debezium-integration-tests-parent - 3.4.1 + 3.4.2 .. debezium-quarkus-outbox-integration-tests diff --git a/generated-platform-project/quarkus-debezium/integration-tests/debezium-quarkus-outbox-reactive-integration-tests/pom.xml b/generated-platform-project/quarkus-debezium/integration-tests/debezium-quarkus-outbox-reactive-integration-tests/pom.xml index 16eeb49db1..35082e9bf1 100644 --- a/generated-platform-project/quarkus-debezium/integration-tests/debezium-quarkus-outbox-reactive-integration-tests/pom.xml +++ b/generated-platform-project/quarkus-debezium/integration-tests/debezium-quarkus-outbox-reactive-integration-tests/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-debezium-integration-tests-parent - 3.4.1 + 3.4.2 .. debezium-quarkus-outbox-reactive-integration-tests diff --git a/generated-platform-project/quarkus-debezium/integration-tests/pom.xml b/generated-platform-project/quarkus-debezium/integration-tests/pom.xml index 6dba65a7a9..e01585e37e 100644 --- a/generated-platform-project/quarkus-debezium/integration-tests/pom.xml +++ b/generated-platform-project/quarkus-debezium/integration-tests/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-debezium-parent - 3.4.1 + 3.4.2 .. quarkus-debezium-integration-tests-parent @@ -24,7 +24,7 @@ io.quarkus quarkus-universe-bom - 3.4.1 + 3.4.2 pom import diff --git a/generated-platform-project/quarkus-debezium/pom.xml b/generated-platform-project/quarkus-debezium/pom.xml index be637beed4..49bf45f387 100644 --- a/generated-platform-project/quarkus-debezium/pom.xml +++ b/generated-platform-project/quarkus-debezium/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-platform-parent - 3.4.1 + 3.4.2 .. quarkus-debezium-parent diff --git a/generated-platform-project/quarkus-debezium/properties/pom.xml b/generated-platform-project/quarkus-debezium/properties/pom.xml index 7d689541bf..3a2633a8c7 100644 --- a/generated-platform-project/quarkus-debezium/properties/pom.xml +++ b/generated-platform-project/quarkus-debezium/properties/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-debezium-parent - 3.4.1 + 3.4.2 .. quarkus-debezium-bom-quarkus-platform-properties diff --git a/generated-platform-project/quarkus-dependencies-to-build/pom.xml b/generated-platform-project/quarkus-dependencies-to-build/pom.xml index 5310b24b71..5d7543d1a7 100644 --- a/generated-platform-project/quarkus-dependencies-to-build/pom.xml +++ b/generated-platform-project/quarkus-dependencies-to-build/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-platform-parent - 3.4.1 + 3.4.2 .. quarkus-dependencies-to-build diff --git a/generated-platform-project/quarkus-extension-changes/pom.xml b/generated-platform-project/quarkus-extension-changes/pom.xml index 09f81ad944..1edda8c6a2 100644 --- a/generated-platform-project/quarkus-extension-changes/pom.xml +++ b/generated-platform-project/quarkus-extension-changes/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-platform-parent - 3.4.1 + 3.4.2 .. quarkus-extension-changes diff --git a/generated-platform-project/quarkus-google-cloud-services/bom/pom.xml b/generated-platform-project/quarkus-google-cloud-services/bom/pom.xml index 9ccc411743..ecb8487a18 100644 --- a/generated-platform-project/quarkus-google-cloud-services/bom/pom.xml +++ b/generated-platform-project/quarkus-google-cloud-services/bom/pom.xml @@ -4,7 +4,7 @@ 4.0.0 io.quarkus.platform quarkus-google-cloud-services-bom - 3.4.1 + 3.4.2 pom Quarkus Platform - GoogleCloudServices - Quarkus Platform BOM Quarkus Universe platform aggregates extensions from Quarkus Core and those developed by the community into a single compatible and versioned set that application developers can reference from their applications to align the dependency versions @@ -27,7 +27,7 @@ scm:git:git@github.com:quarkusio/quarkus-platform.git scm:git:git@github.com:quarkusio/quarkus-platform.git - 3.4.1 + 3.4.2 https://github.com/quarkusio/quarkus-platform @@ -49,14 +49,14 @@ io.quarkus.platform quarkus-google-cloud-services-bom-quarkus-platform-descriptor - 3.4.1 + 3.4.2 json - 3.4.1 + 3.4.2 io.quarkus.platform quarkus-google-cloud-services-bom-quarkus-platform-properties - 3.4.1 + 3.4.2 properties diff --git a/generated-platform-project/quarkus-google-cloud-services/descriptor/pom.xml b/generated-platform-project/quarkus-google-cloud-services/descriptor/pom.xml index 9f795cc9b4..33676fbd2a 100644 --- a/generated-platform-project/quarkus-google-cloud-services/descriptor/pom.xml +++ b/generated-platform-project/quarkus-google-cloud-services/descriptor/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-google-cloud-services-parent - 3.4.1 + 3.4.2 .. quarkus-google-cloud-services-bom-quarkus-platform-descriptor diff --git a/generated-platform-project/quarkus-google-cloud-services/integration-tests/pom.xml b/generated-platform-project/quarkus-google-cloud-services/integration-tests/pom.xml index d6470247b0..926394891a 100644 --- a/generated-platform-project/quarkus-google-cloud-services/integration-tests/pom.xml +++ b/generated-platform-project/quarkus-google-cloud-services/integration-tests/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-google-cloud-services-parent - 3.4.1 + 3.4.2 .. quarkus-google-cloud-services-integration-tests-parent @@ -23,7 +23,7 @@ io.quarkus quarkus-universe-bom - 3.4.1 + 3.4.2 pom import diff --git a/generated-platform-project/quarkus-google-cloud-services/integration-tests/quarkus-google-cloud-services-main-it/pom.xml b/generated-platform-project/quarkus-google-cloud-services/integration-tests/quarkus-google-cloud-services-main-it/pom.xml index e365c8eb6f..3daa524c9a 100644 --- a/generated-platform-project/quarkus-google-cloud-services/integration-tests/quarkus-google-cloud-services-main-it/pom.xml +++ b/generated-platform-project/quarkus-google-cloud-services/integration-tests/quarkus-google-cloud-services-main-it/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-google-cloud-services-integration-tests-parent - 3.4.1 + 3.4.2 .. quarkus-google-cloud-services-main-it diff --git a/generated-platform-project/quarkus-google-cloud-services/pom.xml b/generated-platform-project/quarkus-google-cloud-services/pom.xml index fc131754be..13fa1da46f 100644 --- a/generated-platform-project/quarkus-google-cloud-services/pom.xml +++ b/generated-platform-project/quarkus-google-cloud-services/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-platform-parent - 3.4.1 + 3.4.2 .. quarkus-google-cloud-services-parent diff --git a/generated-platform-project/quarkus-google-cloud-services/properties/pom.xml b/generated-platform-project/quarkus-google-cloud-services/properties/pom.xml index 6b4ff56492..9ba9eafec7 100644 --- a/generated-platform-project/quarkus-google-cloud-services/properties/pom.xml +++ b/generated-platform-project/quarkus-google-cloud-services/properties/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-google-cloud-services-parent - 3.4.1 + 3.4.2 .. quarkus-google-cloud-services-bom-quarkus-platform-properties diff --git a/generated-platform-project/quarkus-maven-plugin/pom.xml b/generated-platform-project/quarkus-maven-plugin/pom.xml index 3f4e9fd48c..9fdc013e90 100644 --- a/generated-platform-project/quarkus-maven-plugin/pom.xml +++ b/generated-platform-project/quarkus-maven-plugin/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-platform-parent - 3.4.1 + 3.4.2 .. io.quarkus.platform @@ -17,7 +17,7 @@ io.quarkus.platform quarkus-bom - 3.4.1 + 3.4.2 pom import diff --git a/generated-platform-project/quarkus-operator-sdk/bom/pom.xml b/generated-platform-project/quarkus-operator-sdk/bom/pom.xml index e89c3033e4..d2e8b63e00 100644 --- a/generated-platform-project/quarkus-operator-sdk/bom/pom.xml +++ b/generated-platform-project/quarkus-operator-sdk/bom/pom.xml @@ -4,7 +4,7 @@ 4.0.0 io.quarkus.platform quarkus-operator-sdk-bom - 3.4.1 + 3.4.2 pom Quarkus Platform - OperatorSDK - Quarkus Platform BOM Quarkus Universe platform aggregates extensions from Quarkus Core and those developed by the community into a single compatible and versioned set that application developers can reference from their applications to align the dependency versions @@ -27,7 +27,7 @@ scm:git:git@github.com:quarkusio/quarkus-platform.git scm:git:git@github.com:quarkusio/quarkus-platform.git - 3.4.1 + 3.4.2 https://github.com/quarkusio/quarkus-platform @@ -49,14 +49,14 @@ io.quarkus.platform quarkus-operator-sdk-bom-quarkus-platform-descriptor - 3.4.1 + 3.4.2 json - 3.4.1 + 3.4.2 io.quarkus.platform quarkus-operator-sdk-bom-quarkus-platform-properties - 3.4.1 + 3.4.2 properties diff --git a/generated-platform-project/quarkus-operator-sdk/descriptor/pom.xml b/generated-platform-project/quarkus-operator-sdk/descriptor/pom.xml index f944f42104..61d5f293dc 100644 --- a/generated-platform-project/quarkus-operator-sdk/descriptor/pom.xml +++ b/generated-platform-project/quarkus-operator-sdk/descriptor/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-operator-sdk-parent - 3.4.1 + 3.4.2 .. quarkus-operator-sdk-bom-quarkus-platform-descriptor diff --git a/generated-platform-project/quarkus-operator-sdk/integration-tests/pom.xml b/generated-platform-project/quarkus-operator-sdk/integration-tests/pom.xml index 9afa4fa056..6bf4f36807 100644 --- a/generated-platform-project/quarkus-operator-sdk/integration-tests/pom.xml +++ b/generated-platform-project/quarkus-operator-sdk/integration-tests/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-operator-sdk-parent - 3.4.1 + 3.4.2 .. quarkus-operator-sdk-integration-tests-parent @@ -23,7 +23,7 @@ io.quarkus quarkus-universe-bom - 3.4.1 + 3.4.2 pom import diff --git a/generated-platform-project/quarkus-operator-sdk/integration-tests/quarkus-operator-sdk-integration-tests/pom.xml b/generated-platform-project/quarkus-operator-sdk/integration-tests/quarkus-operator-sdk-integration-tests/pom.xml index 7d886da6f8..49ebed54dc 100644 --- a/generated-platform-project/quarkus-operator-sdk/integration-tests/quarkus-operator-sdk-integration-tests/pom.xml +++ b/generated-platform-project/quarkus-operator-sdk/integration-tests/quarkus-operator-sdk-integration-tests/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-operator-sdk-integration-tests-parent - 3.4.1 + 3.4.2 .. quarkus-operator-sdk-integration-tests diff --git a/generated-platform-project/quarkus-operator-sdk/pom.xml b/generated-platform-project/quarkus-operator-sdk/pom.xml index f49d183d45..26695ce6ce 100644 --- a/generated-platform-project/quarkus-operator-sdk/pom.xml +++ b/generated-platform-project/quarkus-operator-sdk/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-platform-parent - 3.4.1 + 3.4.2 .. quarkus-operator-sdk-parent diff --git a/generated-platform-project/quarkus-operator-sdk/properties/pom.xml b/generated-platform-project/quarkus-operator-sdk/properties/pom.xml index 05cd4f4005..93841f3432 100644 --- a/generated-platform-project/quarkus-operator-sdk/properties/pom.xml +++ b/generated-platform-project/quarkus-operator-sdk/properties/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-operator-sdk-parent - 3.4.1 + 3.4.2 .. quarkus-operator-sdk-bom-quarkus-platform-properties diff --git a/generated-platform-project/quarkus-optaplanner/bom/pom.xml b/generated-platform-project/quarkus-optaplanner/bom/pom.xml index c7cbc8e49a..d3cd26c5b3 100644 --- a/generated-platform-project/quarkus-optaplanner/bom/pom.xml +++ b/generated-platform-project/quarkus-optaplanner/bom/pom.xml @@ -4,7 +4,7 @@ 4.0.0 io.quarkus.platform quarkus-optaplanner-bom - 3.4.1 + 3.4.2 pom Quarkus Platform - OptaPlanner - Quarkus Platform BOM Quarkus Universe platform aggregates extensions from Quarkus Core and those developed by the community into a single compatible and versioned set that application developers can reference from their applications to align the dependency versions @@ -27,7 +27,7 @@ scm:git:git@github.com:quarkusio/quarkus-platform.git scm:git:git@github.com:quarkusio/quarkus-platform.git - 3.4.1 + 3.4.2 https://github.com/quarkusio/quarkus-platform @@ -49,14 +49,14 @@ io.quarkus.platform quarkus-optaplanner-bom-quarkus-platform-descriptor - 3.4.1 + 3.4.2 json - 3.4.1 + 3.4.2 io.quarkus.platform quarkus-optaplanner-bom-quarkus-platform-properties - 3.4.1 + 3.4.2 properties diff --git a/generated-platform-project/quarkus-optaplanner/descriptor/pom.xml b/generated-platform-project/quarkus-optaplanner/descriptor/pom.xml index 919b0d6a26..5c105d8bb5 100644 --- a/generated-platform-project/quarkus-optaplanner/descriptor/pom.xml +++ b/generated-platform-project/quarkus-optaplanner/descriptor/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-optaplanner-parent - 3.4.1 + 3.4.2 .. quarkus-optaplanner-bom-quarkus-platform-descriptor diff --git a/generated-platform-project/quarkus-optaplanner/integration-tests/optaplanner-quarkus-benchmark-integration-test/pom.xml b/generated-platform-project/quarkus-optaplanner/integration-tests/optaplanner-quarkus-benchmark-integration-test/pom.xml index 7db1337c2b..2025f73280 100644 --- a/generated-platform-project/quarkus-optaplanner/integration-tests/optaplanner-quarkus-benchmark-integration-test/pom.xml +++ b/generated-platform-project/quarkus-optaplanner/integration-tests/optaplanner-quarkus-benchmark-integration-test/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-optaplanner-integration-tests-parent - 3.4.1 + 3.4.2 .. optaplanner-quarkus-benchmark-integration-test diff --git a/generated-platform-project/quarkus-optaplanner/integration-tests/optaplanner-quarkus-devui-integration-test/pom.xml b/generated-platform-project/quarkus-optaplanner/integration-tests/optaplanner-quarkus-devui-integration-test/pom.xml index 093ba9ccd9..54edfd4995 100644 --- a/generated-platform-project/quarkus-optaplanner/integration-tests/optaplanner-quarkus-devui-integration-test/pom.xml +++ b/generated-platform-project/quarkus-optaplanner/integration-tests/optaplanner-quarkus-devui-integration-test/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-optaplanner-integration-tests-parent - 3.4.1 + 3.4.2 .. optaplanner-quarkus-devui-integration-test diff --git a/generated-platform-project/quarkus-optaplanner/integration-tests/optaplanner-quarkus-integration-test/pom.xml b/generated-platform-project/quarkus-optaplanner/integration-tests/optaplanner-quarkus-integration-test/pom.xml index 5b1e4876f0..94e3a02645 100644 --- a/generated-platform-project/quarkus-optaplanner/integration-tests/optaplanner-quarkus-integration-test/pom.xml +++ b/generated-platform-project/quarkus-optaplanner/integration-tests/optaplanner-quarkus-integration-test/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-optaplanner-integration-tests-parent - 3.4.1 + 3.4.2 .. optaplanner-quarkus-integration-test diff --git a/generated-platform-project/quarkus-optaplanner/integration-tests/optaplanner-quarkus-jackson-integration-test/pom.xml b/generated-platform-project/quarkus-optaplanner/integration-tests/optaplanner-quarkus-jackson-integration-test/pom.xml index 7958822805..f3e8656d15 100644 --- a/generated-platform-project/quarkus-optaplanner/integration-tests/optaplanner-quarkus-jackson-integration-test/pom.xml +++ b/generated-platform-project/quarkus-optaplanner/integration-tests/optaplanner-quarkus-jackson-integration-test/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-optaplanner-integration-tests-parent - 3.4.1 + 3.4.2 .. optaplanner-quarkus-jackson-integration-test diff --git a/generated-platform-project/quarkus-optaplanner/integration-tests/optaplanner-quarkus-jsonb-integration-test/pom.xml b/generated-platform-project/quarkus-optaplanner/integration-tests/optaplanner-quarkus-jsonb-integration-test/pom.xml index a07504e645..f6d7b4e5d4 100644 --- a/generated-platform-project/quarkus-optaplanner/integration-tests/optaplanner-quarkus-jsonb-integration-test/pom.xml +++ b/generated-platform-project/quarkus-optaplanner/integration-tests/optaplanner-quarkus-jsonb-integration-test/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-optaplanner-integration-tests-parent - 3.4.1 + 3.4.2 .. optaplanner-quarkus-jsonb-integration-test diff --git a/generated-platform-project/quarkus-optaplanner/integration-tests/pom.xml b/generated-platform-project/quarkus-optaplanner/integration-tests/pom.xml index c0e31d6e6e..36530aa0b2 100644 --- a/generated-platform-project/quarkus-optaplanner/integration-tests/pom.xml +++ b/generated-platform-project/quarkus-optaplanner/integration-tests/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-optaplanner-parent - 3.4.1 + 3.4.2 .. quarkus-optaplanner-integration-tests-parent @@ -27,7 +27,7 @@ io.quarkus quarkus-universe-bom - 3.4.1 + 3.4.2 pom import diff --git a/generated-platform-project/quarkus-optaplanner/pom.xml b/generated-platform-project/quarkus-optaplanner/pom.xml index f29c5eeb09..a0e13063a1 100644 --- a/generated-platform-project/quarkus-optaplanner/pom.xml +++ b/generated-platform-project/quarkus-optaplanner/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-platform-parent - 3.4.1 + 3.4.2 .. quarkus-optaplanner-parent diff --git a/generated-platform-project/quarkus-optaplanner/properties/pom.xml b/generated-platform-project/quarkus-optaplanner/properties/pom.xml index 5a261233a4..4fd4f4034b 100644 --- a/generated-platform-project/quarkus-optaplanner/properties/pom.xml +++ b/generated-platform-project/quarkus-optaplanner/properties/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-optaplanner-parent - 3.4.1 + 3.4.2 .. quarkus-optaplanner-bom-quarkus-platform-properties diff --git a/generated-platform-project/quarkus-qpid-jms/bom/pom.xml b/generated-platform-project/quarkus-qpid-jms/bom/pom.xml index e93b454ee4..2bad761cfa 100644 --- a/generated-platform-project/quarkus-qpid-jms/bom/pom.xml +++ b/generated-platform-project/quarkus-qpid-jms/bom/pom.xml @@ -4,7 +4,7 @@ 4.0.0 io.quarkus.platform quarkus-qpid-jms-bom - 3.4.1 + 3.4.2 pom Quarkus Platform - QpidJMS - Quarkus Platform BOM Quarkus Universe platform aggregates extensions from Quarkus Core and those developed by the community into a single compatible and versioned set that application developers can reference from their applications to align the dependency versions @@ -27,7 +27,7 @@ scm:git:git@github.com:quarkusio/quarkus-platform.git scm:git:git@github.com:quarkusio/quarkus-platform.git - 3.4.1 + 3.4.2 https://github.com/quarkusio/quarkus-platform @@ -49,14 +49,14 @@ io.quarkus.platform quarkus-qpid-jms-bom-quarkus-platform-descriptor - 3.4.1 + 3.4.2 json - 3.4.1 + 3.4.2 io.quarkus.platform quarkus-qpid-jms-bom-quarkus-platform-properties - 3.4.1 + 3.4.2 properties diff --git a/generated-platform-project/quarkus-qpid-jms/descriptor/pom.xml b/generated-platform-project/quarkus-qpid-jms/descriptor/pom.xml index 532157d4bf..9d8ba6e653 100644 --- a/generated-platform-project/quarkus-qpid-jms/descriptor/pom.xml +++ b/generated-platform-project/quarkus-qpid-jms/descriptor/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-qpid-jms-parent - 3.4.1 + 3.4.2 .. quarkus-qpid-jms-bom-quarkus-platform-descriptor diff --git a/generated-platform-project/quarkus-qpid-jms/integration-tests/pom.xml b/generated-platform-project/quarkus-qpid-jms/integration-tests/pom.xml index 05366631ab..7b8855dfa0 100644 --- a/generated-platform-project/quarkus-qpid-jms/integration-tests/pom.xml +++ b/generated-platform-project/quarkus-qpid-jms/integration-tests/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-qpid-jms-parent - 3.4.1 + 3.4.2 .. quarkus-qpid-jms-integration-tests-parent @@ -23,7 +23,7 @@ io.quarkus quarkus-universe-bom - 3.4.1 + 3.4.2 pom import diff --git a/generated-platform-project/quarkus-qpid-jms/integration-tests/quarkus-qpid-jms-integration-tests/pom.xml b/generated-platform-project/quarkus-qpid-jms/integration-tests/quarkus-qpid-jms-integration-tests/pom.xml index 7c1f31cc9a..dc076c174c 100644 --- a/generated-platform-project/quarkus-qpid-jms/integration-tests/quarkus-qpid-jms-integration-tests/pom.xml +++ b/generated-platform-project/quarkus-qpid-jms/integration-tests/quarkus-qpid-jms-integration-tests/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-qpid-jms-integration-tests-parent - 3.4.1 + 3.4.2 .. quarkus-qpid-jms-integration-tests @@ -14,12 +14,12 @@ org.amqphub.quarkus quarkus-qpid-jms-integration-tests - ${quarkus-cxf.version} + ${quarkus-qpid-jms.version} org.amqphub.quarkus quarkus-qpid-jms-integration-tests - ${quarkus-cxf.version} + ${quarkus-qpid-jms.version} test-jar tests test @@ -150,7 +150,7 @@ build - org.amqphub.quarkus:quarkus-qpid-jms-integration-tests:${quarkus-cxf.version} + org.amqphub.quarkus:quarkus-qpid-jms-integration-tests:${quarkus-qpid-jms.version} diff --git a/generated-platform-project/quarkus-qpid-jms/pom.xml b/generated-platform-project/quarkus-qpid-jms/pom.xml index 78c95276f7..949135ed89 100644 --- a/generated-platform-project/quarkus-qpid-jms/pom.xml +++ b/generated-platform-project/quarkus-qpid-jms/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-platform-parent - 3.4.1 + 3.4.2 .. quarkus-qpid-jms-parent diff --git a/generated-platform-project/quarkus-qpid-jms/properties/pom.xml b/generated-platform-project/quarkus-qpid-jms/properties/pom.xml index e97b24bd48..c36ffa0408 100644 --- a/generated-platform-project/quarkus-qpid-jms/properties/pom.xml +++ b/generated-platform-project/quarkus-qpid-jms/properties/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-qpid-jms-parent - 3.4.1 + 3.4.2 .. quarkus-qpid-jms-bom-quarkus-platform-properties diff --git a/generated-platform-project/quarkus-sbom/pom.xml b/generated-platform-project/quarkus-sbom/pom.xml index c18de0b725..056edcfd86 100644 --- a/generated-platform-project/quarkus-sbom/pom.xml +++ b/generated-platform-project/quarkus-sbom/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-platform-parent - 3.4.1 + 3.4.2 .. quarkus-sbom diff --git a/generated-platform-project/quarkus-universe/bom/pom.xml b/generated-platform-project/quarkus-universe/bom/pom.xml index b21bc17195..b08a31e187 100644 --- a/generated-platform-project/quarkus-universe/bom/pom.xml +++ b/generated-platform-project/quarkus-universe/bom/pom.xml @@ -4,7 +4,7 @@ 4.0.0 io.quarkus quarkus-universe-bom - 3.4.1 + 3.4.2 pom Quarkus Platform - Quarkus Universe - Quarkus Platform BOM Quarkus Universe platform aggregates extensions from Quarkus Core and those developed by the community into a single compatible and versioned set that application developers can reference from their applications to align the dependency versions @@ -27,7 +27,7 @@ scm:git:git@github.com:quarkusio/quarkus-platform.git scm:git:git@github.com:quarkusio/quarkus-platform.git - 3.4.1 + 3.4.2 https://github.com/quarkusio/quarkus-platform @@ -49,14 +49,14 @@ io.quarkus quarkus-universe-bom-quarkus-platform-descriptor - 3.4.1 + 3.4.2 json - 3.4.1 + 3.4.2 io.quarkus quarkus-universe-bom-quarkus-platform-properties - 3.4.1 + 3.4.2 properties @@ -7567,107 +7567,107 @@ io.quarkiverse.cxf quarkus-cxf-axiom-api-stub - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-deployment - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-rt-features-logging-deployment - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-rt-features-logging - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-rt-features-metrics-deployment - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-rt-features-metrics - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-rt-transports-http-hc5-deployment - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-rt-transports-http-hc5 - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-rt-ws-rm-deployment - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-rt-ws-rm - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-rt-ws-security-deployment - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-rt-ws-security - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-saaj-deployment - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-saaj - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-services-sts-deployment - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-services-sts - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-woodstox-deployment - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-woodstox - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-xjc-plugins-deployment - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf-xjc-plugins - 2.4.0 + 2.4.1 io.quarkiverse.cxf quarkus-cxf - 2.4.0 + 2.4.1 io.quarkiverse.freemarker @@ -7954,12 +7954,12 @@ io.quarkus.arc arc-processor - 3.4.1 + 3.4.2 io.quarkus.arc arc - 3.4.1 + 3.4.2 io.quarkus.gizmo @@ -8029,62 +8029,62 @@ io.quarkus.qute qute-core - 3.4.1 + 3.4.2 io.quarkus.qute qute-generator - 3.4.1 + 3.4.2 io.quarkus.resteasy.reactive resteasy-reactive-client-processor - 3.4.1 + 3.4.2 io.quarkus.resteasy.reactive resteasy-reactive-client - 3.4.1 + 3.4.2 io.quarkus.resteasy.reactive resteasy-reactive-common-processor - 3.4.1 + 3.4.2 io.quarkus.resteasy.reactive resteasy-reactive-common-types - 3.4.1 + 3.4.2 io.quarkus.resteasy.reactive resteasy-reactive-common - 3.4.1 + 3.4.2 io.quarkus.resteasy.reactive resteasy-reactive-jackson - 3.4.1 + 3.4.2 io.quarkus.resteasy.reactive resteasy-reactive-jsonb - 3.4.1 + 3.4.2 io.quarkus.resteasy.reactive resteasy-reactive-processor - 3.4.1 + 3.4.2 io.quarkus.resteasy.reactive resteasy-reactive-vertx - 3.4.1 + 3.4.2 io.quarkus.resteasy.reactive resteasy-reactive - 3.4.1 + 3.4.2 io.quarkus.security @@ -8104,562 +8104,562 @@ io.quarkus quarkus-agroal-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-agroal-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-agroal - 3.4.1 + 3.4.2 io.quarkus quarkus-amazon-lambda-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-amazon-lambda-common - 3.4.1 + 3.4.2 io.quarkus quarkus-amazon-lambda-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-amazon-lambda-event-server - 3.4.1 + 3.4.2 io.quarkus quarkus-amazon-lambda-http-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-amazon-lambda-http-event-server - 3.4.1 + 3.4.2 io.quarkus quarkus-amazon-lambda-http - 3.4.1 + 3.4.2 io.quarkus quarkus-amazon-lambda-rest-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-amazon-lambda-rest-event-server - 3.4.1 + 3.4.2 io.quarkus quarkus-amazon-lambda-rest - 3.4.1 + 3.4.2 io.quarkus quarkus-amazon-lambda-xray-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-amazon-lambda-xray - 3.4.1 + 3.4.2 io.quarkus quarkus-amazon-lambda - 3.4.1 + 3.4.2 io.quarkus quarkus-analytics-common - 3.4.1 + 3.4.2 io.quarkus quarkus-apache-httpclient-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-apache-httpclient - 3.4.1 + 3.4.2 io.quarkus quarkus-apicurio-registry-avro-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-apicurio-registry-avro - 3.4.1 + 3.4.2 io.quarkus quarkus-apicurio-registry-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-apicurio-registry-common - 3.4.1 + 3.4.2 io.quarkus quarkus-arc-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-arc - 3.4.1 + 3.4.2 io.quarkus quarkus-arquillian - 3.4.1 + 3.4.2 io.quarkus quarkus-avro-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-avro - 3.4.1 + 3.4.2 io.quarkus quarkus-awt-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-awt - 3.4.1 + 3.4.2 io.quarkus quarkus-azure-functions-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-azure-functions-http-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-azure-functions-http - 3.4.1 + 3.4.2 io.quarkus quarkus-azure-functions - 3.4.1 + 3.4.2 io.quarkus quarkus-bootstrap-app-model - 3.4.1 + 3.4.2 io.quarkus quarkus-bootstrap-core - 3.4.1 + 3.4.2 io.quarkus quarkus-bootstrap-gradle-resolver - 3.4.1 + 3.4.2 io.quarkus quarkus-bootstrap-maven-resolver - 3.4.1 + 3.4.2 io.quarkus quarkus-bootstrap-runner - 3.4.1 + 3.4.2 io.quarkus quarkus-builder - 3.4.1 + 3.4.2 io.quarkus quarkus-cache-deployment-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-cache-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-cache-runtime-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-cache - 3.4.1 + 3.4.2 io.quarkus quarkus-caffeine-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-caffeine - 3.4.1 + 3.4.2 io.quarkus quarkus-class-change-agent - 3.4.1 + 3.4.2 io.quarkus quarkus-config-yaml-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-config-yaml - 3.4.1 + 3.4.2 io.quarkus quarkus-confluent-registry-avro-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-confluent-registry-avro - 3.4.1 + 3.4.2 io.quarkus quarkus-confluent-registry-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-confluent-registry-common - 3.4.1 + 3.4.2 io.quarkus quarkus-container-image-buildpack-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-container-image-buildpack - 3.4.1 + 3.4.2 io.quarkus quarkus-container-image-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-container-image-docker-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-container-image-docker - 3.4.1 + 3.4.2 io.quarkus quarkus-container-image-jib-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-container-image-jib - 3.4.1 + 3.4.2 io.quarkus quarkus-container-image-openshift-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-container-image-openshift - 3.4.1 + 3.4.2 io.quarkus quarkus-container-image-s2i-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-container-image-s2i - 3.4.1 + 3.4.2 io.quarkus quarkus-container-image-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-container-image-util - 3.4.1 + 3.4.2 io.quarkus quarkus-container-image - 3.4.1 + 3.4.2 io.quarkus quarkus-core-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-core - 3.4.1 + 3.4.2 io.quarkus quarkus-credentials-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-credentials - 3.4.1 + 3.4.2 io.quarkus quarkus-csrf-reactive-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-csrf-reactive - 3.4.1 + 3.4.2 io.quarkus quarkus-datasource-common - 3.4.1 + 3.4.2 io.quarkus quarkus-datasource-deployment-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-datasource-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-datasource - 3.4.1 + 3.4.2 io.quarkus quarkus-development-mode-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-devservices-common - 3.4.1 + 3.4.2 io.quarkus quarkus-devservices-db2 - 3.4.1 + 3.4.2 io.quarkus quarkus-devservices-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-devservices-derby - 3.4.1 + 3.4.2 io.quarkus quarkus-devservices-h2 - 3.4.1 + 3.4.2 io.quarkus quarkus-devservices-mariadb - 3.4.1 + 3.4.2 io.quarkus quarkus-devservices-mssql - 3.4.1 + 3.4.2 io.quarkus quarkus-devservices-mysql - 3.4.1 + 3.4.2 io.quarkus quarkus-devservices-oracle - 3.4.1 + 3.4.2 io.quarkus quarkus-devservices-postgresql - 3.4.1 + 3.4.2 io.quarkus quarkus-devtools-common - 3.4.1 + 3.4.2 io.quarkus quarkus-devtools-registry-client - 3.4.1 + 3.4.2 io.quarkus quarkus-devtools-testing - 3.4.1 + 3.4.2 io.quarkus quarkus-devtools-utilities - 3.4.1 + 3.4.2 io.quarkus quarkus-elasticsearch-java-client-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-elasticsearch-java-client - 3.4.1 + 3.4.2 io.quarkus quarkus-elasticsearch-rest-client-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-elasticsearch-rest-client-common - 3.4.1 + 3.4.2 io.quarkus quarkus-elasticsearch-rest-client-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-elasticsearch-rest-client - 3.4.1 + 3.4.2 io.quarkus quarkus-elytron-security-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-elytron-security-common - 3.4.1 + 3.4.2 io.quarkus quarkus-elytron-security-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-elytron-security-jdbc-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-elytron-security-jdbc - 3.4.1 + 3.4.2 io.quarkus quarkus-elytron-security-ldap-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-elytron-security-ldap - 3.4.1 + 3.4.2 io.quarkus quarkus-elytron-security-oauth2-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-elytron-security-oauth2 - 3.4.1 + 3.4.2 io.quarkus quarkus-elytron-security-properties-file-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-elytron-security-properties-file - 3.4.1 + 3.4.2 io.quarkus quarkus-elytron-security - 3.4.1 + 3.4.2 io.quarkus quarkus-flyway-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-flyway - 3.4.1 + 3.4.2 io.quarkus @@ -8669,118 +8669,118 @@ io.quarkus quarkus-funqy-amazon-lambda - 3.4.1 + 3.4.2 io.quarkus quarkus-funqy-google-cloud-functions-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-funqy-google-cloud-functions - 3.4.1 + 3.4.2 io.quarkus quarkus-funqy-http-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-funqy-http - 3.4.1 + 3.4.2 io.quarkus quarkus-funqy-knative-events-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-funqy-knative-events - 3.4.1 + 3.4.2 io.quarkus quarkus-funqy-server-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-funqy-server-common - 3.4.1 + 3.4.2 io.quarkus quarkus-google-cloud-functions-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-google-cloud-functions-http-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-google-cloud-functions-http - 3.4.1 + 3.4.2 io.quarkus quarkus-google-cloud-functions - 3.4.1 + 3.4.2 io.quarkus quarkus-grpc-api - 3.4.1 + 3.4.2 io.quarkus quarkus-grpc-codegen - 3.4.1 + 3.4.2 io.quarkus quarkus-grpc-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-grpc-common - 3.4.1 + 3.4.2 io.quarkus quarkus-grpc-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-grpc-inprocess - 3.4.1 + 3.4.2 io.quarkus quarkus-grpc-protoc-plugin - 3.4.1 + 3.4.2 shaded io.quarkus quarkus-grpc-stubs - 3.4.1 + 3.4.2 io.quarkus quarkus-grpc-xds - 3.4.1 + 3.4.2 io.quarkus quarkus-grpc - 3.4.1 + 3.4.2 com.google.android @@ -8791,167 +8791,167 @@ io.quarkus quarkus-hal-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-hal - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-envers-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-envers - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-orm-deployment-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-orm-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-orm-panache-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-orm-panache-common - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-orm-panache-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-orm-panache-kotlin-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-orm-panache-kotlin - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-orm-panache - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-orm-rest-data-panache-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-orm-rest-data-panache - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-orm - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-reactive-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-reactive-panache-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-reactive-panache-common - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-reactive-panache-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-reactive-panache-kotlin-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-reactive-panache-kotlin - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-reactive-panache - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-reactive-rest-data-panache-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-reactive-rest-data-panache - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-reactive - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-search-orm-coordination-outbox-polling-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-search-orm-coordination-outbox-polling - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-search-orm-elasticsearch-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-search-orm-elasticsearch - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-validator-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-validator-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-validator - 3.4.1 + 3.4.2 io.quarkus quarkus-ide-launcher - 3.4.1 + 3.4.2 * @@ -8962,1452 +8962,1452 @@ io.quarkus quarkus-infinispan-client-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-infinispan-client - 3.4.1 + 3.4.2 io.quarkus quarkus-info-deployment-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-info-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-info-runtime-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-info - 3.4.1 + 3.4.2 io.quarkus quarkus-jackson-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-jackson-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-jackson - 3.4.1 + 3.4.2 io.quarkus quarkus-jacoco-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-jacoco - 3.4.1 + 3.4.2 io.quarkus quarkus-jaeger-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-jaeger - 3.4.1 + 3.4.2 io.quarkus quarkus-jaxb-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-jaxb - 3.4.1 + 3.4.2 io.quarkus quarkus-jaxp-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-jaxp - 3.4.1 + 3.4.2 io.quarkus quarkus-jaxrs-client-reactive-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-jaxrs-client-reactive - 3.4.1 + 3.4.2 io.quarkus quarkus-jaxrs-spi-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-jdbc-db2-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-jdbc-db2 - 3.4.1 + 3.4.2 io.quarkus quarkus-jdbc-derby-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-jdbc-derby - 3.4.1 + 3.4.2 io.quarkus quarkus-jdbc-h2-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-jdbc-h2 - 3.4.1 + 3.4.2 io.quarkus quarkus-jdbc-mariadb-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-jdbc-mariadb - 3.4.1 + 3.4.2 io.quarkus quarkus-jdbc-mssql-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-jdbc-mssql - 3.4.1 + 3.4.2 io.quarkus quarkus-jdbc-mysql-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-jdbc-mysql - 3.4.1 + 3.4.2 io.quarkus quarkus-jdbc-oracle-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-jdbc-oracle - 3.4.1 + 3.4.2 io.quarkus quarkus-jdbc-postgresql-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-jdbc-postgresql - 3.4.1 + 3.4.2 io.quarkus quarkus-jms-spi-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-jsonb-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-jsonb-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-jsonb - 3.4.1 + 3.4.2 io.quarkus quarkus-jsonp-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-jsonp - 3.4.1 + 3.4.2 io.quarkus quarkus-junit4-mock - 3.4.1 + 3.4.2 io.quarkus quarkus-junit5-component - 3.4.1 + 3.4.2 io.quarkus quarkus-junit5-internal - 3.4.1 + 3.4.2 io.quarkus quarkus-junit5-mockito-config - 3.4.1 + 3.4.2 io.quarkus quarkus-junit5-mockito - 3.4.1 + 3.4.2 io.quarkus quarkus-junit5-properties - 3.4.1 + 3.4.2 io.quarkus quarkus-junit5 - 3.4.1 + 3.4.2 io.quarkus quarkus-kafka-client-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-kafka-client - 3.4.1 + 3.4.2 io.quarkus quarkus-kafka-streams-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-kafka-streams - 3.4.1 + 3.4.2 io.quarkus quarkus-keycloak-admin-client-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-keycloak-admin-client-common - 3.4.1 + 3.4.2 io.quarkus quarkus-keycloak-admin-client-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-keycloak-admin-client-reactive-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-keycloak-admin-client-reactive - 3.4.1 + 3.4.2 io.quarkus quarkus-keycloak-admin-client - 3.4.1 + 3.4.2 io.quarkus quarkus-keycloak-authorization-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-keycloak-authorization - 3.4.1 + 3.4.2 io.quarkus quarkus-kind-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-kind - 3.4.1 + 3.4.2 io.quarkus quarkus-kotlin-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-kotlin - 3.4.1 + 3.4.2 io.quarkus quarkus-kubernetes-client-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-kubernetes-client-internal-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-kubernetes-client-internal - 3.4.1 + 3.4.2 io.quarkus quarkus-kubernetes-client-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-kubernetes-client - 3.4.1 + 3.4.2 io.quarkus quarkus-kubernetes-config-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-kubernetes-config - 3.4.1 + 3.4.2 io.quarkus quarkus-kubernetes-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-kubernetes-service-binding-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-kubernetes-service-binding-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-kubernetes-service-binding - 3.4.1 + 3.4.2 io.quarkus quarkus-kubernetes-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-kubernetes - 3.4.1 + 3.4.2 io.quarkus quarkus-liquibase-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-liquibase-mongodb-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-liquibase-mongodb - 3.4.1 + 3.4.2 io.quarkus quarkus-liquibase - 3.4.1 + 3.4.2 io.quarkus quarkus-logging-gelf-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-logging-gelf - 3.4.1 + 3.4.2 io.quarkus quarkus-logging-json-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-logging-json - 3.4.1 + 3.4.2 io.quarkus quarkus-mailer-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-mailer - 3.4.1 + 3.4.2 io.quarkus quarkus-micrometer-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-micrometer-registry-prometheus-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-micrometer-registry-prometheus - 3.4.1 + 3.4.2 io.quarkus quarkus-micrometer - 3.4.1 + 3.4.2 io.quarkus quarkus-minikube-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-minikube - 3.4.1 + 3.4.2 io.quarkus quarkus-mongodb-client-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-mongodb-client - 3.4.1 + 3.4.2 io.quarkus quarkus-mongodb-panache-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-mongodb-panache-common - 3.4.1 + 3.4.2 io.quarkus quarkus-mongodb-panache-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-mongodb-panache-kotlin-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-mongodb-panache-kotlin - 3.4.1 + 3.4.2 io.quarkus quarkus-mongodb-panache - 3.4.1 + 3.4.2 io.quarkus quarkus-mongodb-rest-data-panache-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-mongodb-rest-data-panache - 3.4.1 + 3.4.2 io.quarkus quarkus-mutiny-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-mutiny-reactive-streams-operators-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-mutiny-reactive-streams-operators - 3.4.1 + 3.4.2 io.quarkus quarkus-mutiny - 3.4.1 + 3.4.2 io.quarkus quarkus-narayana-jta-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-narayana-jta - 3.4.1 + 3.4.2 io.quarkus quarkus-narayana-lra-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-narayana-lra - 3.4.1 + 3.4.2 io.quarkus quarkus-narayana-stm-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-narayana-stm - 3.4.1 + 3.4.2 io.quarkus quarkus-netty-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-netty - 3.4.1 + 3.4.2 io.quarkus quarkus-oidc-client-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-oidc-client-filter-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-oidc-client-filter - 3.4.1 + 3.4.2 io.quarkus quarkus-oidc-client-reactive-filter-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-oidc-client-reactive-filter - 3.4.1 + 3.4.2 io.quarkus quarkus-oidc-client - 3.4.1 + 3.4.2 io.quarkus quarkus-oidc-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-oidc-common - 3.4.1 + 3.4.2 io.quarkus quarkus-oidc-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-oidc-token-propagation-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-oidc-token-propagation-reactive-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-oidc-token-propagation-reactive - 3.4.1 + 3.4.2 io.quarkus quarkus-oidc-token-propagation - 3.4.1 + 3.4.2 io.quarkus quarkus-oidc - 3.4.1 + 3.4.2 io.quarkus quarkus-openshift-client-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-openshift-client - 3.4.1 + 3.4.2 io.quarkus quarkus-openshift-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-openshift - 3.4.1 + 3.4.2 io.quarkus quarkus-opentelemetry-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-opentelemetry-exporter-jaeger-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-opentelemetry-exporter-jaeger - 3.4.1 + 3.4.2 io.quarkus quarkus-opentelemetry-exporter-otlp-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-opentelemetry-exporter-otlp - 3.4.1 + 3.4.2 io.quarkus quarkus-opentelemetry - 3.4.1 + 3.4.2 io.quarkus quarkus-panache-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-panache-common - 3.4.1 + 3.4.2 io.quarkus quarkus-panache-hibernate-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-panache-hibernate-common - 3.4.1 + 3.4.2 io.quarkus quarkus-panache-mock - 3.4.1 + 3.4.2 io.quarkus quarkus-panacheql - 3.4.1 + 3.4.2 io.quarkus quarkus-picocli-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-picocli - 3.4.1 + 3.4.2 io.quarkus quarkus-project-core-extension-codestarts - 3.4.1 + 3.4.2 io.quarkus quarkus-quartz-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-quartz - 3.4.1 + 3.4.2 io.quarkus quarkus-qute-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-qute - 3.4.1 + 3.4.2 io.quarkus quarkus-reactive-datasource-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-reactive-datasource - 3.4.1 + 3.4.2 io.quarkus quarkus-reactive-db2-client-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-reactive-db2-client - 3.4.1 + 3.4.2 io.quarkus quarkus-reactive-mssql-client-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-reactive-mssql-client - 3.4.1 + 3.4.2 io.quarkus quarkus-reactive-mysql-client-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-reactive-mysql-client - 3.4.1 + 3.4.2 io.quarkus quarkus-reactive-oracle-client-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-reactive-oracle-client - 3.4.1 + 3.4.2 io.quarkus quarkus-reactive-pg-client-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-reactive-pg-client - 3.4.1 + 3.4.2 io.quarkus quarkus-reactive-routes-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-reactive-routes - 3.4.1 + 3.4.2 io.quarkus quarkus-redis-cache-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-redis-cache - 3.4.1 + 3.4.2 io.quarkus quarkus-redis-client-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-redis-client - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-config-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-config - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-jackson-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-jackson - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-jaxb-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-jaxb - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-jsonb-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-jsonb - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-mutiny-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-mutiny - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-reactive-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-reactive-jackson-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-reactive-jackson - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-reactive-jaxb-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-reactive-jaxb - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-reactive-jsonb-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-reactive-jsonb - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-reactive-kotlin-serialization-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-reactive-kotlin-serialization - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-reactive-spi-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-reactive - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-data-panache-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-data-panache - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-common-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-common - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-jackson-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-jackson - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-jaxb-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-jaxb - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-jsonb-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-jsonb - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-links-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-links - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-multipart-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-multipart - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-mutiny-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-mutiny-common - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-mutiny-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-mutiny - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-qute-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-qute - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-common - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-jackson-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-jackson-common - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-jackson-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-jackson - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-jaxb-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-jaxb - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-jsonb-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-jsonb-common - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-jsonb-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-jsonb - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-kotlin-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-kotlin-serialization-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-kotlin-serialization-common - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-kotlin-serialization-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-kotlin-serialization - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-kotlin - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-links-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-links - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-qute-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-qute - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-server-spi-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-servlet-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-servlet - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-spi-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-server-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-server-common-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-server-common - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy - 3.4.1 + 3.4.2 io.quarkus quarkus-scala-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-scala - 3.4.1 + 3.4.2 io.quarkus quarkus-scheduler-api - 3.4.1 + 3.4.2 io.quarkus quarkus-scheduler-common - 3.4.1 + 3.4.2 io.quarkus quarkus-scheduler-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-scheduler-kotlin - 3.4.1 + 3.4.2 io.quarkus quarkus-scheduler - 3.4.1 + 3.4.2 io.quarkus quarkus-schema-registry-devservice-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-schema-registry-devservice - 3.4.1 + 3.4.2 io.quarkus quarkus-security-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-security-jpa-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-security-jpa-common - 3.4.1 + 3.4.2 io.quarkus quarkus-security-jpa-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-security-jpa-reactive-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-security-jpa-reactive - 3.4.1 + 3.4.2 io.quarkus quarkus-security-jpa - 3.4.1 + 3.4.2 io.quarkus quarkus-security-runtime-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-security-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-security-webauthn-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-security-webauthn - 3.4.1 + 3.4.2 io.quarkus quarkus-security - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-context-propagation-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-context-propagation-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-context-propagation - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-fault-tolerance-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-fault-tolerance - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-graphql-client-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-graphql-client - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-graphql-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-graphql - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-health-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-health-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-health - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-jwt-build-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-jwt-build - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-jwt-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-jwt - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-metrics-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-metrics-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-metrics - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-openapi-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-openapi-deployment - 3.4.1 + 3.4.2 org.jboss.shrinkwrap @@ -10418,12 +10418,12 @@ io.quarkus quarkus-smallrye-openapi-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-openapi - 3.4.1 + 3.4.2 org.jboss.shrinkwrap @@ -10434,107 +10434,107 @@ io.quarkus quarkus-smallrye-opentracing-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-opentracing - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-reactive-messaging-amqp-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-reactive-messaging-amqp - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-reactive-messaging-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-reactive-messaging-kafka-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-reactive-messaging-kafka - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-reactive-messaging-kotlin - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-reactive-messaging-mqtt-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-reactive-messaging-mqtt - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-reactive-messaging-pulsar-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-reactive-messaging-pulsar - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-reactive-messaging-rabbitmq-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-reactive-messaging-rabbitmq - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-reactive-messaging - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-reactive-streams-operators-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-reactive-streams-operators - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-reactive-type-converters-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-reactive-type-converters - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-stork-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-stork - 3.4.1 + 3.4.2 io.quarkus @@ -10554,32 +10554,32 @@ io.quarkus quarkus-spring-boot-properties-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-spring-boot-properties - 3.4.1 + 3.4.2 io.quarkus quarkus-spring-cache-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-spring-cache - 3.4.1 + 3.4.2 io.quarkus quarkus-spring-cloud-config-client-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-spring-cloud-config-client - 3.4.1 + 3.4.2 io.quarkus @@ -10604,12 +10604,12 @@ io.quarkus quarkus-spring-data-jpa-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-spring-data-jpa - 3.4.1 + 3.4.2 io.quarkus @@ -10619,32 +10619,32 @@ io.quarkus quarkus-spring-data-rest-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-spring-data-rest - 3.4.1 + 3.4.2 io.quarkus quarkus-spring-di-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-spring-di - 3.4.1 + 3.4.2 io.quarkus quarkus-spring-scheduled-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-spring-scheduled - 3.4.1 + 3.4.2 io.quarkus @@ -10654,12 +10654,12 @@ io.quarkus quarkus-spring-security-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-spring-security - 3.4.1 + 3.4.2 io.quarkus @@ -10669,37 +10669,37 @@ io.quarkus quarkus-spring-web-common - 3.4.1 + 3.4.2 io.quarkus quarkus-spring-web-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-spring-web-resteasy-classic-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-spring-web-resteasy-classic - 3.4.1 + 3.4.2 io.quarkus quarkus-spring-web-resteasy-reactive-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-spring-web-resteasy-reactive - 3.4.1 + 3.4.2 io.quarkus quarkus-spring-web - 3.4.1 + 3.4.2 io.quarkus @@ -10709,232 +10709,232 @@ io.quarkus quarkus-swagger-ui-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-swagger-ui - 3.4.1 + 3.4.2 io.quarkus quarkus-test-amazon-lambda - 3.4.1 + 3.4.2 io.quarkus quarkus-test-common - 3.4.1 + 3.4.2 io.quarkus quarkus-test-derby - 3.4.1 + 3.4.2 io.quarkus quarkus-test-google-cloud-functions - 3.4.1 + 3.4.2 io.quarkus quarkus-test-h2 - 3.4.1 + 3.4.2 io.quarkus quarkus-test-hibernate-reactive-panache - 3.4.1 + 3.4.2 io.quarkus quarkus-test-infinispan-client - 3.4.1 + 3.4.2 io.quarkus quarkus-test-kafka-companion - 3.4.1 + 3.4.2 io.quarkus quarkus-test-keycloak-server - 3.4.1 + 3.4.2 io.quarkus quarkus-test-kubernetes-client - 3.4.1 + 3.4.2 io.quarkus quarkus-test-ldap - 3.4.1 + 3.4.2 io.quarkus quarkus-test-mongodb - 3.4.1 + 3.4.2 io.quarkus quarkus-test-oidc-server - 3.4.1 + 3.4.2 io.quarkus quarkus-test-openshift-client - 3.4.1 + 3.4.2 io.quarkus quarkus-test-security-jwt - 3.4.1 + 3.4.2 io.quarkus quarkus-test-security-oidc - 3.4.1 + 3.4.2 io.quarkus quarkus-test-security-webauthn - 3.4.1 + 3.4.2 io.quarkus quarkus-test-security - 3.4.1 + 3.4.2 io.quarkus quarkus-test-vertx - 3.4.1 + 3.4.2 io.quarkus quarkus-transaction-annotations - 3.4.1 + 3.4.2 io.quarkus quarkus-undertow-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-undertow-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-undertow - 3.4.1 + 3.4.2 io.quarkus quarkus-vertx-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-vertx-graphql-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-vertx-graphql - 3.4.1 + 3.4.2 io.quarkus quarkus-vertx-http-deployment-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-vertx-http-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-vertx-http-dev-console-runtime-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-vertx-http-dev-console-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-vertx-http-dev-ui-resources - 3.4.1 + 3.4.2 io.quarkus quarkus-vertx-http-dev-ui-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-vertx-http-dev-ui-tests - 3.4.1 + 3.4.2 io.quarkus quarkus-vertx-http - 3.4.1 + 3.4.2 io.quarkus quarkus-vertx-latebound-mdc-provider - 3.4.1 + 3.4.2 io.quarkus quarkus-vertx - 3.4.1 + 3.4.2 io.quarkus quarkus-virtual-threads-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-virtual-threads - 3.4.1 + 3.4.2 io.quarkus quarkus-webjars-locator-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-webjars-locator - 3.4.1 + 3.4.2 io.quarkus quarkus-websockets-client-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-websockets-client - 3.4.1 + 3.4.2 io.quarkus quarkus-websockets-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-websockets - 3.4.1 + 3.4.2 io.reactivex.rxjava2 @@ -13088,12 +13088,12 @@ org.apache.avro avro-compiler - 1.11.2 + 1.11.3 org.apache.avro avro - 1.11.2 + 1.11.3 org.apache.camel.quarkus @@ -18929,7 +18929,7 @@ org.apache.cxf.services.sts cxf-services-sts-core - 4.0.2 + 4.0.3 org.apache.cxf.xjc-utils @@ -18969,42 +18969,42 @@ org.apache.cxf cxf-core - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-bindings-soap - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-bindings-xml - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-databinding-aegis - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-databinding-jaxb - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-features-logging - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-features-metrics - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-frontend-jaxws - 4.0.2 + 4.0.3 org.ow2.asm @@ -19015,42 +19015,42 @@ org.apache.cxf cxf-rt-frontend-simple - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-javascript - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-management - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-rs-json-basic - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-rs-security-jose - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-security-saml - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-security - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-transports-http-hc5 - 4.0.2 + 4.0.3 org.slf4j @@ -19061,37 +19061,37 @@ org.apache.cxf cxf-rt-transports-http - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-ws-addr - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-ws-mex - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-ws-policy - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-ws-rm - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-ws-security - 4.0.2 + 4.0.3 org.apache.cxf cxf-rt-wsdl - 4.0.2 + 4.0.3 org.ow2.asm @@ -19102,32 +19102,32 @@ org.apache.cxf cxf-tools-common - 4.0.2 + 4.0.3 org.apache.cxf cxf-tools-java2ws - 4.0.2 + 4.0.3 org.apache.cxf cxf-tools-validator - 4.0.2 + 4.0.3 org.apache.cxf cxf-tools-wsdlto-core - 4.0.2 + 4.0.3 org.apache.cxf cxf-tools-wsdlto-databinding-jaxb - 4.0.2 + 4.0.3 org.apache.cxf cxf-tools-wsdlto-frontend-jaxws - 4.0.2 + 4.0.3 org.apache.derby @@ -20927,17 +20927,17 @@ org.hibernate.search hibernate-search-backend-elasticsearch-aws - 6.2.1.Final + 6.2.2.Final org.hibernate.search hibernate-search-backend-elasticsearch - 6.2.1.Final + 6.2.2.Final org.hibernate.search hibernate-search-engine - 6.2.1.Final + 6.2.2.Final org.jboss @@ -20952,12 +20952,12 @@ org.hibernate.search hibernate-search-mapper-orm-coordination-outbox-polling-orm6 - 6.2.1.Final + 6.2.2.Final org.hibernate.search hibernate-search-mapper-orm-orm6 - 6.2.1.Final + 6.2.2.Final org.hibernate.common @@ -20972,7 +20972,7 @@ org.hibernate.search hibernate-search-mapper-pojo-base - 6.2.1.Final + 6.2.2.Final org.jboss @@ -20987,7 +20987,7 @@ org.hibernate.search hibernate-search-util-common - 6.2.1.Final + 6.2.2.Final org.jboss @@ -23518,7 +23518,7 @@ org.xerial.snappy snappy-java - 1.1.10.1 + 1.1.10.5 org.yaml diff --git a/generated-platform-project/quarkus-universe/descriptor/pom.xml b/generated-platform-project/quarkus-universe/descriptor/pom.xml index 595d373eae..72547a74e4 100644 --- a/generated-platform-project/quarkus-universe/descriptor/pom.xml +++ b/generated-platform-project/quarkus-universe/descriptor/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-universe-parent - 3.4.1 + 3.4.2 .. io.quarkus diff --git a/generated-platform-project/quarkus-universe/descriptor/src/main/resources/overrides.json b/generated-platform-project/quarkus-universe/descriptor/src/main/resources/overrides.json index 7246d3adc9..ec99f249b7 100644 --- a/generated-platform-project/quarkus-universe/descriptor/src/main/resources/overrides.json +++ b/generated-platform-project/quarkus-universe/descriptor/src/main/resources/overrides.json @@ -10,12 +10,12 @@ "kotlin-version" : "1.9.10", "scala-version" : "2.13.8", "scala-plugin-version" : "4.8.1", - "quarkus-core-version" : "3.4.1", + "quarkus-core-version" : "3.4.2", "maven-plugin-groupId" : "io.quarkus", "maven-plugin-artifactId" : "quarkus-maven-plugin", - "maven-plugin-version" : "3.4.1", + "maven-plugin-version" : "3.4.2", "gradle-plugin-id" : "io.quarkus", - "gradle-plugin-version" : "3.4.1", + "gradle-plugin-version" : "3.4.2", "supported-maven-versions" : "[3.8.2,)", "proposed-maven-version" : "3.9.3", "maven-wrapper-version" : "3.2.0", @@ -24,7 +24,7 @@ "recommended-java-version" : "17" } }, - "codestarts-artifacts" : [ "io.quarkus:quarkus-project-core-extension-codestarts::jar:3.4.1" ] + "codestarts-artifacts" : [ "io.quarkus:quarkus-project-core-extension-codestarts::jar:3.4.2" ] }, "categories" : [ { "id" : "web", diff --git a/generated-platform-project/quarkus-universe/pom.xml b/generated-platform-project/quarkus-universe/pom.xml index d230fd7ef2..9e635feaf5 100644 --- a/generated-platform-project/quarkus-universe/pom.xml +++ b/generated-platform-project/quarkus-universe/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-platform-parent - 3.4.1 + 3.4.2 .. quarkus-universe-parent diff --git a/generated-platform-project/quarkus-universe/properties/pom.xml b/generated-platform-project/quarkus-universe/properties/pom.xml index 1cbd828f89..d3349d61f7 100644 --- a/generated-platform-project/quarkus-universe/properties/pom.xml +++ b/generated-platform-project/quarkus-universe/properties/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-universe-parent - 3.4.1 + 3.4.2 .. io.quarkus diff --git a/generated-platform-project/quarkus/bom/pom.xml b/generated-platform-project/quarkus/bom/pom.xml index 3ce28aca34..9016cef00b 100644 --- a/generated-platform-project/quarkus/bom/pom.xml +++ b/generated-platform-project/quarkus/bom/pom.xml @@ -4,7 +4,7 @@ 4.0.0 io.quarkus.platform quarkus-bom - 3.4.1 + 3.4.2 pom Quarkus Platform - Core - Quarkus Platform BOM Quarkus Universe platform aggregates extensions from Quarkus Core and those developed by the community into a single compatible and versioned set that application developers can reference from their applications to align the dependency versions @@ -27,7 +27,7 @@ scm:git:git@github.com:quarkusio/quarkus-platform.git scm:git:git@github.com:quarkusio/quarkus-platform.git - 3.4.1 + 3.4.2 https://github.com/quarkusio/quarkus-platform @@ -49,14 +49,14 @@ io.quarkus.platform quarkus-bom-quarkus-platform-descriptor - 3.4.1 + 3.4.2 json - 3.4.1 + 3.4.2 io.quarkus.platform quarkus-bom-quarkus-platform-properties - 3.4.1 + 3.4.2 properties @@ -2988,12 +2988,12 @@ io.quarkus.arc arc-processor - 3.4.1 + 3.4.2 io.quarkus.arc arc - 3.4.1 + 3.4.2 io.quarkus.gizmo @@ -3063,62 +3063,62 @@ io.quarkus.qute qute-core - 3.4.1 + 3.4.2 io.quarkus.qute qute-generator - 3.4.1 + 3.4.2 io.quarkus.resteasy.reactive resteasy-reactive-client-processor - 3.4.1 + 3.4.2 io.quarkus.resteasy.reactive resteasy-reactive-client - 3.4.1 + 3.4.2 io.quarkus.resteasy.reactive resteasy-reactive-common-processor - 3.4.1 + 3.4.2 io.quarkus.resteasy.reactive resteasy-reactive-common-types - 3.4.1 + 3.4.2 io.quarkus.resteasy.reactive resteasy-reactive-common - 3.4.1 + 3.4.2 io.quarkus.resteasy.reactive resteasy-reactive-jackson - 3.4.1 + 3.4.2 io.quarkus.resteasy.reactive resteasy-reactive-jsonb - 3.4.1 + 3.4.2 io.quarkus.resteasy.reactive resteasy-reactive-processor - 3.4.1 + 3.4.2 io.quarkus.resteasy.reactive resteasy-reactive-vertx - 3.4.1 + 3.4.2 io.quarkus.resteasy.reactive resteasy-reactive - 3.4.1 + 3.4.2 io.quarkus.security @@ -3138,562 +3138,562 @@ io.quarkus quarkus-agroal-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-agroal-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-agroal - 3.4.1 + 3.4.2 io.quarkus quarkus-amazon-lambda-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-amazon-lambda-common - 3.4.1 + 3.4.2 io.quarkus quarkus-amazon-lambda-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-amazon-lambda-event-server - 3.4.1 + 3.4.2 io.quarkus quarkus-amazon-lambda-http-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-amazon-lambda-http-event-server - 3.4.1 + 3.4.2 io.quarkus quarkus-amazon-lambda-http - 3.4.1 + 3.4.2 io.quarkus quarkus-amazon-lambda-rest-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-amazon-lambda-rest-event-server - 3.4.1 + 3.4.2 io.quarkus quarkus-amazon-lambda-rest - 3.4.1 + 3.4.2 io.quarkus quarkus-amazon-lambda-xray-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-amazon-lambda-xray - 3.4.1 + 3.4.2 io.quarkus quarkus-amazon-lambda - 3.4.1 + 3.4.2 io.quarkus quarkus-analytics-common - 3.4.1 + 3.4.2 io.quarkus quarkus-apache-httpclient-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-apache-httpclient - 3.4.1 + 3.4.2 io.quarkus quarkus-apicurio-registry-avro-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-apicurio-registry-avro - 3.4.1 + 3.4.2 io.quarkus quarkus-apicurio-registry-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-apicurio-registry-common - 3.4.1 + 3.4.2 io.quarkus quarkus-arc-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-arc - 3.4.1 + 3.4.2 io.quarkus quarkus-arquillian - 3.4.1 + 3.4.2 io.quarkus quarkus-avro-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-avro - 3.4.1 + 3.4.2 io.quarkus quarkus-awt-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-awt - 3.4.1 + 3.4.2 io.quarkus quarkus-azure-functions-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-azure-functions-http-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-azure-functions-http - 3.4.1 + 3.4.2 io.quarkus quarkus-azure-functions - 3.4.1 + 3.4.2 io.quarkus quarkus-bootstrap-app-model - 3.4.1 + 3.4.2 io.quarkus quarkus-bootstrap-core - 3.4.1 + 3.4.2 io.quarkus quarkus-bootstrap-gradle-resolver - 3.4.1 + 3.4.2 io.quarkus quarkus-bootstrap-maven-resolver - 3.4.1 + 3.4.2 io.quarkus quarkus-bootstrap-runner - 3.4.1 + 3.4.2 io.quarkus quarkus-builder - 3.4.1 + 3.4.2 io.quarkus quarkus-cache-deployment-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-cache-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-cache-runtime-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-cache - 3.4.1 + 3.4.2 io.quarkus quarkus-caffeine-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-caffeine - 3.4.1 + 3.4.2 io.quarkus quarkus-class-change-agent - 3.4.1 + 3.4.2 io.quarkus quarkus-config-yaml-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-config-yaml - 3.4.1 + 3.4.2 io.quarkus quarkus-confluent-registry-avro-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-confluent-registry-avro - 3.4.1 + 3.4.2 io.quarkus quarkus-confluent-registry-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-confluent-registry-common - 3.4.1 + 3.4.2 io.quarkus quarkus-container-image-buildpack-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-container-image-buildpack - 3.4.1 + 3.4.2 io.quarkus quarkus-container-image-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-container-image-docker-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-container-image-docker - 3.4.1 + 3.4.2 io.quarkus quarkus-container-image-jib-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-container-image-jib - 3.4.1 + 3.4.2 io.quarkus quarkus-container-image-openshift-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-container-image-openshift - 3.4.1 + 3.4.2 io.quarkus quarkus-container-image-s2i-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-container-image-s2i - 3.4.1 + 3.4.2 io.quarkus quarkus-container-image-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-container-image-util - 3.4.1 + 3.4.2 io.quarkus quarkus-container-image - 3.4.1 + 3.4.2 io.quarkus quarkus-core-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-core - 3.4.1 + 3.4.2 io.quarkus quarkus-credentials-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-credentials - 3.4.1 + 3.4.2 io.quarkus quarkus-csrf-reactive-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-csrf-reactive - 3.4.1 + 3.4.2 io.quarkus quarkus-datasource-common - 3.4.1 + 3.4.2 io.quarkus quarkus-datasource-deployment-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-datasource-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-datasource - 3.4.1 + 3.4.2 io.quarkus quarkus-development-mode-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-devservices-common - 3.4.1 + 3.4.2 io.quarkus quarkus-devservices-db2 - 3.4.1 + 3.4.2 io.quarkus quarkus-devservices-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-devservices-derby - 3.4.1 + 3.4.2 io.quarkus quarkus-devservices-h2 - 3.4.1 + 3.4.2 io.quarkus quarkus-devservices-mariadb - 3.4.1 + 3.4.2 io.quarkus quarkus-devservices-mssql - 3.4.1 + 3.4.2 io.quarkus quarkus-devservices-mysql - 3.4.1 + 3.4.2 io.quarkus quarkus-devservices-oracle - 3.4.1 + 3.4.2 io.quarkus quarkus-devservices-postgresql - 3.4.1 + 3.4.2 io.quarkus quarkus-devtools-common - 3.4.1 + 3.4.2 io.quarkus quarkus-devtools-registry-client - 3.4.1 + 3.4.2 io.quarkus quarkus-devtools-testing - 3.4.1 + 3.4.2 io.quarkus quarkus-devtools-utilities - 3.4.1 + 3.4.2 io.quarkus quarkus-elasticsearch-java-client-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-elasticsearch-java-client - 3.4.1 + 3.4.2 io.quarkus quarkus-elasticsearch-rest-client-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-elasticsearch-rest-client-common - 3.4.1 + 3.4.2 io.quarkus quarkus-elasticsearch-rest-client-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-elasticsearch-rest-client - 3.4.1 + 3.4.2 io.quarkus quarkus-elytron-security-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-elytron-security-common - 3.4.1 + 3.4.2 io.quarkus quarkus-elytron-security-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-elytron-security-jdbc-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-elytron-security-jdbc - 3.4.1 + 3.4.2 io.quarkus quarkus-elytron-security-ldap-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-elytron-security-ldap - 3.4.1 + 3.4.2 io.quarkus quarkus-elytron-security-oauth2-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-elytron-security-oauth2 - 3.4.1 + 3.4.2 io.quarkus quarkus-elytron-security-properties-file-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-elytron-security-properties-file - 3.4.1 + 3.4.2 io.quarkus quarkus-elytron-security - 3.4.1 + 3.4.2 io.quarkus quarkus-flyway-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-flyway - 3.4.1 + 3.4.2 io.quarkus @@ -3703,118 +3703,118 @@ io.quarkus quarkus-funqy-amazon-lambda - 3.4.1 + 3.4.2 io.quarkus quarkus-funqy-google-cloud-functions-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-funqy-google-cloud-functions - 3.4.1 + 3.4.2 io.quarkus quarkus-funqy-http-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-funqy-http - 3.4.1 + 3.4.2 io.quarkus quarkus-funqy-knative-events-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-funqy-knative-events - 3.4.1 + 3.4.2 io.quarkus quarkus-funqy-server-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-funqy-server-common - 3.4.1 + 3.4.2 io.quarkus quarkus-google-cloud-functions-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-google-cloud-functions-http-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-google-cloud-functions-http - 3.4.1 + 3.4.2 io.quarkus quarkus-google-cloud-functions - 3.4.1 + 3.4.2 io.quarkus quarkus-grpc-api - 3.4.1 + 3.4.2 io.quarkus quarkus-grpc-codegen - 3.4.1 + 3.4.2 io.quarkus quarkus-grpc-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-grpc-common - 3.4.1 + 3.4.2 io.quarkus quarkus-grpc-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-grpc-inprocess - 3.4.1 + 3.4.2 io.quarkus quarkus-grpc-protoc-plugin - 3.4.1 + 3.4.2 shaded io.quarkus quarkus-grpc-stubs - 3.4.1 + 3.4.2 io.quarkus quarkus-grpc-xds - 3.4.1 + 3.4.2 io.quarkus quarkus-grpc - 3.4.1 + 3.4.2 com.google.android @@ -3825,167 +3825,167 @@ io.quarkus quarkus-hal-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-hal - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-envers-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-envers - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-orm-deployment-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-orm-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-orm-panache-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-orm-panache-common - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-orm-panache-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-orm-panache-kotlin-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-orm-panache-kotlin - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-orm-panache - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-orm-rest-data-panache-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-orm-rest-data-panache - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-orm - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-reactive-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-reactive-panache-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-reactive-panache-common - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-reactive-panache-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-reactive-panache-kotlin-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-reactive-panache-kotlin - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-reactive-panache - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-reactive-rest-data-panache-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-reactive-rest-data-panache - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-reactive - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-search-orm-coordination-outbox-polling-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-search-orm-coordination-outbox-polling - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-search-orm-elasticsearch-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-search-orm-elasticsearch - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-validator-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-validator-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-hibernate-validator - 3.4.1 + 3.4.2 io.quarkus quarkus-ide-launcher - 3.4.1 + 3.4.2 * @@ -3996,1452 +3996,1452 @@ io.quarkus quarkus-infinispan-client-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-infinispan-client - 3.4.1 + 3.4.2 io.quarkus quarkus-info-deployment-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-info-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-info-runtime-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-info - 3.4.1 + 3.4.2 io.quarkus quarkus-jackson-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-jackson-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-jackson - 3.4.1 + 3.4.2 io.quarkus quarkus-jacoco-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-jacoco - 3.4.1 + 3.4.2 io.quarkus quarkus-jaeger-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-jaeger - 3.4.1 + 3.4.2 io.quarkus quarkus-jaxb-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-jaxb - 3.4.1 + 3.4.2 io.quarkus quarkus-jaxp-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-jaxp - 3.4.1 + 3.4.2 io.quarkus quarkus-jaxrs-client-reactive-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-jaxrs-client-reactive - 3.4.1 + 3.4.2 io.quarkus quarkus-jaxrs-spi-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-jdbc-db2-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-jdbc-db2 - 3.4.1 + 3.4.2 io.quarkus quarkus-jdbc-derby-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-jdbc-derby - 3.4.1 + 3.4.2 io.quarkus quarkus-jdbc-h2-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-jdbc-h2 - 3.4.1 + 3.4.2 io.quarkus quarkus-jdbc-mariadb-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-jdbc-mariadb - 3.4.1 + 3.4.2 io.quarkus quarkus-jdbc-mssql-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-jdbc-mssql - 3.4.1 + 3.4.2 io.quarkus quarkus-jdbc-mysql-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-jdbc-mysql - 3.4.1 + 3.4.2 io.quarkus quarkus-jdbc-oracle-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-jdbc-oracle - 3.4.1 + 3.4.2 io.quarkus quarkus-jdbc-postgresql-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-jdbc-postgresql - 3.4.1 + 3.4.2 io.quarkus quarkus-jms-spi-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-jsonb-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-jsonb-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-jsonb - 3.4.1 + 3.4.2 io.quarkus quarkus-jsonp-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-jsonp - 3.4.1 + 3.4.2 io.quarkus quarkus-junit4-mock - 3.4.1 + 3.4.2 io.quarkus quarkus-junit5-component - 3.4.1 + 3.4.2 io.quarkus quarkus-junit5-internal - 3.4.1 + 3.4.2 io.quarkus quarkus-junit5-mockito-config - 3.4.1 + 3.4.2 io.quarkus quarkus-junit5-mockito - 3.4.1 + 3.4.2 io.quarkus quarkus-junit5-properties - 3.4.1 + 3.4.2 io.quarkus quarkus-junit5 - 3.4.1 + 3.4.2 io.quarkus quarkus-kafka-client-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-kafka-client - 3.4.1 + 3.4.2 io.quarkus quarkus-kafka-streams-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-kafka-streams - 3.4.1 + 3.4.2 io.quarkus quarkus-keycloak-admin-client-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-keycloak-admin-client-common - 3.4.1 + 3.4.2 io.quarkus quarkus-keycloak-admin-client-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-keycloak-admin-client-reactive-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-keycloak-admin-client-reactive - 3.4.1 + 3.4.2 io.quarkus quarkus-keycloak-admin-client - 3.4.1 + 3.4.2 io.quarkus quarkus-keycloak-authorization-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-keycloak-authorization - 3.4.1 + 3.4.2 io.quarkus quarkus-kind-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-kind - 3.4.1 + 3.4.2 io.quarkus quarkus-kotlin-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-kotlin - 3.4.1 + 3.4.2 io.quarkus quarkus-kubernetes-client-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-kubernetes-client-internal-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-kubernetes-client-internal - 3.4.1 + 3.4.2 io.quarkus quarkus-kubernetes-client-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-kubernetes-client - 3.4.1 + 3.4.2 io.quarkus quarkus-kubernetes-config-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-kubernetes-config - 3.4.1 + 3.4.2 io.quarkus quarkus-kubernetes-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-kubernetes-service-binding-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-kubernetes-service-binding-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-kubernetes-service-binding - 3.4.1 + 3.4.2 io.quarkus quarkus-kubernetes-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-kubernetes - 3.4.1 + 3.4.2 io.quarkus quarkus-liquibase-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-liquibase-mongodb-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-liquibase-mongodb - 3.4.1 + 3.4.2 io.quarkus quarkus-liquibase - 3.4.1 + 3.4.2 io.quarkus quarkus-logging-gelf-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-logging-gelf - 3.4.1 + 3.4.2 io.quarkus quarkus-logging-json-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-logging-json - 3.4.1 + 3.4.2 io.quarkus quarkus-mailer-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-mailer - 3.4.1 + 3.4.2 io.quarkus quarkus-micrometer-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-micrometer-registry-prometheus-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-micrometer-registry-prometheus - 3.4.1 + 3.4.2 io.quarkus quarkus-micrometer - 3.4.1 + 3.4.2 io.quarkus quarkus-minikube-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-minikube - 3.4.1 + 3.4.2 io.quarkus quarkus-mongodb-client-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-mongodb-client - 3.4.1 + 3.4.2 io.quarkus quarkus-mongodb-panache-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-mongodb-panache-common - 3.4.1 + 3.4.2 io.quarkus quarkus-mongodb-panache-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-mongodb-panache-kotlin-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-mongodb-panache-kotlin - 3.4.1 + 3.4.2 io.quarkus quarkus-mongodb-panache - 3.4.1 + 3.4.2 io.quarkus quarkus-mongodb-rest-data-panache-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-mongodb-rest-data-panache - 3.4.1 + 3.4.2 io.quarkus quarkus-mutiny-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-mutiny-reactive-streams-operators-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-mutiny-reactive-streams-operators - 3.4.1 + 3.4.2 io.quarkus quarkus-mutiny - 3.4.1 + 3.4.2 io.quarkus quarkus-narayana-jta-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-narayana-jta - 3.4.1 + 3.4.2 io.quarkus quarkus-narayana-lra-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-narayana-lra - 3.4.1 + 3.4.2 io.quarkus quarkus-narayana-stm-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-narayana-stm - 3.4.1 + 3.4.2 io.quarkus quarkus-netty-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-netty - 3.4.1 + 3.4.2 io.quarkus quarkus-oidc-client-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-oidc-client-filter-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-oidc-client-filter - 3.4.1 + 3.4.2 io.quarkus quarkus-oidc-client-reactive-filter-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-oidc-client-reactive-filter - 3.4.1 + 3.4.2 io.quarkus quarkus-oidc-client - 3.4.1 + 3.4.2 io.quarkus quarkus-oidc-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-oidc-common - 3.4.1 + 3.4.2 io.quarkus quarkus-oidc-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-oidc-token-propagation-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-oidc-token-propagation-reactive-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-oidc-token-propagation-reactive - 3.4.1 + 3.4.2 io.quarkus quarkus-oidc-token-propagation - 3.4.1 + 3.4.2 io.quarkus quarkus-oidc - 3.4.1 + 3.4.2 io.quarkus quarkus-openshift-client-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-openshift-client - 3.4.1 + 3.4.2 io.quarkus quarkus-openshift-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-openshift - 3.4.1 + 3.4.2 io.quarkus quarkus-opentelemetry-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-opentelemetry-exporter-jaeger-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-opentelemetry-exporter-jaeger - 3.4.1 + 3.4.2 io.quarkus quarkus-opentelemetry-exporter-otlp-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-opentelemetry-exporter-otlp - 3.4.1 + 3.4.2 io.quarkus quarkus-opentelemetry - 3.4.1 + 3.4.2 io.quarkus quarkus-panache-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-panache-common - 3.4.1 + 3.4.2 io.quarkus quarkus-panache-hibernate-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-panache-hibernate-common - 3.4.1 + 3.4.2 io.quarkus quarkus-panache-mock - 3.4.1 + 3.4.2 io.quarkus quarkus-panacheql - 3.4.1 + 3.4.2 io.quarkus quarkus-picocli-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-picocli - 3.4.1 + 3.4.2 io.quarkus quarkus-project-core-extension-codestarts - 3.4.1 + 3.4.2 io.quarkus quarkus-quartz-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-quartz - 3.4.1 + 3.4.2 io.quarkus quarkus-qute-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-qute - 3.4.1 + 3.4.2 io.quarkus quarkus-reactive-datasource-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-reactive-datasource - 3.4.1 + 3.4.2 io.quarkus quarkus-reactive-db2-client-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-reactive-db2-client - 3.4.1 + 3.4.2 io.quarkus quarkus-reactive-mssql-client-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-reactive-mssql-client - 3.4.1 + 3.4.2 io.quarkus quarkus-reactive-mysql-client-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-reactive-mysql-client - 3.4.1 + 3.4.2 io.quarkus quarkus-reactive-oracle-client-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-reactive-oracle-client - 3.4.1 + 3.4.2 io.quarkus quarkus-reactive-pg-client-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-reactive-pg-client - 3.4.1 + 3.4.2 io.quarkus quarkus-reactive-routes-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-reactive-routes - 3.4.1 + 3.4.2 io.quarkus quarkus-redis-cache-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-redis-cache - 3.4.1 + 3.4.2 io.quarkus quarkus-redis-client-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-redis-client - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-config-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-config - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-jackson-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-jackson - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-jaxb-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-jaxb - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-jsonb-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-jsonb - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-mutiny-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-mutiny - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-reactive-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-reactive-jackson-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-reactive-jackson - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-reactive-jaxb-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-reactive-jaxb - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-reactive-jsonb-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-reactive-jsonb - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-reactive-kotlin-serialization-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-reactive-kotlin-serialization - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-reactive-spi-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client-reactive - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-client - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-data-panache-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-rest-data-panache - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-common-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-common - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-jackson-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-jackson - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-jaxb-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-jaxb - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-jsonb-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-jsonb - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-links-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-links - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-multipart-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-multipart - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-mutiny-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-mutiny-common - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-mutiny-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-mutiny - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-qute-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-qute - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-common - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-jackson-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-jackson-common - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-jackson-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-jackson - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-jaxb-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-jaxb - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-jsonb-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-jsonb-common - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-jsonb-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-jsonb - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-kotlin-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-kotlin-serialization-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-kotlin-serialization-common - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-kotlin-serialization-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-kotlin-serialization - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-kotlin - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-links-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-links - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-qute-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-qute - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-server-spi-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-servlet-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-servlet - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive-spi-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-reactive - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-server-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-server-common-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy-server-common - 3.4.1 + 3.4.2 io.quarkus quarkus-resteasy - 3.4.1 + 3.4.2 io.quarkus quarkus-scala-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-scala - 3.4.1 + 3.4.2 io.quarkus quarkus-scheduler-api - 3.4.1 + 3.4.2 io.quarkus quarkus-scheduler-common - 3.4.1 + 3.4.2 io.quarkus quarkus-scheduler-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-scheduler-kotlin - 3.4.1 + 3.4.2 io.quarkus quarkus-scheduler - 3.4.1 + 3.4.2 io.quarkus quarkus-schema-registry-devservice-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-schema-registry-devservice - 3.4.1 + 3.4.2 io.quarkus quarkus-security-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-security-jpa-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-security-jpa-common - 3.4.1 + 3.4.2 io.quarkus quarkus-security-jpa-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-security-jpa-reactive-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-security-jpa-reactive - 3.4.1 + 3.4.2 io.quarkus quarkus-security-jpa - 3.4.1 + 3.4.2 io.quarkus quarkus-security-runtime-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-security-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-security-webauthn-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-security-webauthn - 3.4.1 + 3.4.2 io.quarkus quarkus-security - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-context-propagation-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-context-propagation-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-context-propagation - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-fault-tolerance-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-fault-tolerance - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-graphql-client-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-graphql-client - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-graphql-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-graphql - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-health-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-health-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-health - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-jwt-build-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-jwt-build - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-jwt-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-jwt - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-metrics-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-metrics-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-metrics - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-openapi-common-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-openapi-deployment - 3.4.1 + 3.4.2 org.jboss.shrinkwrap @@ -5452,12 +5452,12 @@ io.quarkus quarkus-smallrye-openapi-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-openapi - 3.4.1 + 3.4.2 org.jboss.shrinkwrap @@ -5468,107 +5468,107 @@ io.quarkus quarkus-smallrye-opentracing-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-opentracing - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-reactive-messaging-amqp-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-reactive-messaging-amqp - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-reactive-messaging-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-reactive-messaging-kafka-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-reactive-messaging-kafka - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-reactive-messaging-kotlin - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-reactive-messaging-mqtt-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-reactive-messaging-mqtt - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-reactive-messaging-pulsar-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-reactive-messaging-pulsar - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-reactive-messaging-rabbitmq-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-reactive-messaging-rabbitmq - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-reactive-messaging - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-reactive-streams-operators-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-reactive-streams-operators - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-reactive-type-converters-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-reactive-type-converters - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-stork-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-smallrye-stork - 3.4.1 + 3.4.2 io.quarkus @@ -5588,32 +5588,32 @@ io.quarkus quarkus-spring-boot-properties-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-spring-boot-properties - 3.4.1 + 3.4.2 io.quarkus quarkus-spring-cache-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-spring-cache - 3.4.1 + 3.4.2 io.quarkus quarkus-spring-cloud-config-client-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-spring-cloud-config-client - 3.4.1 + 3.4.2 io.quarkus @@ -5638,12 +5638,12 @@ io.quarkus quarkus-spring-data-jpa-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-spring-data-jpa - 3.4.1 + 3.4.2 io.quarkus @@ -5653,32 +5653,32 @@ io.quarkus quarkus-spring-data-rest-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-spring-data-rest - 3.4.1 + 3.4.2 io.quarkus quarkus-spring-di-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-spring-di - 3.4.1 + 3.4.2 io.quarkus quarkus-spring-scheduled-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-spring-scheduled - 3.4.1 + 3.4.2 io.quarkus @@ -5688,12 +5688,12 @@ io.quarkus quarkus-spring-security-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-spring-security - 3.4.1 + 3.4.2 io.quarkus @@ -5703,37 +5703,37 @@ io.quarkus quarkus-spring-web-common - 3.4.1 + 3.4.2 io.quarkus quarkus-spring-web-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-spring-web-resteasy-classic-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-spring-web-resteasy-classic - 3.4.1 + 3.4.2 io.quarkus quarkus-spring-web-resteasy-reactive-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-spring-web-resteasy-reactive - 3.4.1 + 3.4.2 io.quarkus quarkus-spring-web - 3.4.1 + 3.4.2 io.quarkus @@ -5743,232 +5743,232 @@ io.quarkus quarkus-swagger-ui-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-swagger-ui - 3.4.1 + 3.4.2 io.quarkus quarkus-test-amazon-lambda - 3.4.1 + 3.4.2 io.quarkus quarkus-test-common - 3.4.1 + 3.4.2 io.quarkus quarkus-test-derby - 3.4.1 + 3.4.2 io.quarkus quarkus-test-google-cloud-functions - 3.4.1 + 3.4.2 io.quarkus quarkus-test-h2 - 3.4.1 + 3.4.2 io.quarkus quarkus-test-hibernate-reactive-panache - 3.4.1 + 3.4.2 io.quarkus quarkus-test-infinispan-client - 3.4.1 + 3.4.2 io.quarkus quarkus-test-kafka-companion - 3.4.1 + 3.4.2 io.quarkus quarkus-test-keycloak-server - 3.4.1 + 3.4.2 io.quarkus quarkus-test-kubernetes-client - 3.4.1 + 3.4.2 io.quarkus quarkus-test-ldap - 3.4.1 + 3.4.2 io.quarkus quarkus-test-mongodb - 3.4.1 + 3.4.2 io.quarkus quarkus-test-oidc-server - 3.4.1 + 3.4.2 io.quarkus quarkus-test-openshift-client - 3.4.1 + 3.4.2 io.quarkus quarkus-test-security-jwt - 3.4.1 + 3.4.2 io.quarkus quarkus-test-security-oidc - 3.4.1 + 3.4.2 io.quarkus quarkus-test-security-webauthn - 3.4.1 + 3.4.2 io.quarkus quarkus-test-security - 3.4.1 + 3.4.2 io.quarkus quarkus-test-vertx - 3.4.1 + 3.4.2 io.quarkus quarkus-transaction-annotations - 3.4.1 + 3.4.2 io.quarkus quarkus-undertow-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-undertow-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-undertow - 3.4.1 + 3.4.2 io.quarkus quarkus-vertx-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-vertx-graphql-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-vertx-graphql - 3.4.1 + 3.4.2 io.quarkus quarkus-vertx-http-deployment-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-vertx-http-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-vertx-http-dev-console-runtime-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-vertx-http-dev-console-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-vertx-http-dev-ui-resources - 3.4.1 + 3.4.2 io.quarkus quarkus-vertx-http-dev-ui-spi - 3.4.1 + 3.4.2 io.quarkus quarkus-vertx-http-dev-ui-tests - 3.4.1 + 3.4.2 io.quarkus quarkus-vertx-http - 3.4.1 + 3.4.2 io.quarkus quarkus-vertx-latebound-mdc-provider - 3.4.1 + 3.4.2 io.quarkus quarkus-vertx - 3.4.1 + 3.4.2 io.quarkus quarkus-virtual-threads-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-virtual-threads - 3.4.1 + 3.4.2 io.quarkus quarkus-webjars-locator-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-webjars-locator - 3.4.1 + 3.4.2 io.quarkus quarkus-websockets-client-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-websockets-client - 3.4.1 + 3.4.2 io.quarkus quarkus-websockets-deployment - 3.4.1 + 3.4.2 io.quarkus quarkus-websockets - 3.4.1 + 3.4.2 io.reactivex.rxjava2 @@ -8026,12 +8026,12 @@ org.apache.avro avro-compiler - 1.11.2 + 1.11.3 org.apache.avro avro - 1.11.2 + 1.11.3 org.apache.commons @@ -8780,17 +8780,17 @@ org.hibernate.search hibernate-search-backend-elasticsearch-aws - 6.2.1.Final + 6.2.2.Final org.hibernate.search hibernate-search-backend-elasticsearch - 6.2.1.Final + 6.2.2.Final org.hibernate.search hibernate-search-engine - 6.2.1.Final + 6.2.2.Final org.jboss @@ -8805,12 +8805,12 @@ org.hibernate.search hibernate-search-mapper-orm-coordination-outbox-polling-orm6 - 6.2.1.Final + 6.2.2.Final org.hibernate.search hibernate-search-mapper-orm-orm6 - 6.2.1.Final + 6.2.2.Final org.hibernate.common @@ -8825,7 +8825,7 @@ org.hibernate.search hibernate-search-mapper-pojo-base - 6.2.1.Final + 6.2.2.Final org.jboss @@ -8840,7 +8840,7 @@ org.hibernate.search hibernate-search-util-common - 6.2.1.Final + 6.2.2.Final org.jboss @@ -10494,7 +10494,7 @@ org.xerial.snappy snappy-java - 1.1.10.1 + 1.1.10.5 org.yaml diff --git a/generated-platform-project/quarkus/descriptor/pom.xml b/generated-platform-project/quarkus/descriptor/pom.xml index 80a31a5c4b..82ca2a637e 100644 --- a/generated-platform-project/quarkus/descriptor/pom.xml +++ b/generated-platform-project/quarkus/descriptor/pom.xml @@ -5,14 +5,14 @@ io.quarkus.platform quarkus-parent - 3.4.1 + 3.4.2 .. quarkus-bom-quarkus-platform-descriptor pom Quarkus Platform - Core - Quarkus Platform Descriptor - io.quarkus.platform:quarkus-bom:3.4.1 + io.quarkus.platform:quarkus-bom:3.4.2 diff --git a/generated-platform-project/quarkus/descriptor/src/main/resources/overrides.json b/generated-platform-project/quarkus/descriptor/src/main/resources/overrides.json index ea810fedeb..efd9821c6d 100644 --- a/generated-platform-project/quarkus/descriptor/src/main/resources/overrides.json +++ b/generated-platform-project/quarkus/descriptor/src/main/resources/overrides.json @@ -10,12 +10,12 @@ "kotlin-version" : "1.9.10", "scala-version" : "2.13.8", "scala-plugin-version" : "4.8.1", - "quarkus-core-version" : "3.4.1", + "quarkus-core-version" : "3.4.2", "maven-plugin-groupId" : "${project.groupId}", "maven-plugin-artifactId" : "quarkus-maven-plugin", "maven-plugin-version" : "${project.version}", "gradle-plugin-id" : "io.quarkus", - "gradle-plugin-version" : "3.4.1", + "gradle-plugin-version" : "3.4.2", "supported-maven-versions" : "[3.8.2,)", "proposed-maven-version" : "3.9.3", "maven-wrapper-version" : "3.2.0", @@ -24,7 +24,7 @@ "recommended-java-version" : "17" } }, - "codestarts-artifacts" : [ "io.quarkus:quarkus-project-core-extension-codestarts::jar:3.4.1" ], + "codestarts-artifacts" : [ "io.quarkus:quarkus-project-core-extension-codestarts::jar:3.4.2" ], "last-bom-update" : "${member.last-bom-update}" }, "categories" : [ { diff --git a/generated-platform-project/quarkus/integration-tests/pom.xml b/generated-platform-project/quarkus/integration-tests/pom.xml index ed833ea2fc..960b281766 100644 --- a/generated-platform-project/quarkus/integration-tests/pom.xml +++ b/generated-platform-project/quarkus/integration-tests/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-parent - 3.4.1 + 3.4.2 .. quarkus-integration-tests-parent @@ -26,7 +26,7 @@ io.quarkus quarkus-universe-bom - 3.4.1 + 3.4.2 pom import diff --git a/generated-platform-project/quarkus/integration-tests/quarkus-config-extensions-integration-test-consul/pom.xml b/generated-platform-project/quarkus/integration-tests/quarkus-config-extensions-integration-test-consul/pom.xml index 8ab6e758d8..6360e61dbf 100644 --- a/generated-platform-project/quarkus/integration-tests/quarkus-config-extensions-integration-test-consul/pom.xml +++ b/generated-platform-project/quarkus/integration-tests/quarkus-config-extensions-integration-test-consul/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-integration-tests-parent - 3.4.1 + 3.4.2 .. quarkus-config-extensions-integration-test-consul diff --git a/generated-platform-project/quarkus/integration-tests/quarkus-vault-integration-test-agroal/pom.xml b/generated-platform-project/quarkus/integration-tests/quarkus-vault-integration-test-agroal/pom.xml index a9e1e70379..d31aa6117b 100644 --- a/generated-platform-project/quarkus/integration-tests/quarkus-vault-integration-test-agroal/pom.xml +++ b/generated-platform-project/quarkus/integration-tests/quarkus-vault-integration-test-agroal/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-integration-tests-parent - 3.4.1 + 3.4.2 .. quarkus-vault-integration-test-agroal diff --git a/generated-platform-project/quarkus/integration-tests/quarkus-vault-integration-test-app/pom.xml b/generated-platform-project/quarkus/integration-tests/quarkus-vault-integration-test-app/pom.xml index 583026e20d..bb8d6ee0ce 100644 --- a/generated-platform-project/quarkus/integration-tests/quarkus-vault-integration-test-app/pom.xml +++ b/generated-platform-project/quarkus/integration-tests/quarkus-vault-integration-test-app/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-integration-tests-parent - 3.4.1 + 3.4.2 .. quarkus-vault-integration-test-app diff --git a/generated-platform-project/quarkus/integration-tests/quarkus-vault-integration-test/pom.xml b/generated-platform-project/quarkus/integration-tests/quarkus-vault-integration-test/pom.xml index bdd86c4bef..72540ae2a3 100644 --- a/generated-platform-project/quarkus/integration-tests/quarkus-vault-integration-test/pom.xml +++ b/generated-platform-project/quarkus/integration-tests/quarkus-vault-integration-test/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-integration-tests-parent - 3.4.1 + 3.4.2 .. quarkus-vault-integration-test diff --git a/generated-platform-project/quarkus/pom.xml b/generated-platform-project/quarkus/pom.xml index b329d69c38..1c4b25c324 100644 --- a/generated-platform-project/quarkus/pom.xml +++ b/generated-platform-project/quarkus/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-platform-parent - 3.4.1 + 3.4.2 .. quarkus-parent diff --git a/generated-platform-project/quarkus/properties/pom.xml b/generated-platform-project/quarkus/properties/pom.xml index bdfd85623c..379520b9f3 100644 --- a/generated-platform-project/quarkus/properties/pom.xml +++ b/generated-platform-project/quarkus/properties/pom.xml @@ -5,7 +5,7 @@ io.quarkus.platform quarkus-parent - 3.4.1 + 3.4.2 .. quarkus-bom-quarkus-platform-properties diff --git a/pom.xml b/pom.xml index 70a2c587d9..7dfbac2bed 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ io.quarkus.platform quarkus-platform-config Quarkus Platform - Configuration pom - 3.4.1 + 3.4.2 pom Quarkus Universe platform aggregates extensions from Quarkus Core and those developed by the community into a single compatible and versioned set that application developers can reference from their applications to align the dependency versions https://github.com/quarkusio/quarkus-platform @@ -37,7 +37,7 @@ https://github.com/quarkusio/quarkus-platform scm:git:git@github.com:quarkusio/quarkus-platform.git scm:git:git@github.com:quarkusio/quarkus-platform.git - 3.4.1 + 3.4.2 @@ -55,7 +55,7 @@ ${env.GRAALVM_HOME} jdbc:postgresql:hibernate_orm_test - 3.4.1 + 3.4.2 ${quarkus.version} 3.4.0 @@ -66,7 +66,7 @@ and also at src/main/resources/xslt/amazon-services/test-pom.xsl as they might require adjustments. --> 2.5.0 - 2.4.0 + 2.4.1 2.0.1 2.4.0 ${quarkus-qpid-jms.version} @@ -196,7 +196,7 @@ io.quarkiverse.vault - io.quarkus.platform:quarkus-bom:3.4.1 + io.quarkus.platform:quarkus-bom:3.4.2 ${platform.groupId}:quarkus-bom:${platform.version} @@ -360,7 +360,7 @@ CXF io.quarkiverse.cxf:quarkus-cxf-bom:${quarkus-cxf.version} - io.quarkus.platform:quarkus-cxf-bom:3.4.1 + io.quarkus.platform:quarkus-cxf-bom:3.4.2 ${platform.groupId}:quarkus-cxf-bom:${platform.version} @@ -378,7 +378,7 @@ Camel org.apache.camel.quarkus:camel-quarkus-bom:${camel-quarkus.version} - io.quarkus.platform:quarkus-camel-bom:3.4.1 + io.quarkus.platform:quarkus-camel-bom:3.4.2 ${platform.groupId}:quarkus-camel-bom:${platform.version}