Skip to content

Commit 72b3d3b

Browse files
author
Tomasz Kaczmarzyk
committed
updated readme
1 parent 746a89a commit 72b3d3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1409,7 +1409,7 @@ This project has been maintained since 2014. A lot has changed in Java and Sprin
14091409
14101410
| specification-arg-resolver version | JDK requirements | Spring requirements |
14111411
|------------------------------------|------------------|-----------------------------------------------------------------------------------------|
1412-
| `v4.X` | `17` or higher | Compiled and tested against Spring Boot `4.0.0.M1` |
1412+
| `v4.X` | `17` or higher | Compiled and tested against Spring Boot `4.0.0` |
14131413
| `v3.X` | `17` or higher | Compiled and tested against Spring Boot `3.X` |
14141414
| `v2.X` | `1.8` or higher | Compiled and tested against Spring Boot `2.7.7` |
14151415
| `v1.1.1` (or older) | `1.7` or higher | Compiled and tested against Spring Boot `1.x`; confirmed to work with Spring boot `2.x` |
@@ -1426,7 +1426,7 @@ Specification argument resolver is available in the Maven Central:
14261426
<dependency>
14271427
<groupId>net.kaczmarzyk</groupId>
14281428
<artifactId>specification-arg-resolver</artifactId>
1429-
<version>3.2.1</version>
1429+
<version>4.0.0</version>
14301430
</dependency>
14311431
```
14321432

0 commit comments

Comments
 (0)