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/07/10 08:02:28 UTC

[camel] branch docker-java created (now 43eba94b382)

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

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


      at 43eba94b382 Upgrade Docker Java to version 3.3.2

This branch includes the following new commits:

     new 43eba94b382 Upgrade Docker Java to version 3.3.2

The 1 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.



[camel] 01/01: Upgrade Docker Java to version 3.3.2

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch docker-java
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 43eba94b382a7e54a9730884e3f2df5c9bb8cc72
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jul 10 09:59:53 2023 +0200

    Upgrade Docker Java to version 3.3.2
    
    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 ac9e8364de8..d1c7d4451f8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -137,7 +137,7 @@
         <djl-mxnet-native-version>1.8.0</djl-mxnet-native-version>
         <djl-pytorch-native-version>1.9.1</djl-pytorch-native-version>
         <djl-tensorflow-native-version>2.4.1</djl-tensorflow-native-version>
-        <docker-java-version>3.3.1</docker-java-version>
+        <docker-java-version>3.3.2</docker-java-version>
         <dropbox-version>5.4.5</dropbox-version>
         <eddsa-version>0.3.0</eddsa-version>
         <egit-github-core-version>2.1.5</egit-github-core-version>