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 1387b990 Bump commons.bytebuddy.version from 1.18.1 to 1.18.2
1387b990 is described below
commit 1387b9905db83d3373c261c1c3264d1ea26839f2
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Dec 3 06:17:55 2025 -0500
Bump commons.bytebuddy.version from 1.18.1 to 1.18.2
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5a00fd77..0c180d36 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,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.lang3.version>3.20.0</commons.lang3.version>
- <commons.bytebuddy.version>1.18.1</commons.bytebuddy.version>
+ <commons.bytebuddy.version>1.18.2</commons.bytebuddy.version>
<commons.rng.version>1.6</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 21f15a2f..bfb7505e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,7 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="add" dev="ggregory" due-to="Michael Hausegger">Add test
assertions for SimilarityCharacterInput#equals() #727.</action>
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 85 to 93 #704, #723, #726.</action>
- <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons.bytebuddy.version from 1.17.6 to 1.18.1 #696, #722.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons.bytebuddy.version from 1.17.6 to 1.18.2 #696, #722.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump graalvm.version from 24.2.2 to 25.0.1 #703, #716.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-lang3 from 3.18.0 to 3.20.0.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-io:commons-io from 2.20.0 to 2.21.0.</action>