This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-ejb-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 026f2c2 Bump org.apache.maven:maven-archiver from 3.6.2 to 3.6.3 026f2c2 is described below commit 026f2c2d506d195896ce42844a08e44a65c31111 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Sat May 17 15:06:49 2025 +0000 Bump org.apache.maven:maven-archiver from 3.6.2 to 3.6.3 Bumps [org.apache.maven:maven-archiver](https://github.com/apache/maven-archiver) from 3.6.2 to 3.6.3. - [Release notes](https://github.com/apache/maven-archiver/releases) - [Commits](https://github.com/apache/maven-archiver/compare/maven-archiver-3.6.2...maven-archiver-3.6.3) --- updated-dependencies: - dependency-name: org.apache.maven:maven-archiver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c401e73..7f4be3a 100644 --- a/pom.xml +++ b/pom.xml @@ -98,7 +98,7 @@ under the License. <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-archiver</artifactId> - <version>3.6.2</version> + <version>3.6.3</version> </dependency> <dependency> <groupId>org.apache.maven.plugin-tools</groupId>