From 744da0e2555dd6439a6c95a927bf8a638ea83f95 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Tue, 23 Jun 2020 10:40:33 -0400 Subject: [PATCH] Update dependencies. - org.apache.commons:commons-parent 50 -> 51 - biz.aQute.bnd:biz.aQute.bndlib 5.1.0 -> 5.1.1 - com.github.spotbugs:spotbugs 4.0.4 -> 4.0.5 --- pom.xml | 8 ++++---- src/changes/changes.xml | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 07d8cafc4..d340fe6b8 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ org.apache.commons commons-parent - 50 + 51 4.0.0 commons-lang3 @@ -613,7 +613,7 @@ 0.8.5 3.0.0-M4 - 3.1.1 + 3.2.0 true @@ -764,7 +764,7 @@ com.github.spotbugs spotbugs - 4.0.4 + 4.0.5 @@ -778,7 +778,7 @@ biz.aQute.bnd biz.aQute.bndlib - 5.1.0 + 5.1.1 diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f5e3fa5de..0ecd04e42 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -48,9 +48,10 @@ The type attribute can be add,update,fix,remove. remove encoding and docEncoding and use inherited values from commons-parent Fix Javadoc for StringUtils.appendIfMissingIgnoreCase() #507. + org.apache.commons:commons-parent 50 -> 51. 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.4. + com.github.spotbugs:spotbugs 4.0.0 -> 4.0.5. 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.