This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git
The following commit(s) were added to refs/heads/master by this push:
new 966742f21 RATIS-2620. Bump byte-buddy to 1.18.11 (#1512)
966742f21 is described below
commit 966742f21c62590d076450872e6470ed4aa4f46f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jul 25 08:43:34 2026 +0200
RATIS-2620. Bump byte-buddy to 1.18.11 (#1512)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index da6816ec6..0a778a409 100644
--- a/pom.xml
+++ b/pom.xml
@@ -195,7 +195,7 @@
<slf4j.version>2.0.18</slf4j.version>
<junit-bom.version>5.14.4</junit-bom.version>
<mockito.version>4.11.0</mockito.version>
- <byte-buddy.version>1.18.10</byte-buddy.version>
+ <byte-buddy.version>1.18.11</byte-buddy.version>
<jacoco.version>0.8.15</jacoco.version>
<flaky-test-groups>flaky |
org.apache.ratis.test.tag.FlakyTest</flaky-test-groups>