Skip to content

Commit 6b1e43c

Browse files
authored
FMWK-223 Update dependencies and version number (#615)
1 parent f5eaebd commit 6b1e43c

File tree

6 files changed

+31
-31
lines changed

6 files changed

+31
-31
lines changed

README.adoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,23 +56,23 @@ Data Aerospike - Projections]
5656
[width="100%",cols="<24%,<14%,<18%,<26%,<18%",options="header",]
5757
|===
5858
|Spring Data Aerospike |Spring Boot |Aerospike Client |Aerospike Reactor Client |Aerospike Server
59-
|4.3.x |3.1.x |6.1.x |6.1.x |5.2.x.x +
59+
|4.3.x, 4.4.x |3.1.x |6.1.x |6.1.x |5.2.x.x +
6060

61-
|4.2.x |3.0.x |6.1.x |6.1.x |5.2.x.x +
61+
|4.2.x |3.0.x |6.1.x |6.1.x |5.2.x.x +
6262

63-
|4.1.x |3.0.x |6.1.x |6.1.x |5.2.x.x +
63+
|4.1.x |3.0.x |6.1.x |6.1.x |5.2.x.x +
6464

65-
|3.5.x |2.7.x |6.1.x |6.1.x |5.2.x.x +
65+
|3.5.x |2.7.x |6.1.x |6.1.x |5.2.x.x +
6666

67-
|3.4.x |2.6.x |5.1.x |5.1.x |5.2.x.x +
67+
|3.4.x |2.6.x |5.1.x |5.1.x |5.2.x.x +
6868

69-
|3.3.x |2.5.x |5.1.x |5.1.x |5.2.x.x +
69+
|3.3.x |2.5.x |5.1.x |5.1.x |5.2.x.x +
7070

71-
|3.2.x |2.5.x |5.1.x |5.0.x |5.2.x.x +
71+
|3.2.x |2.5.x |5.1.x |5.0.x |5.2.x.x +
7272

73-
|3.0.x, 3.1.x |2.5.x |5.1.x |5.0.x |
73+
|3.0.x, 3.1.x |2.5.x |5.1.x |5.0.x |
7474

75-
|2.5.x |2.5.x |4.4.x |4.4.x |
75+
|2.5.x |2.5.x |4.4.x |4.4.x |
7676

7777
|2.4.2.RELEASE |2.3.x |4.4.x |4.4.x |
7878

@@ -94,7 +94,7 @@ Add the Maven dependency:
9494
<dependency>
9595
<groupId>com.aerospike</groupId>
9696
<artifactId>spring-data-aerospike</artifactId>
97-
<version>4.3.0</version>
97+
<version>4.4.0</version>
9898
</dependency>
9999
----
100100

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.aerospike</groupId>
88
<artifactId>spring-data-aerospike</artifactId>
9-
<version>4.3.0</version>
9+
<version>4.4.0</version>
1010
<name>Spring Data Aerospike</name>
1111
<organization>
1212
<name>Aerospike Inc.</name>
@@ -16,29 +16,29 @@
1616
<parent>
1717
<groupId>org.springframework.data.build</groupId>
1818
<artifactId>spring-data-parent</artifactId>
19-
<version>3.1.1</version>
19+
<version>3.1.2</version>
2020
</parent>
2121

2222
<properties>
2323
<java.version>17</java.version>
2424
<maven.compiler.source>${java.version}</maven.compiler.source>
2525
<maven.compiler.target>${java.version}</maven.compiler.target>
2626
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
27-
<springdata.commons>3.1.1</springdata.commons>
28-
<springdata.keyvalue>3.1.1</springdata.keyvalue>
27+
<springdata.commons>3.1.2</springdata.commons>
28+
<springdata.keyvalue>3.1.2</springdata.keyvalue>
2929
<spring-cloud-starter-bootstrap>4.0.3</spring-cloud-starter-bootstrap>
3030
<spring-boot-starter-test>3.1.0</spring-boot-starter-test>
3131
<maven.javadoc.plugin>3.3.0</maven.javadoc.plugin>
3232
<maven.gpg.plugin>1.6</maven.gpg.plugin>
3333
<aerospike-client>7.0.0</aerospike-client>
34-
<aerospike-reactor-client>6.1.2</aerospike-reactor-client>
34+
<aerospike-reactor-client>7.0.0</aerospike-reactor-client>
3535
<reactor-test>3.5.7</reactor-test>
3636
<embedded-aerospike>2.3.2</embedded-aerospike>
3737
<jodatime>2.12.5</jodatime>
3838
<lombok>1.18.28</lombok>
3939
<awaitility>4.2.0</awaitility>
40-
<logback.test>1.4.6</logback.test>
41-
<hibernate.validator>8.0.0.Final</hibernate.validator>
40+
<logback.test>1.4.11</logback.test>
41+
<hibernate.validator>8.0.1.Final</hibernate.validator>
4242
</properties>
4343

