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 2b229580 Bump commons.bytebuddy.version from 1.17.8 to 1.18.1 (#722)
2b229580 is described below

commit 2b229580f64e8c3cd39e6d172e728e00f21a14cc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Nov 15 09:04:17 2025 -0500

    Bump commons.bytebuddy.version from 1.17.8 to 1.18.1 (#722)
    
    Bumps `commons.bytebuddy.version` from 1.17.8 to 1.18.1.
    
    Updates `net.bytebuddy:byte-buddy` from 1.17.8 to 1.18.1
    - [Release notes](https://github.com/raphw/byte-buddy/releases)
    - 
[Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
    - 
[Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.17.8...byte-buddy-1.18.1)
    
    Updates `net.bytebuddy:byte-buddy-agent` from 1.17.8 to 1.18.1
    - [Release notes](https://github.com/raphw/byte-buddy/releases)
    - 
[Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
    - 
[Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.17.8...byte-buddy-1.18.1)
    
    ---
    updated-dependencies:
    - dependency-name: net.bytebuddy:byte-buddy
      dependency-version: 1.18.1
      dependency-type: direct:development
      update-type: version-update:semver-minor
    - dependency-name: net.bytebuddy:byte-buddy-agent
      dependency-version: 1.18.1
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5d2afd33..fa0d58d9 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.19.0</commons.lang3.version>
-    <commons.bytebuddy.version>1.17.8</commons.bytebuddy.version>
+    <commons.bytebuddy.version>1.18.1</commons.bytebuddy.version>
     <commons.rng.version>1.6</commons.rng.version>
     <japicmp.skip>false</japicmp.skip>
     <jmh.version>1.37</jmh.version>

Reply via email to