Skip to content

Commit

Permalink
Upgrade maven-invoker-plugin to 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-grecourt committed Jan 16, 2025
1 parent 0bf2e0b commit ee3bebe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ jobs:
with:
ref: ${{ inputs.ref }}
- uses: ./.github/actions/common
# disable core on windows
if: ${{ matrix.platform != 'windows' || matrix.moduleSet != 'core'}}
with:
build-cache: read-only
test-artifact-name: tests-${{ matrix.moduleSet }}-${{ matrix.platform }}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<version.plugin.helidon-build-tools>4.0.15</version.plugin.helidon-build-tools>
<version.plugin.hibernate-enhance>${version.lib.hibernate}</version.plugin.hibernate-enhance>
<version.plugin.install>3.1.2</version.plugin.install>
<version.plugin.invoker>3.2.2</version.plugin.invoker>
<version.plugin.invoker>3.9.0</version.plugin.invoker>
<version.plugin.jacoco>0.8.5</version.plugin.jacoco>
<version.plugin.jandex>3.1.2</version.plugin.jandex>
<version.plugin.jar>3.3.0</version.plugin.jar>
Expand Down

0 comments on commit ee3bebe

Please sign in to comment.