From c065263da7a0fe92e8873a02e9f9ddaecd2915cd Mon Sep 17 00:00:00 2001 From: Joe Wang <106995533+JoeWang1127@users.noreply.github.com> Date: Thu, 19 Oct 2023 14:35:23 +0000 Subject: [PATCH] chore: upgrade spotbugs plugin to 4.7 (#498) --- .github/workflows/unit-tests.yaml | 2 +- pom.xml | 2 +- spotbugs-exclude.xml | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit-tests.yaml b/.github/workflows/unit-tests.yaml index fa559286..837d2d33 100644 --- a/.github/workflows/unit-tests.yaml +++ b/.github/workflows/unit-tests.yaml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - java: [8, 11, 17] + java: [8, 11, 17, 21] env: CLOUDSDK_CORE_DISABLE_USAGE_REPORTING: true CLOUDSDK_CORE_DISABLE_PROMPTS: true diff --git a/pom.xml b/pom.xml index 32c32205..39e7af73 100644 --- a/pom.xml +++ b/pom.xml @@ -268,7 +268,7 @@ com.github.spotbugs spotbugs-maven-plugin - 4.2.3 + 4.7.3.5 spotbugs-exclude.xml diff --git a/spotbugs-exclude.xml b/spotbugs-exclude.xml index 497d61d7..8f17610c 100644 --- a/spotbugs-exclude.xml +++ b/spotbugs-exclude.xml @@ -3,6 +3,8 @@ + +