We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 064fda9 commit 7b18b2eCopy full SHA for 7b18b2e
1 file changed
dd-java-agent/instrumentation/jackson-core/jackson-core-common/build.gradle
@@ -3,6 +3,7 @@ muzzle {
3
group = 'com.fasterxml.jackson.core'
4
module = 'jackson-core'
5
versions = "[2.0.0,)"
6
+ skipVersions = ['2.22.0'] // missing in Maven Central
7
assertInverse = true
8
}
9
@@ -11,6 +12,7 @@ muzzle {
11
12
13
module = 'jackson-databind'
14
15
16
17
18
0 commit comments