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 7f1740d417b chore(deps): Bump bytebuddy-version from 1.16.1 to 1.17.0
(#16981)
7f1740d417b is described below
commit 7f1740d417bbc4c3ee20b535ec1bc800b58903b5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 30 09:13:09 2025 +0100
chore(deps): Bump bytebuddy-version from 1.16.1 to 1.17.0 (#16981)
Bumps `bytebuddy-version` from 1.16.1 to 1.17.0.
Updates `net.bytebuddy:byte-buddy` from 1.16.1 to 1.17.0
- [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.16.1...byte-buddy-1.17.0)
Updates `net.bytebuddy:byte-buddy-agent` from 1.16.1 to 1.17.0
- [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.16.1...byte-buddy-1.17.0)
---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: net.bytebuddy:byte-buddy-agent
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 8962f433913..8661ee6ca36 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -85,7 +85,7 @@
<box-java-sdk-version>4.14.0</box-java-sdk-version>
<braintree-gateway-version>3.39.0</braintree-gateway-version>
<build-helper-maven-plugin-version>3.6.0</build-helper-maven-plugin-version>
- <bytebuddy-version>1.16.1</bytebuddy-version>
+ <bytebuddy-version>1.17.0</bytebuddy-version>
<c3p0-version>0.10.1</c3p0-version>
<caffeine-version>3.2.0</caffeine-version>
<californium-version>3.13.0</californium-version>