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
commit fafb92ad7b6034fcec9c7754c00dfb865d2edb8c Author: Gary Gregory <[email protected]> AuthorDate: Wed Apr 24 15:46:23 2024 -0400 Bump commons.bytebuddy.version from 1.14.13 to 1.14.14 --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0fa50a59..cf1936e6 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-text</commons.scmPubUrl> <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory> - <commons.bytebuddy.version>1.14.13</commons.bytebuddy.version> + <commons.bytebuddy.version>1.14.14</commons.bytebuddy.version> <commons.rng.version>1.5</commons.rng.version> <japicmp.skip>false</japicmp.skip> <jmh.version>1.37</jmh.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d4cec1c4..38faf001 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -61,6 +61,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Gary Gregory">Make package-private class private and final: IntersectionSimilarity.TinyCount.</action> <!-- UPDATE --> <action type="udpate" dev="ggregory" due-to="Gary Gregory">Bump tests on Java >= 22 org.graalvm.*:* from 24.0.0 to 24.0.1.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.bytebuddy.version from 1.14.13 to 1.14.14.</action> </release> <release version="1.12.0" date="2024-04-13" description="Release 1.12.0. Requires Java 8 or above."> <!-- ADD -->
