Skip to content

Commit 6281744

Browse files
amarzialiPerfectSlayer
authored andcommitted
adjust muzzle for vertx-mysql-client
1 parent 9eafda9 commit 6281744

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dd-java-agent/instrumentation/vertx-mysql-client-4.0/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ muzzle {
55
pass {
66
group = 'io.vertx'
77
module = 'vertx-mysql-client'
8-
versions = '[4.0.0,5.0.0)'
8+
versions = '[4.0.0,)'
99
assertInverse = true
1010
}
1111
}

dd-java-agent/instrumentation/vertx-mysql-client-4.4.2/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ muzzle {
55
pass {
66
group = 'io.vertx'
77
module = 'vertx-mysql-client'
8-
versions = '[4.4.2,4.6.0)'
8+
versions = '[4.4.2,)'
99
assertInverse = true
1010
}
1111
}

0 commit comments

Comments
 (0)