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

jamesnetherton pushed a commit to branch camel-quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git


The following commit(s) were added to refs/heads/camel-quarkus-main by this 
push:
     new f334824  Bump the maven group across 8 directories with 2 updates
f334824 is described below

commit f33482447d8ba467d11231a8793db951fbb11a40
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 30 11:05:43 2024 +0100

    Bump the maven group across 8 directories with 2 updates
    
    Bumps the maven group with 1 update in the /data-extract-langchain4j 
directory: 
[io.quarkiverse.langchain4j:quarkus-langchain4j-bom](https://github.com/quarkiverse/quarkus-langchain4j).
    Bumps the maven group with 1 update in the /jms-jpa directory: 
io.quarkiverse.artemis:quarkus-artemis-jms.
    Bumps the maven group with 1 update in the /message-bridge directory: 
io.quarkiverse.artemis:quarkus-artemis-jms.
    Bumps the maven group with 1 update in the /saga directory: 
io.quarkiverse.artemis:quarkus-artemis-jms.
    Bumps the maven group with 1 update in the /saga/saga-app directory: 
io.quarkiverse.artemis:quarkus-artemis-jms.
    Bumps the maven group with 1 update in the /saga/saga-flight-service 
directory: io.quarkiverse.artemis:quarkus-artemis-jms.
    Bumps the maven group with 1 update in the /saga/saga-payment-service 
directory: io.quarkiverse.artemis:quarkus-artemis-jms.
    Bumps the maven group with 1 update in the /saga/saga-train-service 
directory: io.quarkiverse.artemis:quarkus-artemis-jms.
    
    
    Updates `io.quarkiverse.langchain4j:quarkus-langchain4j-bom` from 
0.19.0.CR1 to 0.19.0.CR3
    - [Release 
notes](https://github.com/quarkiverse/quarkus-langchain4j/releases)
    - 
[Commits](https://github.com/quarkiverse/quarkus-langchain4j/compare/0.19.0.CR1...0.19.0.CR3)
    
    Updates `io.quarkiverse.artemis:quarkus-artemis-jms` from 3.4.2 to 3.5.0
    
    Updates `io.quarkiverse.artemis:quarkus-artemis-jms` from 3.4.2 to 3.5.0
    
    Updates `io.quarkiverse.artemis:quarkus-artemis-jms` from 3.4.2 to 3.5.0
    
    Updates `io.quarkiverse.artemis:quarkus-artemis-jms` from 3.4.2 to 3.5.0
    
    Updates `io.quarkiverse.artemis:quarkus-artemis-jms` from 3.4.2 to 3.5.0
    
    Updates `io.quarkiverse.artemis:quarkus-artemis-jms` from 3.4.2 to 3.5.0
    
    Updates `io.quarkiverse.artemis:quarkus-artemis-jms` from 3.4.2 to 3.5.0
    
    ---
    updated-dependencies:
    - dependency-name: io.quarkiverse.langchain4j:quarkus-langchain4j-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: maven
    - dependency-name: io.quarkiverse.artemis:quarkus-artemis-jms
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: maven
    - dependency-name: io.quarkiverse.artemis:quarkus-artemis-jms
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: maven
    - dependency-name: io.quarkiverse.artemis:quarkus-artemis-jms
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: maven
    - dependency-name: io.quarkiverse.artemis:quarkus-artemis-jms
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: maven
    - dependency-name: io.quarkiverse.artemis:quarkus-artemis-jms
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: maven
    - dependency-name: io.quarkiverse.artemis:quarkus-artemis-jms
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: maven
    - dependency-name: io.quarkiverse.artemis:quarkus-artemis-jms
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: maven
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 data-extract-langchain4j/pom.xml | 2 +-
 jms-jpa/pom.xml                  | 2 +-
 message-bridge/pom.xml           | 2 +-
 saga/pom.xml                     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/data-extract-langchain4j/pom.xml b/data-extract-langchain4j/pom.xml
index d81044d..fcfc74f 100644
--- a/data-extract-langchain4j/pom.xml
+++ b/data-extract-langchain4j/pom.xml
@@ -55,7 +55,7 @@
         <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
         <maven-surefire-plugin.version>3.5.0</maven-surefire-plugin.version>
 
-        <quarkus-langchain4j.version>0.19.0.CR1</quarkus-langchain4j.version>
+        <quarkus-langchain4j.version>0.19.0.CR3</quarkus-langchain4j.version>
         <wiremock.version>3.9.1</wiremock.version>
     </properties>
 
diff --git a/jms-jpa/pom.xml b/jms-jpa/pom.xml
index 1d3a6f1..5aa83a7 100644
--- a/jms-jpa/pom.xml
+++ b/jms-jpa/pom.xml
@@ -27,7 +27,7 @@
     <properties>
         <quarkus.platform.version>3.15.1</quarkus.platform.version>
         
<camel-quarkus.platform.version>3.16.0-SNAPSHOT</camel-quarkus.platform.version>
-        <quarkiverse-artemis.version>3.4.2</quarkiverse-artemis.version>
+        <quarkiverse-artemis.version>3.5.0</quarkiverse-artemis.version>
 
         <quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
         
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
diff --git a/message-bridge/pom.xml b/message-bridge/pom.xml
index 1e5cd41..43d04ec 100644
--- a/message-bridge/pom.xml
+++ b/message-bridge/pom.xml
@@ -51,7 +51,7 @@
         <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
         <maven-surefire-plugin.version>3.5.0</maven-surefire-plugin.version>
 
-        <quarkiverse-artemis.version>3.4.2</quarkiverse-artemis.version>
+        <quarkiverse-artemis.version>3.5.0</quarkiverse-artemis.version>
         <assertj.version>3.26.3</assertj.version>
     </properties>
 
diff --git a/saga/pom.xml b/saga/pom.xml
index b1bd13d..dbb63ff 100644
--- a/saga/pom.xml
+++ b/saga/pom.xml
@@ -31,7 +31,7 @@
     <properties>
         <quarkus.platform.version>3.15.1</quarkus.platform.version>
         
<camel-quarkus.platform.version>3.16.0-SNAPSHOT</camel-quarkus.platform.version>
-        <quarkiverse-artemis.version>3.4.2</quarkiverse-artemis.version>
+        <quarkiverse-artemis.version>3.5.0</quarkiverse-artemis.version>
 
         <quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
         
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>

Reply via email to