This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch 4.14.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
The following commit(s) were added to refs/heads/4.14.x by this push:
new 07a0f27b8 Use jose4j 0.9.6 (#2681)
07a0f27b8 is described below
commit 07a0f27b8fdd2e8a5caf8a6ee26c4a862e2518f5
Author: Tom Cunningham <[email protected]>
AuthorDate: Mon Jan 12 04:23:39 2026 -0500
Use jose4j 0.9.6 (#2681)
---
pom.xml | 3 ++-
tests/camel-kamelets-itest/pom.xml | 5 +++++
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e849e71d8..f8281b670 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,8 @@
<camel.version>4.14.4</camel.version>
- <citrus.version>4.8.0</citrus.version>
+ <citrus.version>4.9.0</citrus.version>
+ <jose4j.version>0.9.6</jose4j.version>
<!-- Versions used inside Kamelets (add them also to the
dependencyManagement section and the groovy script below) -->
<!-- These properties must keep this same format
"version.<groupId>.<artifactId>" -->
diff --git a/tests/camel-kamelets-itest/pom.xml
b/tests/camel-kamelets-itest/pom.xml
index 98fcb09da..b30472854 100644
--- a/tests/camel-kamelets-itest/pom.xml
+++ b/tests/camel-kamelets-itest/pom.xml
@@ -39,6 +39,11 @@
<dependencyManagement>
<dependencies>
+ <dependency>
+ <groupId>org.bitbucket.b_c</groupId>
+ <artifactId>jose4j</artifactId>
+ <version>${jose4j.version}</version>
+ </dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-bom</artifactId>