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 111ae69d Bump commons.bytebuddy.version from 1.18.3 to 1.18.4
111ae69d is described below
commit 111ae69d4ffd0f0847e64af53d0310a0e691b2d3
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jan 21 07:20:45 2026 -0500
Bump commons.bytebuddy.version from 1.18.3 to 1.18.4
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index f0d5e42d..0f80e445 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.3</commons.bytebuddy.version>
+ <commons.bytebuddy.version>1.18.4</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 8abc4c96..ed6b40c2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -50,7 +50,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 93 to 95.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump the
level of test coverage checks.</action>
- <action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump commons.bytebuddy.version from 1.18.2 to 1.18.3 #734.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump commons.bytebuddy.version from 1.18.2 to 1.18.4 #734.</action>
</release>
<release version="1.15.0" date="2025-12-04" description="Release 1.15.0.
This is a feature and maintenance release. Java 8 or later is required.">
<!-- FIX -->