From 6e30e0a3f0004f945eaa219114a2932aaaa1c3d5 Mon Sep 17 00:00:00 2001 From: Fabrice Daugan Date: Tue, 27 Feb 2024 14:24:26 +0100 Subject: [PATCH] Bump plugin-api to 4.1.6 --- .github/workflows/build.yml | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2a7de6d2..0e925ed5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,16 +10,16 @@ jobs: name: Build and analyze runs-on: ubuntu-latest steps: - - uses: s4u/setup-maven-action@v1.10.0 + - uses: s4u/setup-maven-action@v1.12.0 with: checkout-fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis java-version: 21 java-distribution: 'corretto' cache-path-add: ~/.sonar/cache cache-prefix: ${{ runner.os }}-sonar - maven-version: 3.9.4 + maven-version: 3.9.6 - name: maven-settings-xml-action - uses: whelk-io/maven-settings-xml-action@v21 + uses: whelk-io/maven-settings-xml-action@v22 with: repositories: '[ { "id": "spring-milestone", "url": "https://repo.spring.io/milestone/"}, diff --git a/pom.xml b/pom.xml index 2329c78d..5ae818e0 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.ligoj.api plugin-parent - 4.1.4 + 4.1.6