File tree Expand file tree Collapse file tree
documentation/doc-src/pages/spring-data Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ You need to download and install the library according to the [instructions](INS
1818<dependency >
1919 <groupId >io.tarantool</groupId >
2020 <artifactId >tarantool-client</artifactId >
21- <version >1.6 .0</version >
21+ <version >1.7 .0</version >
2222</dependency >
2323```
2424
2525** Gradle:**
2626``` kotlin
2727dependencies {
28- implementation(" io.tarantool:tarantool-client:1.6 .0" )
28+ implementation(" io.tarantool:tarantool-client:1.7 .0" )
2929}
3030```
3131
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ using [Tarantool](https://www.tarantool.io) as a data store.
2727| :--------------------------:| :-----------------------------:| :-----------------------------------------------------------:|
2828| 1.5.x | 1.5.x | 2.7.18 / 3.1.12 / 3.2.12 / 3.3.13 / 3.4.11 |
2929| 1.6.x | 1.6.x | 2.7.18 / 3.1.12 / 3.2.12 / 3.3.13 / 3.4.13 / 3.5.8 |
30- | 1.7.x | 1.7.x | 2.7.18 / 3.1.12 / 3.2.12 / 3.3.13 / 3.4.13 / 3.5.11 / 4.0.5 |
30+ | 1.7.x | 1.7.x | 2.7.18 / 3.1.12 / 3.2.12 / 3.3.13 / 3.4.13 / 3.5.13 / 4.0.6 |
3131
3232### Tarantool Version and Supported Client Modules
3333
@@ -86,7 +86,7 @@ Include the module in your project as follows:
8686 <dependency >
8787 <groupId >org.springframework.boot</groupId >
8888 <artifactId >spring-boot-starter</artifactId >
89- <version >4.0.5 </version >
89+ <version >4.0.6 </version >
9090 </dependency >
9191 <dependency >
9292 <groupId >io.tarantool</groupId >
Original file line number Diff line number Diff line change 2727| :-------------------------:| :----------------------------:| :-----------------------------------------------------------:|
2828| 1.5.x | 1.5.x | 2.7.18 / 3.1.12 / 3.2.12 / 3.3.13 / 3.4.11 |
2929| 1.6.x | 1.6.x | 2.7.18 / 3.1.12 / 3.2.12 / 3.3.13 / 3.4.13 / 3.5.8 |
30- | 1.7.x | 1.7.x | 2.7.18 / 3.1.12 / 3.2.12 / 3.3.13 / 3.4.13 / 3.5.11 / 4.0.5 |
30+ | 1.7.x | 1.7.x | 2.7.18 / 3.1.12 / 3.2.12 / 3.3.13 / 3.4.13 / 3.5.13 / 4.0.6 |
3131
3232### Версия Tarantool и поддерживаемые модули-клиенты
3333
@@ -86,7 +86,7 @@ Tarantool можно найти
8686 <dependency >
8787 <groupId >org.springframework.boot</groupId >
8888 <artifactId >spring-boot-starter</artifactId >
89- <version >4.0.5 </version >
89+ <version >4.0.6 </version >
9090 </dependency >
9191 <dependency >
9292 <groupId >io.tarantool</groupId >
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ data storage.
2929| 1.4.x | 1.4.x | 2.7.18 / 3.1.10 / 3.2.4 / 3.3.13 / 3.4.10 |
3030| 1.5.x | 1.5.x | 2.7.18 / 3.1.12 / 3.2.12 / 3.3.13 / 3.4.11 |
3131| 1.6.x | 1.6.x | 2.7.18 / 3.1.12 / 3.2.12 / 3.3.13 / 3.4.13 / 3.5.8 |
32- | 1.7.x | 1.7.x | 2.7.18 / 3.1.12 / 3.2.12 / 3.3.13 / 3.4.13 / 3.5.11 / 4.0.5 |
32+ | 1.7.x | 1.7.x | 2.7.18 / 3.1.12 / 3.2.12 / 3.3.13 / 3.4.13 / 3.5.13 / 4.0.6 |
3333
3434### Tarantool Version and Supported Client Modules
3535
You can’t perform that action at this time.
0 commit comments