Skip to content

Commit

Permalink
Update instrumentation range for mssql
Browse files Browse the repository at this point in the history
  • Loading branch information
IshikaDawda committed Dec 17, 2024
1 parent 1320c15 commit 991f8a2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions instrumentation-security/jdbc-sqlserver/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ jar {
}

verifyInstrumentation {
passes("com.microsoft.sqlserver:mssql-jdbc:[0,12.7.0)")
excludeRegex(".*jre9.*")
excludeRegex(".*jre1\\d.*")
excludeRegex(".*preview.*")
passes("com.microsoft.sqlserver:mssql-jdbc:[0,)")
exclude("com.microsoft.sqlserver:mssql-jdbc:12.7.0")
excludeRegex(".*jre7-preview")
verifyClasspath = false
}

Expand Down

0 comments on commit 991f8a2

Please sign in to comment.