This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch 3.8.x in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 29fc88629aeeeab6bfaee0516207c5c7c4e429b0 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 d3c1d7a06a..1b18778d8a 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 6220717d37..b0c4035d24 100644 --- a/pom.xml +++ b/pom.xml @@ -3004,7 +3004,7 @@ <plugin> <groupId>com.google.cloud.tools</groupId> <artifactId>jib-maven-plugin</artifactId> - <version>3.2.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 7fd439c533..4dc19b80e6 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