This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.2 by this push:
new 5dd3861aac Bump bytebuddy.version from 1.14.9 to 1.14.10 (#13421)
5dd3861aac is described below
commit 5dd3861aacc67261553632b32a87daca010175af
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 29 21:20:22 2023 +0800
Bump bytebuddy.version from 1.14.9 to 1.14.10 (#13421)
Bumps `bytebuddy.version` from 1.14.9 to 1.14.10.
Updates `net.bytebuddy:byte-buddy` from 1.14.9 to 1.14.10
- [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.9...byte-buddy-1.14.10)
Updates `net.bytebuddy:byte-buddy-agent` from 1.14.9 to 1.14.10
- [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.9...byte-buddy-1.14.10)
---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: net.bytebuddy:byte-buddy-agent
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
dubbo-spring-boot/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dubbo-spring-boot/pom.xml b/dubbo-spring-boot/pom.xml
index 323c8e6db6..06e68f168f 100644
--- a/dubbo-spring-boot/pom.xml
+++ b/dubbo-spring-boot/pom.xml
@@ -43,7 +43,7 @@
<!-- Fix the bug of log4j
refer:https://github.com/apache/logging-log4j2/pull/608 -->
<log4j2_version>2.20.0</log4j2_version>
<!-- Spring boot buddy is lower than the delivery dependency package
version and can only show the defined dependency version -->
- <byte-buddy.version>1.14.9</byte-buddy.version>
+ <byte-buddy.version>1.14.10</byte-buddy.version>
</properties>
<dependencyManagement>