Skip to content

Commit 516f548

Browse files
committed
Upgrade bytebuddy for Java 25 & 26 support
1 parent d43d273 commit 516f548

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
java-version: 8
1515
distribution: adopt-hotspot
1616

17-
- name: Set up JDK 14 for build
17+
- name: Set up JDK 24 for build
1818
uses: actions/setup-java@v3
1919
with:
20-
java-version: 14
20+
java-version: 24
2121
distribution: adopt-hotspot
2222

2323
- name: Build & test the agent standalone

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ configurations {
2929
}
3030

3131
dependencies {
32-
implementation group: 'net.bytebuddy', name: 'byte-buddy-dep', version: '1.15.4'
32+
implementation group: 'net.bytebuddy', name: 'byte-buddy-dep', version: '1.17.8'
3333
// byte buddy contains references to jna classes and without them the r8Jar step fails
3434
compileOnly group: 'net.java.dev.jna', name: 'jna', version: '5.8.0'
3535

0 commit comments

Comments
 (0)