From 34a6e75d1da979730bd37467d7f2a26161883898 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Mon, 25 Oct 2021 09:42:58 -0400 Subject: [PATCH] Bump spotbugs-maven-plugin from 4.4.1 to 4.4.2. --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 6e749e182..7c410f6c2 100644 --- a/pom.xml +++ b/pom.xml @@ -635,7 +635,7 @@ 9.0.1 src/site/resources/checkstyle - 4.4.1 + 4.4.2 4.2.3 false true diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 856806382..5821eca96 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -93,7 +93,7 @@ The type attribute can be add,update,fix,remove. Add null-safe ObjectUtils.isArray() #754. Add ComparableUtils.max(A, A) and ComparableUtils.min(A, A). - Bump spotbugs-maven-plugin from 4.2.0 to 4.4.1 #735, #808. + Bump spotbugs-maven-plugin from 4.2.0 to 4.4.2 #735, #808. Bump Bump actions/cache from v2.1.4 to v2.1.6 #742, #752, #764. Bump actions/setup-java from v1.4.3 to v2. Bump spotbugs from 4.2.2 to 4.2.3 #744.