You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/11/17 07:11:10 UTC

[camel] branch main updated: Upgrade scandium version to 2.7.4

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 4dfe2e93e94 Upgrade scandium version to 2.7.4
4dfe2e93e94 is described below

commit 4dfe2e93e94711686eac660f0d400fb063dba223
Author: Tom Cunningham <tc...@redhat.com>
AuthorDate: Tue Nov 15 09:57:04 2022 -0500

    Upgrade scandium version to 2.7.4
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index d169772b216..54f57d9e40f 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -77,7 +77,7 @@
     <build-helper-maven-plugin-version>3.2.0</build-helper-maven-plugin-version>
     <c3p0-version>0.9.5.5</c3p0-version>
     <caffeine-version>3.1.1</caffeine-version>
-    <californium-scandium-version>2.7.3</californium-scandium-version>
+    <californium-scandium-version>2.7.4</californium-scandium-version>
     <californium-version>2.7.2</californium-version>
     <camel.failsafe.forkTimeout>600</camel.failsafe.forkTimeout>
     <camel.osgi.activator></camel.osgi.activator>
diff --git a/parent/pom.xml b/parent/pom.xml
index 2cfe915643e..17b05c1a868 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -94,7 +94,7 @@
         <c3p0-version>0.9.5.5</c3p0-version>
         <caffeine-version>3.1.1</caffeine-version>
         <californium-version>2.7.2</californium-version>
-        <californium-scandium-version>2.7.3</californium-scandium-version>
+        <californium-scandium-version>2.7.4</californium-scandium-version>
         <cassandra-driver-version>4.15.0</cassandra-driver-version>
         <cassandra-version>4.0.6</cassandra-version>
         <cdi-api-2.0-version>2.0</cdi-api-2.0-version>