Skip to content

Commit

Permalink
Merge branch 'master' into alejandro.gonzalez/IW_application_vulns
Browse files Browse the repository at this point in the history
  • Loading branch information
jandro996 committed Jan 8, 2024
2 parents fa6e860 + 5bf1b2f commit 83ef086
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dd-java-agent/instrumentation/aerospike-4/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ muzzle {
pass {
group = 'com.aerospike'
module = 'aerospike-client'
versions = "[4,)"
versions = "[4,8)"
skipVersions += "4.4.19" // bad release
}
}
Expand All @@ -17,7 +17,7 @@ dependencies {
testImplementation group: 'com.aerospike', name: 'aerospike-client', version: '4.0.0'
testImplementation deps.testcontainers

latestDepTestImplementation group: 'com.aerospike', name: 'aerospike-client', version: '+'
latestDepTestImplementation group: 'com.aerospike', name: 'aerospike-client', version: '7.+'
}

tasks.withType(Test).configureEach {
Expand Down

0 comments on commit 83ef086

Please sign in to comment.