Skip to content

Commit

Permalink
dep: APPS-833 update vulnerable aerospike-java-client to 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdogmcsteezy committed Aug 6, 2023
1 parent bd9ac8a commit 633dcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ buildscript {
ext {
springBootVersion = "2.7.11"
httpclientVersion = "4.5.14"
aerospikeClientVersion = findProperty("aerospikeClientVersion") ?: "6.1.9"
aerospikeClientVersion = findProperty("aerospikeClientVersion") ?: "7.0.0"
set('snakeyaml.version', '2.0') // Can be removed after upgrading to springboot 3.x
}
if (findProperty("aerospikeUseLocal")) {
Expand Down

0 comments on commit 633dcec

Please sign in to comment.