Skip to content

Commit 188d110

Browse files
PerfectSlayersethsamuel
authored andcommitted
fix: Fix muzzle configuration for protobuf instrumentation (#7754)
1 parent e49af51 commit 188d110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-java-agent/instrumentation/protobuf/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ muzzle {
99
group = "com.google.protobuf"
1010
module = "protobuf-java"
1111
versions = "[2.0.0,)"
12-
skipVersions = ["2.0.1", "2.1.0", "2.2.0", "2.3.0", "2.4.1"]
12+
skipVersions = ["2.0.1", "2.0.3", "2.1.0", "2.2.0", "2.3.0", "2.4.0a", "2.4.1"]
1313
assertInverse = true
1414
}
1515
}

0 commit comments

Comments
 (0)