Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump com.aerospike:aerospike-client from 7.2.0 to 8.0.0 #1694

Draft
wants to merge 6 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions embedded-aerospike-enterprise/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<artifactId>embedded-aerospike-enterprise</artifactId>

<properties>
<aerospike-client.version>7.2.0</aerospike-client.version>
<aerospike-client.version>8.0.1</aerospike-client.version>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is Aerospike client 8.x compatible with Aerospike 6.x? Cannot find it here: https://aerospike.com/developer/client/client_matrix

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need waiting update client matrix version dependency from Aerospike team.

</properties>

<dependencies>
Expand All @@ -24,7 +24,7 @@
-->
<dependency>
<groupId>com.aerospike</groupId>
<artifactId>aerospike-client</artifactId>
<artifactId>aerospike-client-jdk8</artifactId>
<version>${aerospike-client.version}</version>
<scope>provided</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions embedded-aerospike/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<artifactId>embedded-aerospike</artifactId>

<properties>
<aerospike-client.version>7.2.0</aerospike-client.version>
<aerospike-client.version>8.0.1</aerospike-client.version>
</properties>

<dependencies>
Expand All @@ -24,7 +24,7 @@
-->
<dependency>
<groupId>com.aerospike</groupId>
<artifactId>aerospike-client</artifactId>
<artifactId>aerospike-client-jdk8</artifactId>
<version>${aerospike-client.version}</version>
<scope>provided</scope>
</dependency>
Expand Down
Loading