This is an automated email from the ASF dual-hosted git repository.
fmariani pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 5a27d3cc chore: bump dependency versions to align with Camel parent
5a27d3cc is described below
commit 5a27d3cc924c79da74c08548246d485270ca4946
Author: Croway <[email protected]>
AuthorDate: Tue Apr 7 15:09:47 2026 +0200
chore: bump dependency versions to align with Camel parent
---
README.adoc | 2 +-
pom.xml | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.adoc b/README.adoc
index a015c9ab..ce47267e 100644
--- a/README.adoc
+++ b/README.adoc
@@ -27,7 +27,7 @@ readme's instructions.
=== Examples
// examples: START
-Number of Examples: 70 (0 deprecated)
+Number of Examples: 71 (0 deprecated)
[width="100%",cols="4,2,4",options="header"]
|===
diff --git a/pom.xml b/pom.xml
index a9dafa79..79df944e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,14 +111,14 @@
<camel-version>4.19.0-SNAPSHOT</camel-version>
<javaVersion>21</javaVersion>
<skip.starting.camel.context>false</skip.starting.camel.context>
- <jkube-maven-plugin-version>1.18.1</jkube-maven-plugin-version>
+ <jkube-maven-plugin-version>1.19.0</jkube-maven-plugin-version>
<jkube.generator.from>registry.access.redhat.com/ubi9/openjdk-17:latest</jkube.generator.from>
<jkube.build.switchToDeployment>true</jkube.build.switchToDeployment>
-
<kafka-avro-serializer-version>7.1.1</kafka-avro-serializer-version>
- <reactor-version>3.7.0</reactor-version>
+
<kafka-avro-serializer-version>7.8.2</kafka-avro-serializer-version>
+ <reactor-version>3.8.3</reactor-version>
<testcontainers-version>2.0.3</testcontainers-version>
- <hapi-structures-v24-version>2.5.1</hapi-structures-v24-version>
- <artemis-jakarta-version>2.38.0</artemis-jakarta-version>
+ <hapi-structures-v24-version>2.6.0</hapi-structures-v24-version>
+ <artemis-jakarta-version>2.44.0</artemis-jakarta-version>
</properties>
<repositories>