Skip to content

Commit 0b8d732

Browse files
smolaygree
andauthored
Exclude GraphQL 21 from the muzzle check (#5664)
Co-authored-by: Yury Gribkov <[email protected]>
1 parent 1dc80fd commit 0b8d732

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dd-java-agent/instrumentation/graphql-java-14.0/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ muzzle {
33
pass {
44
group = "com.graphql-java"
55
module = 'graphql-java'
6-
versions = '[14.0,2018)' // exclude dates as version numbers
6+
versions = '[14.0,21)'
77
// earlier versions are missing some classes and will require separate instrumentation
88
}
99
fail {
@@ -23,5 +23,5 @@ dependencies {
2323

2424
testImplementation project(':dd-java-agent:instrumentation:trace-annotation')
2525

26-
latestDepTestImplementation group: 'com.graphql-java', name: 'graphql-java', version: '[19+,2018)'
26+
latestDepTestImplementation group: 'com.graphql-java', name: 'graphql-java', version: '[19+,21)'
2727
}

0 commit comments

Comments
 (0)