Author: centic
Date: Mon Apr 21 08:51:04 2025
New Revision: 1925188

URL: http://svn.apache.org/viewvc?rev=1925188&view=rev
Log:
Update spotbugs to check if this adds support for JDK 24

Modified:
    poi/trunk/build.gradle

Modified: poi/trunk/build.gradle
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1925188&r1=1925187&r2=1925188&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Mon Apr 21 08:51:04 2025
@@ -34,7 +34,7 @@ plugins {
     id 'com.dorongold.task-tree' version '4.0.1'
     id 'org.nosphere.apache.rat' version '0.8.1'
     id 'distribution'
-    id "com.github.spotbugs" version '6.0.27'
+    id "com.github.spotbugs" version '6.1.7'
     id 'de.thetaphi.forbiddenapis' version '3.9'
     id 'org.sonarqube' version '4.0.0.2929'
     id 'org.cyclonedx.bom' version '2.2.0'



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to