Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [1.7.0] - 2026-06-29

### Spring-data

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

Expand Down
2 changes: 1 addition & 1 deletion tarantool-spring-data/tarantool-spring-data-35/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<spring.boot.version>3.5.12</spring.boot.version>
<spring.boot.version>3.5.13</spring.boot.version>
<shared.dir>${project.parent.parent.basedir}/tarantool-shared-resources/</shared.dir>
<license.header.file>${project.parent.parent.basedir}/LICENSE_HEADER.txt</license.header.file>
</properties>
Expand Down
Loading