Skip to content

Commit

Permalink
Bump bytebuddy.version from 1.13.0 to 1.14.0 (#11733)
Browse files Browse the repository at this point in the history
Bumps `bytebuddy.version` from 1.13.0 to 1.14.0.

Updates `byte-buddy` from 1.13.0 to 1.14.0
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.13.0...byte-buddy-1.14.0)

Updates `byte-buddy-agent` from 1.13.0 to 1.14.0
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.13.0...byte-buddy-1.14.0)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: net.bytebuddy:byte-buddy-agent
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 6, 2023
1 parent cbc1161 commit 66d6ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dubbo-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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.13.0</byte-buddy.version>
<byte-buddy.version>1.14.0</byte-buddy.version>
<micrometer-core.version>1.10.4</micrometer-core.version>
</properties>

Expand Down

0 comments on commit 66d6ffd

Please sign in to comment.