From 8cdaadd5330971ee17d3ad5bacbb20bbd1f8bbb8 Mon Sep 17 00:00:00 2001 From: singingbush Date: Mon, 1 Jan 2024 14:50:55 +0000 Subject: [PATCH] update maven plugins --- .github/dependabot.yml | 16 +++++++++++----- .github/workflows/maven.yml | 6 +++--- pom.xml | 10 +++++----- 3 files changed, 19 insertions(+), 13 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fe137fa..4301f2c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,13 @@ version: 2 updates: -- package-ecosystem: maven - directory: "/" - schedule: - interval: monthly - open-pull-requests-limit: 4 \ No newline at end of file + - package-ecosystem: maven + directory: "/" + schedule: + interval: monthly + open-pull-requests-limit: 6 + - package-ecosystem: "github-actions" + directory: ".github/workflows" + schedule: + interval: monthly + day: "friday" + open-pull-requests-limit: 4 diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index a43c114..ebf0326 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -10,13 +10,13 @@ jobs: strategy: fail-fast: false matrix: - jdk: ['8', '11', '17', '20'] + jdk: ['8', '11', '17', '21'] #os: [ubuntu-latest, windows-latest, macOS-latest] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up JDK ${{ matrix.jdk }} - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: java-version: ${{ matrix.jdk }} distribution: temurin diff --git a/pom.xml b/pom.xml index 57828fa..3312524 100644 --- a/pom.xml +++ b/pom.xml @@ -100,7 +100,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.11.0 + 3.12.1 org.apache.maven.plugins @@ -110,17 +110,17 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.5.0 + 3.6.2 org.apache.maven.plugins maven-surefire-plugin - 3.1.2 + 3.2.3 org.apache.maven.plugins maven-failsafe-plugin - 3.1.2 + 3.2.3 org.apache.maven.plugins @@ -140,7 +140,7 @@ org.owasp dependency-check-maven - 8.3.1 + 9.0.7