This is an automated email from the ASF dual-hosted git repository.
rabreu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new cf0ffefee Bump byte-buddy.version from 1.17.6 to 1.17.7 (#8220)
cf0ffefee is described below
commit cf0ffefee1e5ac59ae5e0210c98a2c2acf85593e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 18 10:13:43 2025 +0100
Bump byte-buddy.version from 1.17.6 to 1.17.7 (#8220)
Bumps `byte-buddy.version` from 1.17.6 to 1.17.7.
Updates `net.bytebuddy:byte-buddy` from 1.17.6 to 1.17.7
- [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.6...byte-buddy-1.17.7)
Updates `net.bytebuddy:byte-buddy-agent` from 1.17.6 to 1.17.7
- [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.6...byte-buddy-1.17.7)
---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
dependency-version: 1.17.7
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: net.bytebuddy:byte-buddy-agent
dependency-version: 1.17.7
dependency-type: direct:production
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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 95dcd2a58..bee8b1e1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -156,7 +156,7 @@
<activation-version>1.1.1</activation-version>
<rocksdb-jni-version>10.2.1</rocksdb-jni-version>
<json-smart.version>2.6.0</json-smart.version>
- <byte-buddy.version>1.17.6</byte-buddy.version>
+ <byte-buddy.version>1.17.7</byte-buddy.version>
<gson.version>2.13.1</gson.version>
<!-- see intellij profile below... This fixes an annoyance with
intellij -->