Skip to content

Commit

Permalink
Merge pull request #9 from aerospike/v5.1.11
Browse files Browse the repository at this point in the history
Upgrade Aerospike Java client to 5.1.11
  • Loading branch information
reugn authored Dec 21, 2021
2 parents 742553c + 1812684 commit 7be4371
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<name>aerospike-client-java-reactive</name>
<description>aerospike-client-java-reactive</description>
<url>https://github.com/aerospike/aerospike-client-java-reactive</url>
<version>5.1.8</version>
<version>5.1.11</version>
<packaging>pom</packaging>

<modules>
Expand All @@ -29,7 +29,7 @@
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>

<aerospike-client.version>5.1.8</aerospike-client.version>
<aerospike-client.version>5.1.11</aerospike-client.version>
<netty.version>4.1.68.Final</netty.version>
<commons-cli.version>1.4</commons-cli.version>
<junit.version>4.13.2</junit.version>
Expand Down
4 changes: 2 additions & 2 deletions reactor-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.aerospike</groupId>
<artifactId>aerospike-client-java-reactive</artifactId>
<version>5.1.8</version>
<version>5.1.11</version>
</parent>
<artifactId>aerospike-reactor-client</artifactId>
<packaging>jar</packaging>
Expand All @@ -19,7 +19,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<reactor.version>3.4.10</reactor.version>
<reactor.version>3.4.13</reactor.version>
<assertj.version>3.21.0</assertj.version>
<netcrusher.version>0.10</netcrusher.version>

Expand Down

0 comments on commit 7be4371

Please sign in to comment.