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

rzo1 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 cd2a9a735 #7953 - Bump byte-buddy.version from 1.16.1 to 1.17.0 (#7949)
cd2a9a735 is described below

commit cd2a9a735d7d173307255cb425ce9dc98045dba8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 4 15:38:46 2025 +0100

    #7953 - Bump byte-buddy.version from 1.16.1 to 1.17.0 (#7949)
    
    Bumps `byte-buddy.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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 993a384b0..fd0236920 100644
--- a/pom.xml
+++ b/pom.xml
@@ -157,7 +157,7 @@
         <activation-version>1.1.1</activation-version>
         <rocksdb-jni-version>9.10.0</rocksdb-jni-version>
         <json-smart.version>2.5.1</json-smart.version>
-        <byte-buddy.version>1.16.1</byte-buddy.version>
+        <byte-buddy.version>1.17.0</byte-buddy.version>
         <gson.version>2.11.0</gson.version>
 
         <!-- see intellij profile below... This fixes an annoyance with 
intellij -->

Reply via email to