File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ### Dependencies
6+
7+ - Import ` spring-boot-dependencies ` BOM in ` tarantool-spring-data ` parent POM.
8+ - Bump spring-boot version from 3.5.13 to 3.5.16 in tarantool-spring-data-35
9+
510## [ 1.7.0] - 2026-06-29
611
712### Spring-data
Original file line number Diff line number Diff line change 6060 <type >pom</type >
6161 <scope >import</scope >
6262 </dependency >
63+ <dependency >
64+ <groupId >org.springframework.boot</groupId >
65+ <artifactId >spring-boot-dependencies</artifactId >
66+ <version >${spring.boot.version} </version >
67+ <type >pom</type >
68+ <scope >import</scope >
69+ </dependency >
6370 </dependencies >
6471 </dependencyManagement >
6572
7077 <artifactId >tarantool-client</artifactId >
7178 </dependency >
7279
73- <!-- spring data key value module-->
80+ <!-- spring data key value module (version managed by spring-boot-dependencies BOM) -->
7481 <dependency >
7582 <groupId >org.springframework.data</groupId >
7683 <artifactId >spring-data-keyvalue</artifactId >
77- <version >${spring.boot.version} </version >
7884 </dependency >
7985
8086 <!-- application.properties processor -->
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 >
You can’t perform that action at this time.
0 commit comments