Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Security upgrade org.apache.camel.quarkus:camel-quarkus-consul from 3.8.0 to 3.12.0 #353

Open
wants to merge 1 commit into
base: 3.8.0-product
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<camel.docs.components.xref>${camel.docs.components.version}@components</camel.docs.components.xref><!-- the version in Camel's docs/components/antora.yml -->
<camel.docs.branch>camel-${camel.major.minor}.x</camel.docs.branch><!-- The stable camel branch on which our Antora docs depends -->
<camel.sb.docs.branch>camel-spring-boot-${camel.major.minor}.x</camel.sb.docs.branch><!-- The stable camel-spring-boot branch on which our Antora docs depends -->
<camel-quarkus-community.version>3.8.0</camel-quarkus-community.version>
<camel-quarkus-community.version>3.12.0</camel-quarkus-community.version>
<camel-sap.version>4.4.0.redhat-00008</camel-sap.version>
<cassandra-quarkus.version>1.2.0</cassandra-quarkus.version><!-- This should be in sync with quarkus-platform https://repo1.maven.org/maven2/com/datastax/oss/quarkus/cassandra-quarkus-bom/ -->
<debezium.version>2.5.2.Final</debezium.version> <!-- This should be in sync with quarkus-platform https://github.com/quarkusio/quarkus-platform-->
Expand Down Expand Up @@ -732,7 +732,7 @@
<executions>
<execution>
<id>default-test</id>
<phase /><!-- unbound here to speedup -Dquickly build; bound to a phase in camel-quarkus-build-parent-it -->
<phase/><!-- unbound here to speedup -Dquickly build; bound to a phase in camel-quarkus-build-parent-it -->
</execution>
</executions>
</plugin>
Expand All @@ -743,7 +743,7 @@
<executions>
<execution>
<id>attach-descriptor</id>
<phase /><!-- skip to save time -->
<phase/><!-- skip to save time -->
</execution>
</executions>
</plugin>
Expand Down Expand Up @@ -803,7 +803,7 @@
<requireJavaVersion>
<version>11</version>
</requireJavaVersion>
<dependencyConvergence />
<dependencyConvergence/>
<filteredExternalRules>
<location>classpath:enforcer-rules/quarkus-require-maven-version.xml</location>
</filteredExternalRules>
Expand Down Expand Up @@ -1069,7 +1069,7 @@
<executions>
<execution>
<id>camel-quarkus-enforcer-rules</id>
<phase /><!-- Speedup the check-format profile by skipping the enforcer -->
<phase/><!-- Speedup the check-format profile by skipping the enforcer -->
</execution>
</executions>
</plugin>
Expand All @@ -1092,7 +1092,7 @@
<executions>
<execution>
<id>source-release-assembly</id>
<phase /><!-- fix https://github.com/apache/camel-quarkus/issues/844 -->
<phase/><!-- fix https://github.com/apache/camel-quarkus/issues/844 -->
</execution>
<execution>
<id>camel-quarkus-source-release-assembly</id>
Expand Down