diff --git a/pom.xml b/pom.xml
index c3ecae762..d8f68a9f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -600,7 +600,7 @@
utf-8
3.1.1
- 8.32
+ 8.33
src/site/resources/checkstyle
4.0.0
@@ -765,7 +765,7 @@
com.github.spotbugs
spotbugs
- 4.0.3
+ 4.0.4
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a51e645f9..c34b0f692 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,8 +49,8 @@ The type attribute can be add,update,fix,remove.
Fix Javadoc for StringUtils.appendIfMissingIgnoreCase() #507.
org.junit-pioneer:junit-pioneer 0.5.4 -> 0.6.0.
org.junit.jupiter:junit-jupiter 5.6.0 -> 5.6.1.
- com.github.spotbugs:spotbugs 4.0.0 -> 4.0.3.
- com.puppycrawl.tools:checkstyle 8.29 -> 8.32.
+ com.github.spotbugs:spotbugs 4.0.0 -> 4.0.4.
+ com.puppycrawl.tools:checkstyle 8.29 -> 8.33.
Simplify null checks in Pair.hashCode() using Objects.hashCode(). #517.
Simplify null checks in Triple.hashCode() using Objects.hashCode(). #516.
Simplify some if statements in StringUtils. #521.
@@ -60,7 +60,7 @@ The type attribute can be add,update,fix,remove.
Add ArrayUtils.isSameLength() to compare more array types #430.
CharSequenceUtils.regionMatches is wrong dealing with Georgian.
Added the Locks class as a convenient possibility to deal with locked objects.
- Add to Functions: FailableBooleanSupplier, FailableIntSupplier, FailableLongSupplier, FailableDoubleSupplier.
+ Add to Functions: FailableBooleanSupplier, FailableIntSupplier, FailableLongSupplier, FailableDoubleSupplier, and so on.