From 13259835197be2f530f764a5676f3b004956883a Mon Sep 17 00:00:00 2001 From: Oliver Bertuch Date: Mon, 14 Aug 2023 21:57:00 +0200 Subject: [PATCH] build(deps): update to Maven Docker Plugin 0.43.3 #9771 With this new version, a problem on M1 MACs not being able to build with Docker because of a non-existing config file was worked around by the DMP devs. See also: https://github.com/fabric8io/docker-maven-plugin/issues/1678 --- modules/dataverse-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/dataverse-parent/pom.xml b/modules/dataverse-parent/pom.xml index 7c83ac39736..fcfd2bcd510 100644 --- a/modules/dataverse-parent/pom.xml +++ b/modules/dataverse-parent/pom.xml @@ -199,7 +199,7 @@ 1.7.0 - 0.43.0 + 0.43.3