Skip to content

Commit

Permalink
fix: Merge pull request #40 from aerospike/snyk-fix-88e6d5e6af1070412…
Browse files Browse the repository at this point in the history
…419b11ebe0ffc87

fix: [Snyk] Security upgrade com.aerospike:aerospike-client from 6.1.7 to 7.0.0
  • Loading branch information
dwelch-spike committed Aug 7, 2023
2 parents 7feaae7 + afce742 commit 9615b86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<a name="Dependencies"></a>
## Dependencies
Following dependencies are downloaded automatically:
* Aerospike Java client 6.1.6 or greater
* Aerospike Java client 7.0.0 or greater
* Apache commons cli 1.2
* Log4j 2.17.1
* Junit 4.4
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.aerospike</groupId>
<artifactId>aerospike-load</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
<name>Aerospike DSV Loader</name>
<packaging>jar</packaging>

Expand Down Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>com.aerospike</groupId>
<artifactId>aerospike-client</artifactId>
<version>6.1.7</version>
<version>7.0.0</version>
</dependency>
<!-- Apache command line parser. -->
<dependency>
Expand Down

0 comments on commit 9615b86

Please sign in to comment.