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:20:04 UTC

[camel] branch main updated: Upgrade Docker Java to version 3.3.2

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


The following commit(s) were added to refs/heads/main by this push:
     new ec079279c37 Upgrade Docker Java to version 3.3.2
ec079279c37 is described below

commit ec079279c37410e524a9cd878d440319eb7cf6b2
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>