Skip to content

Commit

Permalink
Merge pull request #2130 from newrelic/fix-verifier
Browse files Browse the repository at this point in the history
Cap kafka-clients-metrics-3.7.0 at version 3.9.0
  • Loading branch information
jasonjkeller authored Nov 8, 2024
2 parents 4acef47 + 2f2810f commit fc20423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instrumentation/kafka-clients-metrics-3.7.0/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jar {
}

verifyInstrumentation {
passesOnly 'org.apache.kafka:kafka-clients:[3.7.0,)'
passesOnly 'org.apache.kafka:kafka-clients:[3.7.0,3.9.0)'
}

site {
Expand Down

0 comments on commit fc20423

Please sign in to comment.