Skip to content

Commit

Permalink
[MJARSIGNER-77] Bump org.apache.maven.shared:maven-jarsigner from 3.0…
Browse files Browse the repository at this point in the history
….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](apache/maven-jarsigner@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] <[email protected]>

* Fix build - bump maven-shared-utils from 3.3.3 to 3.4.2

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Slawomir Jaranowski <[email protected]>
  • Loading branch information
dependabot[bot] and slawekjaranowski authored Sep 3, 2024
1 parent be623e0 commit 9407718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 9407718

Please sign in to comment.