Skip to content

Commit 5a4d2dd

Browse files
committed
Resolving common/check-latest-dep-test-overrides issue
1 parent ac95594 commit 5a4d2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/activej-http-6.0/javaagent/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ muzzle {
1313

1414
dependencies {
1515
library("io.activej:activej-http:6.0-rc2")
16-
latestDepTestLibrary("io.activej:activej-http:6.0-rc2")
16+
latestDepTestLibrary("io.activej:activej-http:6.0-rc2") // documented limitation
1717
}
1818

1919
otelJava {

0 commit comments

Comments
 (0)