Skip to content

Commit 6c8da4d

Browse files
authored
Improve comment for mule instrumentation (#8772)
1 parent 13eba48 commit 6c8da4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dd-java-agent/instrumentation/mule-4/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ configurations.all {
7979
force libs.logback.classic
8080
force libs.logback.core
8181

82-
// force specific version of byte-buddy for all configurations
82+
// mule depends specifically on byte-buddy 1.14
83+
// https://docs.mulesoft.com/release-notes/mule-runtime/mule-4.5.0-release-notes
8384
force 'net.bytebuddy:byte-buddy:1.14.18'
8485
}
8586
}

0 commit comments

Comments
 (0)