diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 2edc514a1d..cac7f55ebd 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -19,7 +19,7 @@ jobs: fail-fast: false matrix: java: [ '17' ] - maven: [ '3.8.6' ] + maven: [ '3.9.4' ] os: [ 'ubuntu-22.04' ] name: Build (Java ${{ matrix.java }}, ${{ matrix.os }}) runs-on: ${{ matrix.os }} diff --git a/distributions/openhab/pom.xml b/distributions/openhab/pom.xml index fcf1a9b9bc..45cdd5a139 100644 --- a/distributions/openhab/pom.xml +++ b/distributions/openhab/pom.xml @@ -59,7 +59,7 @@ org.codehaus.mojo exec-maven-plugin - 1.5.0 + 3.1.0 org.openhab.util @@ -93,7 +93,7 @@ org.apache.maven.plugins maven-dependency-plugin - 3.1.1 + 3.6.0 copy @@ -121,7 +121,7 @@ org.apache.maven.plugins maven-resources-plugin - 2.6 + 3.3.1 \ diff --git a/pom.xml b/pom.xml index 3004ef47db..4ff8e63e57 100644 --- a/pom.xml +++ b/pom.xml @@ -78,27 +78,32 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.0.0-M2 + 3.4.0 org.apache.maven.plugins maven-assembly-plugin - 2.5.5 + 3.6.0 org.apache.maven.plugins maven-compiler-plugin - 3.10.1 + 3.11.0 org.apache.maven.plugins maven-install-plugin - 2.5.2 + 3.1.1 + + + + true + org.codehaus.mojo build-helper-maven-plugin - 3.3.0 + 3.4.0