This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-jarsigner-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 9407718 [MJARSIGNER-77] Bump org.apache.maven.shared:maven-jarsigner from 3.0.0 to 3.1.0 (#36) 9407718 is described below commit 940771828cf7f2089402593d3e497312604124ec Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Sep 3 15:59:02 2024 +0200 [MJARSIGNER-77] Bump org.apache.maven.shared:maven-jarsigner from 3.0.0 to 3.1.0 (#36) * Bump org.apache.maven.shared:maven-jarsigner from 3.0.0 to 3.1.0 Bumps [org.apache.maven.shared:maven-jarsigner](https://github.com/apache/maven-jarsigner) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/apache/maven-jarsigner/releases) - [Commits](https://github.com/apache/maven-jarsigner/compare/maven-jarsigner-3.0.0...maven-jarsigner-3.1.0) --- updated-dependencies: - dependency-name: org.apache.maven.shared:maven-jarsigner dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> * Fix build - bump maven-shared-utils from 3.3.3 to 3.4.2 --------- Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Slawomir Jaranowski <s.jaranow...@gmail.com> --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 91c12c0..2355311 100644 --- a/pom.xml +++ b/pom.xml @@ -107,7 +107,7 @@ under the License. <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-shared-utils</artifactId> - <version>3.3.3</version> + <version>3.4.2</version> </dependency> <dependency> <groupId>org.sonatype.plexus</groupId> @@ -118,7 +118,7 @@ under the License. <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-jarsigner</artifactId> - <version>3.0.0</version> + <version>3.1.0</version> </dependency> <dependency> <groupId>junit</groupId>