Skip to content

Commit 4cc2c8b

Browse files
committed
chore(release): prepare release 1.7.0
- Bump spring-boot from 3.5.12 to 3.5.13 in tarantool-spring-data-35 - Prepare CHANGELOG.md for release
1 parent 6912215 commit 4cc2c8b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [1.7.0] - 2026-06-29
6+
57
### Spring-data
68

79
- Add `tarantool-spring-data-40` module with support for Spring Boot 4.0.x and Spring Data 4.0.x
@@ -45,7 +47,7 @@
4547
* Bump netty version from 4.2.7.Final to 4.2.15.Final
4648
* Bump httpclient5 version from 5.5 to 5.5.2
4749
* Bump httpcore5 version from 5.3.4 to 5.4.2
48-
* Bump spring-boot version from 3.5.8 to 3.5.12 in tarantool-spring-data-35
50+
* Bump spring-boot version from 3.5.8 to 3.5.13 in tarantool-spring-data-35
4951
* Add spring-boot version 4.0.6 in tarantool-spring-data-40
5052
* Bump micrometer version from 1.16.4 to 1.16.5
5153

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

Lines changed: 1 addition & 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.12</spring.boot.version>
21+
<spring.boot.version>3.5.13</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>

0 commit comments

Comments
 (0)