Skip to content

Commit bf7e7e7

Browse files
chore: release 7.1.0
Diff: v7.0.1...v7.1.0
1 parent 379b47d commit bf7e7e7

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

HISTORY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
| Version | Release date | Spring Boot compatibility |
44
|--------------------------|---------------|---------------------------|
5+
| [7.1.0](#710-2025-07-02) | July 2025 | " |
56
| [7.0.1](#701-2025-02-18) | February 2025 | " |
67
| [7.0.0](#700-2025-02-13) | February 2025 | `>= 3.4.0` |
78
| [6.0.4](#604-2024-04-03) | April 2024 | " |
@@ -22,6 +23,14 @@
2223

2324
# Release notes
2425

26+
## [7.1.0](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v7.0.1...v7.1.0) (2025-07-02)
27+
28+
`spring-boot-dependencies` was updated from version `3.4.0` (Nov 2024) to `3.5.3` (Jun 2025).
29+
30+
Note: version ranges in `<dependencyManagement>` are supported starting with Maven 4 (https://issues.apache.org/jira/browse/MNG-4463).
31+
32+
33+
2534
## [7.0.1](https://github.com/darrachequesne/spring-data-jpa-datatables/compare/v7.0.0...v7.0.1) (2025-02-18)
2635

2736

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public class UserRestController {
5959
<dependency>
6060
<groupId>com.github.darrachequesne</groupId>
6161
<artifactId>spring-data-jpa-datatables</artifactId>
62-
<version>7.0.1</version>
62+
<version>7.1.0</version>
6363
</dependency>
6464
```
6565

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.github.darrachequesne</groupId>
77
<artifactId>spring-data-jpa-datatables</artifactId>
8-
<version>7.0.1</version>
8+
<version>7.1.0</version>
99

1010
<name>Spring Data JPA for DataTables</name>
1111
<description>Spring Data JPA extension to work with the great jQuery plug-in DataTables (http://datatables.net/)</description>

0 commit comments

Comments
 (0)