Skip to content

Commit 77acd87

Browse files
Apply suggestion from @bitterpanda63
1 parent f2f9794 commit 77acd87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agent/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
dependencies {
77
implementation project(':agent_api')
8-
implementation 'net.bytebuddy:byte-buddy:1.18.8'
8+
implementation 'net.bytebuddy:byte-buddy:1.15.11'
99
// Compile only for interface types :
1010
compileOnly 'jakarta.servlet:jakarta.servlet-api:6.1.0' // spring 3 -> jakarta
1111
compileOnly 'javax.servlet:javax.servlet-api:4.0.1' // spring 2 -> javax

0 commit comments

Comments
 (0)