You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/04/25 06:57:41 UTC

[camel] branch main updated: Upgrade mapstruct 1.5.5

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

davsclaus 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 70757a40573 Upgrade mapstruct 1.5.5
70757a40573 is described below

commit 70757a40573c2b12148b015dd06b7ed7c075e21e
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Apr 25 08:57:25 2023 +0200

    Upgrade mapstruct 1.5.5
---
 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 3cef455d116..3c56824bb2c 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -339,7 +339,7 @@
         <logback-version>1.4.7</logback-version>
         <lucene-version>8.11.2</lucene-version>
         <lightcouch-version>0.2.0</lightcouch-version>
-        <mapstruct-version>1.5.3.Final</mapstruct-version>
+        <mapstruct-version>1.5.5.Final</mapstruct-version>
         <!-- needed from tooling/archetypes -->
         <maven-version>3.8.7</maven-version>
         <maven-antrun-plugin-version>3.1.0</maven-antrun-plugin-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 60dc85759ce..95b788ca8e0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -334,7 +334,7 @@
         <logback-version>1.4.7</logback-version>
         <lucene-version>8.11.2</lucene-version>
         <lightcouch-version>0.2.0</lightcouch-version>
-        <mapstruct-version>1.5.3.Final</mapstruct-version>
+        <mapstruct-version>1.5.5.Final</mapstruct-version>
         <!-- needed from tooling/archetypes -->
         <maven-version>3.8.7</maven-version>
         <maven-antrun-plugin-version>3.1.0</maven-antrun-plugin-version>