Skip to content

Commit

Permalink
Bump com.igormaznitsa:mvn-jlink-wrapper from 1.1.1 to 1.2.2
Browse files Browse the repository at this point in the history
Bumps [com.igormaznitsa:mvn-jlink-wrapper](https://github.com/raydac/mvn-jlink) from 1.1.1 to 1.2.2.
- [Release notes](https://github.com/raydac/mvn-jlink/releases)
- [Changelog](https://github.com/raydac/mvn-jlink/blob/master/CHANGELOG.txt)
- [Commits](raydac/mvn-jlink@1.1.1...1.2.2)

---
updated-dependencies:
- dependency-name: com.igormaznitsa:mvn-jlink-wrapper
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Ladicek committed May 28, 2024
1 parent 2294603 commit d10f520
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<version.maven-plugin-tools>3.13.0</version.maven-plugin-tools>
<version.maven-shade-plugin>3.5.1</version.maven-shade-plugin>
<version.nexus-staging-maven-plugin>1.6.14</version.nexus-staging-maven-plugin>
<version.mvn-jlink-wrapper>1.1.1</version.mvn-jlink-wrapper>
<version.mvn-jlink-wrapper>1.2.2</version.mvn-jlink-wrapper>
<version.plexus-compiler-eclipse>2.15.0</version.plexus-compiler-eclipse>
<version.plexus-utils>4.0.0</version.plexus-utils>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion test-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<configuration>
<jdkCachePath>${project.basedir}/jdk-cache</jdkCachePath>
<jdkPathProperty>custom-jdk-path</jdkPathProperty>
<provider>ADOPT</provider>
<provider>ADOPTIUM</provider>
<providerConfig>
<release>${java.version}</release>
<arch>x64</arch> <!-- TODO select automatically, but how? -->
Expand Down

0 comments on commit d10f520

Please # to comment.