File tree Expand file tree Collapse file tree
tarantool-spring-data/tarantool-spring-data-35 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ### Dependencies
6+
7+ - Pin ` spring-data-keyvalue ` to 3.5.13 in ` tarantool-spring-data-35 ` (parent defaults
8+ it to ` ${spring.boot.version} ` = 3.5.16, which does not exist on Maven Central)
9+ - Bump spring-boot version from 3.5.13 to 3.5.16 in tarantool-spring-data-35
10+
511## [ 1.7.0] - 2026-06-29
612
713### Spring-data
Original file line number Diff line number Diff line change 1818 <properties >
1919 <maven .compiler.source>17</maven .compiler.source>
2020 <maven .compiler.target>17</maven .compiler.target>
21- <spring .boot.version>3.5.13 </spring .boot.version>
21+ <spring .boot.version>3.5.16 </spring .boot.version>
2222 <shared .dir>${project.parent.parent.basedir} /tarantool-shared-resources/</shared .dir>
2323 <license .header.file>${project.parent.parent.basedir} /LICENSE_HEADER.txt</license .header.file>
2424 </properties >
2828 <groupId >io.tarantool</groupId >
2929 <artifactId >tarantool-spring-data-core</artifactId >
3030 </dependency >
31+ <dependency >
32+ <groupId >org.springframework.data</groupId >
33+ <artifactId >spring-data-keyvalue</artifactId >
34+ <version >3.5.13</version >
35+ </dependency >
3136 </dependencies >
3237</project >
You can’t perform that action at this time.
0 commit comments