Skip to content

Commit fa52b4d

Browse files
committed
remove exclusin on kafka 4 as it's 'included' in the limit on spring test
1 parent abb4501 commit fa52b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-java-agent/instrumentation/kafka-clients-3.8/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ muzzle {
55
pass {
66
group = "org.apache.kafka"
77
module = "kafka-clients"
8-
versions = "[3.8.0,4.0.0)"
8+
versions = "[3.8.0,)"
99
assertInverse = true
1010
javaVersion = "17"
1111
}

0 commit comments

Comments
 (0)