4444
<licenses>

src/main/asciidoc/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Spring Data Aerospike - Documentation
22
:doctype: book
3-
:revnumber: 4.3.0
3+
:revnumber: 4.4.0
44
:revdate: {localdate}
55
:toc:
66
:toc-placement!:

src/main/asciidoc/reference/aerospike.adoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Then add the following to `pom.xml` dependencies section.
3131
<dependency>
3232
<groupId>com.aerospike</groupId>
3333
<artifactId>spring-data-aerospike</artifactId>
34-
<version>4.3.0</version>
34+
<version>4.4.0</version>
3535
</dependency>
3636
3737
</dependencies>
@@ -43,23 +43,23 @@ You can either set up Spring Boot or Spring application. Basic setup of Spring B
4343
[width="100%",cols="<24%,<14%,<18%,<26%,<18%",options="header",]
4444
|===
4545
|Spring Data Aerospike |Spring Boot |Aerospike Client |Aerospike Reactor Client |Aerospike Server
46-
|4.3.x |3.1.x |6.1.x |6.1.x |5.2.x.x +
46+
|4.3.x, 4.4.x |3.1.x |6.1.x |6.1.x |5.2.x.x +
4747

48-
|4.2.x |3.0.x |6.1.x |6.1.x |5.2.x.x +
48+
|4.2.x |3.0.x |6.1.x |6.1.x |5.2.x.x +
4949

50-
|4.1.x |3.0.x |6.1.x |6.1.x |5.2.x.x +
50+
|4.1.x |3.0.x |6.1.x |6.1.x |5.2.x.x +
5151

52-
|3.5.x |2.7.x |6.1.x |6.1.x |5.2.x.x +
52+
|3.5.x |2.7.x |6.1.x |6.1.x |5.2.x.x +
5353

54-
|3.4.x |2.6.x |5.1.x |5.1.x |5.2.x.x +
54+
|3.4.x |2.6.x |5.1.x |5.1.x |5.2.x.x +
5555

56-
|3.3.x |2.5.x |5.1.x |5.1.x |5.2.x.x +
56+
|3.3.x |2.5.x |5.1.x |5.1.x |5.2.x.x +
5757

58-
|3.2.x |2.5.x |5.1.x |5.0.x |5.2.x.x +
58+
|3.2.x |2.5.x |5.1.x |5.0.x |5.2.x.x +
5959

60-
|3.0.x, 3.1.x |2.5.x |5.1.x |5.0.x |
60+
|3.0.x, 3.1.x |2.5.x |5.1.x |5.0.x |
6161

62-
|2.5.x |2.5.x |4.4.x |4.4.x |
62+
|2.5.x |2.5.x |4.4.x |4.4.x |
6363

6464
|2.4.2.RELEASE |2.3.x |4.4.x |4.4.x |
6565

src/main/asciidoc/reference/getting-started.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ To use Spring Data Aerospike in your project, the first step is to add it to you
99
<dependency>
1010
<groupId>com.aerospike</groupId>
1111
<artifactId>spring-data-aerospike</artifactId>
12-
<version>4.3.0</version>
12+
<version>4.4.0</version>
1313
</dependency>
1414
----
1515

1616
For Gradle:
1717

1818
[source, text]
1919
----
20-
implementation group: 'com.aerospike', name: 'spring-data-aerospike', version: '4.3.0'
20+
implementation group: 'com.aerospike', name: 'spring-data-aerospike', version: '4.4.0'
2121
----
2222

2323
== Connecting to Aerospike DB

src/main/asciidoc/reference/indexed-annotation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[indexed-annotation]]
22
= Indexed Annotation
33

4-
The `@Indexed` annotation allows to create secondary index on a specific field of a Java object.
4+
The `@Indexed` annotation allows to create secondary index based on a specific field of a Java object.
55
For the details on secondary indexes in Aerospike see <<secondary-indexes, Secondary Indexes>>.
66

77
The annotation allows to specify the following parameters:

0 commit comments

Comments
 (0)