Skip to content

Commit b150a5f

Browse files
Merge pull request #2300 from newrelic/Cap-graphql-23
Cap graphql-java-22.0 after verify instrumentation failures
2 parents 528cfc3 + ccd3213 commit b150a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/graphql-java-22.0/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ java {
2222
}
2323

2424
verifyInstrumentation {
25-
passesOnly 'com.graphql-java:graphql-java:[22.0,)'
25+
passesOnly 'com.graphql-java:graphql-java:[22.0,23.0)'
2626
excludeRegex 'com.graphql-java:graphql-java:(0.0.0|201|202).*'
2727
excludeRegex 'com.graphql-java:graphql-java:.*(vTEST|-beta|-alpha1|-nf-execution|-rc|-TEST).*'
2828
}

0 commit comments

Comments
 (0)