This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 54b291c231a7 chore(deps): Bump bytebuddy-version from 1.17.8 to 1.18.1 
(#19907)
54b291c231a7 is described below

commit 54b291c231a73c2327e63a6e2cc501f568040557
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 13 09:29:30 2025 +0100

    chore(deps): Bump bytebuddy-version from 1.17.8 to 1.18.1 (#19907)
    
    Bumps `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:production
      update-type: version-update:semver-minor
    - dependency-name: net.bytebuddy:byte-buddy-agent
      dependency-version: 1.18.1
      dependency-type: direct:production
      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>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index ca189dd628d8..6c653c521950 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -87,7 +87,7 @@
         <box-java-sdk-version>4.16.3</box-java-sdk-version>
         <braintree-gateway-version>3.46.0</braintree-gateway-version>
         
<build-helper-maven-plugin-version>3.6.1</build-helper-maven-plugin-version>
-        <bytebuddy-version>1.17.8</bytebuddy-version>
+        <bytebuddy-version>1.18.1</bytebuddy-version>
         <c3p0-version>0.11.2</c3p0-version>
         <caffeine-version>3.2.3</caffeine-version>
         <californium-version>3.14.0</californium-version>

Reply via email to