diff options
-rw-r--r-- | .github/workflows/maven.yml | 2 | ||||
-rw-r--r-- | fop-sandbox/src/tools/resources/findbugs/exclusions.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b43276cf1..fe0ba64fc 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - jdk: ['8', '11', '17'] + jdk: ['8', '11', '17', '21'] os: [ubuntu-latest, windows-latest] steps: diff --git a/fop-sandbox/src/tools/resources/findbugs/exclusions.xml b/fop-sandbox/src/tools/resources/findbugs/exclusions.xml index 9be08f1a7..325065e13 100644 --- a/fop-sandbox/src/tools/resources/findbugs/exclusions.xml +++ b/fop-sandbox/src/tools/resources/findbugs/exclusions.xml @@ -54,7 +54,7 @@ <Bug pattern="DM_DEFAULT_ENCODING"/> </Match> <Match> - <Bug pattern="EI_EXPOSE_REP"/> + <Bug pattern="EI_EXPOSE_REP,EI_EXPOSE_REP2,MC_OVERRIDABLE_METHOD_CALL_IN_CONSTRUCTOR"/> </Match> <Match> <Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON"/> @@ -20,7 +20,7 @@ <commons.logging.version>1.3.0</commons.logging.version> <compiler.plugin.version>3.11.0</compiler.plugin.version> <exec.plugin.version>1.4.0</exec.plugin.version> - <findbugs.plugin.version>4.2.3</findbugs.plugin.version> + <findbugs.plugin.version>4.7.3.6</findbugs.plugin.version> <jar.plugin.version>3.1.1</jar.plugin.version> <java.version>8</java.version> <junit.version>4.11</junit.version> |