We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d43d273 commit b125776Copy full SHA for b125776
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up JDK 14 for build
18
uses: actions/setup-java@v3
19
with:
20
- java-version: 14
+ java-version: 26
21
distribution: adopt-hotspot
22
23
- name: Build & test the agent standalone
build.gradle
@@ -29,7 +29,7 @@ configurations {
29
}
30
31
dependencies {
32
- implementation group: 'net.bytebuddy', name: 'byte-buddy-dep', version: '1.15.4'
+ implementation group: 'net.bytebuddy', name: 'byte-buddy-dep', version: '1.17.8'
33
// byte buddy contains references to jna classes and without them the r8Jar step fails
34
compileOnly group: 'net.java.dev.jna', name: 'jna', version: '5.8.0'
35
0 commit comments