Skip to content

Commit

Permalink
FMWK-232 Update dependencies and version number (aerospike-community#209
Browse files Browse the repository at this point in the history
)
  • Loading branch information
agrgr authored Aug 24, 2023
1 parent 9124ee9 commit c7b3603
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ image:https://github.com/aerospike-community/spring-data-aerospike-starters/work

|===
|`spring-data-aerospike-starters` |`spring-data-aerospike` |`aerospike-client` |`aerospike-reactor-client`
|0.12.x
|4.5.x
|7.1.x
|7.0.x

|0.11.x
|4.4.x
|7.0.x
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</modules>

<properties>
<revision>0.11.0</revision>
<revision>0.12.0</revision>
<java.version>17</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
Expand All @@ -40,9 +40,9 @@
<maven.gpg.plugin.version>1.6</maven.gpg.plugin.version>
<flatten.maven.plugin.version>1.5.0</flatten.maven.plugin.version>

<spring-data-aerospike.version>4.4.0</spring-data-aerospike.version>
<spring-data-aerospike.version>4.5.0</spring-data-aerospike.version>
<aerospike-reactor-client.version>7.0.0</aerospike-reactor-client.version>
<aerospike-client.version>7.0.0</aerospike-client.version>
<aerospike-client.version>7.1.0</aerospike-client.version>

<spring-cloud-starter.version>4.0.4</spring-cloud-starter.version>
</properties>
Expand Down

0 comments on commit c7b3603

Please sign in to comment.