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-kamelets.git
The following commit(s) were added to refs/heads/main by this push:
new e43f83959 Use jose4j 0.9.6 (#2680)
e43f83959 is described below
commit e43f83959633d3268bf3011ad0ca7305d0868134
Author: Tom Cunningham <[email protected]>
AuthorDate: Mon Jan 12 04:23:51 2026 -0500
Use jose4j 0.9.6 (#2680)
---
pom.xml | 1 +
tests/camel-kamelets-itest/pom.xml | 5 +++++
2 files changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index 34fedf437..69c2c4a77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,6 +65,7 @@
<camel.version>4.16.0</camel.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 112ced081..1efbfb6c7 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>