This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch 3.7.x in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 8375ff27b026e4bd18c7a329d84c8b197268a23f Author: Quan Tran <hqt...@linagora.com> AuthorDate: Thu Jan 23 12:08:28 2025 +0700 Bump jib-maven-plugin to 3.3.2 Resolve build failure: https://stackoverflow.com/questions/79104329/google-jib-throws-unknownmanifestformatexception-unknown-mediatype-application --- examples/custom-james-assembly/pom.xml | 2 +- pom.xml | 2 +- server/mailet/mock-smtp-server/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/custom-james-assembly/pom.xml b/examples/custom-james-assembly/pom.xml index 8998fdb5a3..2a7f613de6 100644 --- a/examples/custom-james-assembly/pom.xml +++ b/examples/custom-james-assembly/pom.xml @@ -51,7 +51,7 @@ <plugin> <groupId>com.google.cloud.tools</groupId> <artifactId>jib-maven-plugin</artifactId> - <version>2.7.1</version> + <version>3.3.2</version> <configuration> <from> <image>eclipse-temurin:11-jre-focal</image> diff --git a/pom.xml b/pom.xml index cf81f3761e..fcc4dee01c 100644 --- a/pom.xml +++ b/pom.xml @@ -2912,7 +2912,7 @@ <plugin> <groupId>com.google.cloud.tools</groupId> <artifactId>jib-maven-plugin</artifactId> - <version>2.7.1</version> + <version>3.3.2</version> </plugin> <plugin> <groupId>io.github.evis</groupId> diff --git a/server/mailet/mock-smtp-server/pom.xml b/server/mailet/mock-smtp-server/pom.xml index 14d593a0d8..bfd6143a33 100644 --- a/server/mailet/mock-smtp-server/pom.xml +++ b/server/mailet/mock-smtp-server/pom.xml @@ -121,7 +121,7 @@ <plugin> <groupId>com.google.cloud.tools</groupId> <artifactId>jib-maven-plugin</artifactId> - <version>2.7.0</version> + <version>3.3.2</version> <configuration> <from> <image>eclipse-temurin:11-jre-focal</image> --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org