You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/12/21 09:17:45 UTC

(camel) branch main updated: Bump bytebuddy-version from 1.14.10 to 1.14.11 (#12526)

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

davsclaus 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 19d8ed5d53a Bump bytebuddy-version from 1.14.10 to 1.14.11 (#12526)
19d8ed5d53a is described below

commit 19d8ed5d53a41bca632c7d184cb403900a5fa428
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Dec 21 10:17:39 2023 +0100

    Bump bytebuddy-version from 1.14.10 to 1.14.11 (#12526)
    
    Bumps `bytebuddy-version` from 1.14.10 to 1.14.11.
    
    Updates `net.bytebuddy:byte-buddy` from 1.14.10 to 1.14.11
    - [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.14.10...byte-buddy-1.14.11)
    
    Updates `net.bytebuddy:byte-buddy-agent` from 1.14.10 to 1.14.11
    - [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.14.10...byte-buddy-1.14.11)
    
    ---
    updated-dependencies:
    - dependency-name: net.bytebuddy:byte-buddy
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: net.bytebuddy:byte-buddy-agent
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@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 4985cbf99ca..47e7e8e2400 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -76,7 +76,7 @@
         <box-java-sdk-version>4.6.1</box-java-sdk-version>
         <braintree-gateway-version>3.30.0</braintree-gateway-version>
         <build-helper-maven-plugin-version>3.5.0</build-helper-maven-plugin-version>
-        <bytebuddy-version>1.14.10</bytebuddy-version>
+        <bytebuddy-version>1.14.11</bytebuddy-version>
         <c3p0-version>0.9.5.5</c3p0-version>
         <caffeine-version>3.1.8</caffeine-version>
         <californium-version>2.8.0</californium-version>