This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-rdf.git
commit 7069580837a6aa0741017da862992429f0cfe8dc Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri May 16 17:48:43 2025 -0400 Replace unmaintained FindBugs with SpotBugs --- pom.xml | 5 ++--- src/changes/changes.xml | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 51ba9620..7d522aea 100644 --- a/pom.xml +++ b/pom.xml @@ -418,9 +418,8 @@ </reportSets> </plugin> <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>findbugs-maven-plugin</artifactId> - <version>${commons.findbugs.version}</version> + <groupId>com.github.spotbugs</groupId> + <artifactId>spotbugs-maven-plugin</artifactId> <configuration> <threshold>Normal</threshold> <effort>Default</effort> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f720bf40..c35453f8 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -32,6 +32,7 @@ <action type="fix" dev="ggregory" due-to="step-security-bot, Gary Gregory">[StepSecurity] ci: Harden GitHub Actions #137.</action> <action type="fix" dev="ggregory" due-to="strangelookingnerd, Gary Gregory">Migrate tests to JUnit5 #289.</action> <action type="fix" dev="ggregory" due-to="naturzukunft">Fix AbstractDatasetTest #327.</action> + <action type="fix" dev="ggregory" due-to="Gary Gregory">Replace unmaintained FindBugs with SpotBugs.</action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 52 to 83 #259, #265, #269, #273, #279.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump actions/cache from 2.1.4 to 3.0.11 and more #77, #97.</action>