You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/03/14 13:47:59 UTC

[camel] branch main updated (b15fbe60572 -> ba7e9ae5dd7)

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

acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from b15fbe60572 [CAMEL-11767] Create camel-tooling-maven module that provides Maven downloader for camel-catalog-maven and camel-kamelet-main
     new f4600c8a717 Upgrade Flink to version 1.16.1
     new ba7e9ae5dd7 Sync deps

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[camel] 01/02: Upgrade Flink to version 1.16.1

Posted by ac...@apache.org.
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.git

commit f4600c8a717f8b77f35bafa721d0c645b11d3219
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 14 14:46:15 2023 +0100

    Upgrade Flink to version 1.16.1
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index e9efd15647a..d3b72402858 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -148,7 +148,7 @@
         <findbugs-maven-plugin-version>3.0.5</findbugs-maven-plugin-version>
         <google-maps-services-version>0.10.1</google-maps-services-version>
         <flatpack-version>4.0.5</flatpack-version>
-        <flink-version>1.16.0</flink-version>
+        <flink-version>1.16.1</flink-version>
         <fop-version>2.8</fop-version>
         <formatter-maven-plugin-version>2.21.0</formatter-maven-plugin-version>
         <ftpserver-version>1.1.2</ftpserver-version>


[camel] 02/02: Sync deps

Posted by ac...@apache.org.
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.git

commit ba7e9ae5dd7d415f9d1a1c5a5f2c3d5f7fbb607f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 14 14:47:26 2023 +0100

    Sync deps
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index bd17292761b..1e85b9bfbd8 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -153,7 +153,7 @@
         <findbugs-maven-plugin-version>3.0.5</findbugs-maven-plugin-version>
         <google-maps-services-version>0.10.1</google-maps-services-version>
         <flatpack-version>4.0.5</flatpack-version>
-        <flink-version>1.16.0</flink-version>
+        <flink-version>1.16.1</flink-version>
         <fop-version>2.8</fop-version>
         <formatter-maven-plugin-version>2.21.0</formatter-maven-plugin-version>
         <ftpserver-version>1.1.2</ftpserver-version>