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-lang.git
The following commit(s) were added to refs/heads/master by this push: new 744da0e Update dependencies. 744da0e is described below commit 744da0e2555dd6439a6c95a927bf8a638ea83f95 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jun 23 10:40:33 2020 -0400 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 07d8caf..d340fe6 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>50</version> + <version>51</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>commons-lang3</artifactId> @@ -613,7 +613,7 @@ <commons.jacoco.version>0.8.5</commons.jacoco.version> <commons.surefire.version>3.0.0-M4</commons.surefire.version> - <commons.javadoc.version>3.1.1</commons.javadoc.version> + <commons.javadoc.version>3.2.0</commons.javadoc.version> <!-- never generate report if there are binary incompatible changes --> <commons.japicmp.breakBuildOnBinaryIncompatibleModifications>true</commons.japicmp.breakBuildOnBinaryIncompatibleModifications> @@ -764,7 +764,7 @@ <dependency> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs</artifactId> - <version>4.0.4</version> + <version>4.0.5</version> </dependency> </dependencies> <configuration> @@ -778,7 +778,7 @@ <dependency> <groupId>biz.aQute.bnd</groupId> <artifactId>biz.aQute.bndlib</artifactId> - <version>5.1.0</version> + <version>5.1.1</version> </dependency> </dependencies> </plugin> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f5e3fa5..0ecd04e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -48,9 +48,10 @@ The <action> type attribute can be add,update,fix,remove. <release version="3.11" date="2020-MM-DD" description="New features and bug fixes.."> <action type="update" dev="kinow" due-to="XenoAmess">remove encoding and docEncoding and use inherited values from commons-parent</action> <action type="fix" dev="kinow" due-to="contextshuffling">Fix Javadoc for StringUtils.appendIfMissingIgnoreCase() #507.</action> + <action type="update" dev="ggregory">org.apache.commons:commons-parent 50 -> 51.</action> <action type="update" dev="ggregory">org.junit-pioneer:junit-pioneer 0.5.4 -> 0.6.0.</action> <action type="update" dev="ggregory">org.junit.jupiter:junit-jupiter 5.6.0 -> 5.6.1.</action> - <action type="update" dev="ggregory">com.github.spotbugs:spotbugs 4.0.0 -> 4.0.4.</action> + <action type="update" dev="ggregory">com.github.spotbugs:spotbugs 4.0.0 -> 4.0.5.</action> <action type="update" dev="ggregory">com.puppycrawl.tools:checkstyle 8.29 -> 8.33.</action> <action type="update" dev="ggregory" due-to="Isira Seneviratne, Bruno P. Kinoshita">Simplify null checks in Pair.hashCode() using Objects.hashCode(). #517.</action> <action type="update" dev="ggregory" due-to="Isira Seneviratne, Bruno P. Kinoshita">Simplify null checks in Triple.hashCode() using Objects.hashCode(). #516.</action>