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-text.git
The following commit(s) were added to refs/heads/master by this push: new c9cb75f Bump commons.jacoco.version from 0.8.6 to 0.8.7. c9cb75f is described below commit c9cb75f450d2c8ed0987312434272066eea8c451 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sun Jul 25 08:17:02 2021 -0400 Bump commons.jacoco.version from 0.8.6 to 0.8.7. --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ddd73c9..b0ae974 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ <spotbugs.impl.version>4.3.0</spotbugs.impl.version> <commons.mockito.version>3.11.2</commons.mockito.version> - <commons.jacoco.version>0.8.6</commons.jacoco.version> + <commons.jacoco.version>0.8.7</commons.jacoco.version> <commons.javadoc.version>3.3.0</commons.javadoc.version> <graalvm.version>21.2.0</graalvm.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 97d7e76..6742587 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -81,7 +81,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="kinow" due-to="Dependabot">Bump maven-pmd-plugin from 3.13.0 to 3.14.0 #186.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump graalvm.version from 20.2.0 to 21.2.0 #185 #198 #206 #227 #252.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Update commons.japicmp.version 0.14.3 -> 0.15.3.</action> - <action type="update" dev="ggregory" due-to="Gary Gregory">Update commons.jacoco.version 0.8.5 to 0.8.6; fixes Java 15 build.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Update commons.jacoco.version 0.8.5 to 0.8.7; fixes Java 15 build.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Update spotbugs from 4.1.3 to 4.3.0 #175, 189, #209 #218 #247.</action> <action type="update" dev="kinow" due-to="Dependabot">Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 #202.</action> <action type="update" dev="kinow" due-to="Dependabot">Bump actions/cache from v2 to v2.1.6 #205 #217 #234.</action>