Skip to content

Commit 97e408a

Browse files
committed
chore: update spring 3.5 version to avoid security issue
1 parent 5f8ca31 commit 97e408a

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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

tarantool-spring-data/tarantool-spring-data-35/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
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>
@@ -28,5 +28,10 @@
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>

0 commit comments

Comments
 (0)