Skip to content

Commit

Permalink
Capping verification of spring-webflux-6.0.0 module
Browse files Browse the repository at this point in the history
  • Loading branch information
meiao committed Nov 17, 2023
1 parent 4bc6b2e commit 0bbb9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instrumentation/spring-webflux-6.0.0/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jar {
}

verifyInstrumentation {
passesOnly('org.springframework:spring-webflux:[6.0.0,)')
passesOnly('org.springframework:spring-webflux:[6.0.0,6.1.0)')
excludeRegex '.*.M[0-9]'
excludeRegex '.*.RC[0-9]'
}
Expand Down

0 comments on commit 0bbb9b5

Please sign in to comment.