Skip to content

Commit d10f520

Browse files
dependabot[bot]Ladicek
authored andcommitted
Bump com.igormaznitsa:mvn-jlink-wrapper from 1.1.1 to 1.2.2
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>
1 parent 2294603 commit d10f520

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<version.maven-plugin-tools>3.13.0</version.maven-plugin-tools>
3737
<version.maven-shade-plugin>3.5.1</version.maven-shade-plugin>
3838
<version.nexus-staging-maven-plugin>1.6.14</version.nexus-staging-maven-plugin>
39-
<version.mvn-jlink-wrapper>1.1.1</version.mvn-jlink-wrapper>
39+
<version.mvn-jlink-wrapper>1.2.2</version.mvn-jlink-wrapper>
4040
<version.plexus-compiler-eclipse>2.15.0</version.plexus-compiler-eclipse>
4141
<version.plexus-utils>4.0.0</version.plexus-utils>
4242
</properties>

test-data/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
<configuration>
114114
<jdkCachePath>${project.basedir}/jdk-cache</jdkCachePath>
115115
<jdkPathProperty>custom-jdk-path</jdkPathProperty>
116-
<provider>ADOPT</provider>
116+
<provider>ADOPTIUM</provider>
117117
<providerConfig>
118118
<release>${java.version}</release>
119119
<arch>x64</arch> <!-- TODO select automatically, but how? -->

0 commit comments

Comments
 (0)