]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Update spotbugs
authorSimon Steiner <ssteiner@apache.org>
Thu, 4 Apr 2024 08:47:52 +0000 (09:47 +0100)
committerSimon Steiner <ssteiner@apache.org>
Thu, 4 Apr 2024 08:47:52 +0000 (09:47 +0100)
.github/workflows/maven.yml
fop-sandbox/src/tools/resources/findbugs/exclusions.xml
pom.xml

index b43276cf1d249d22fc56142eab73d73091d6b412..fe0ba64fce1547b5cb70675440afff7ca2c31a7c 100644 (file)
@@ -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:
index 9be08f1a72de24ff3d4b2d41904e5182f7a03bc4..325065e1310847f9ef28c478fc100769bde0e021 100644 (file)
@@ -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"/>
diff --git a/pom.xml b/pom.xml
index 91d95dcf9501cb9403ee78d4717c8f6d39ae9515..3f11859f7f3574b10310f38cf615d2cc09ac404d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>