#2075 - Releasing Spring HATEOAS 1.5.6.

This commit is contained in:
Oliver Drotbohm
2023-11-16 13:18:04 +01:00
parent 060225ed97
commit 011095f23c
2 changed files with 1 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
<groupId>org.springframework.hateoas</groupId>
<artifactId>spring-hateoas</artifactId>
<version>1.5.6-SNAPSHOT</version>
<version>1.5.6</version>
<name>Spring HATEOAS</name>
<url>https://github.com/spring-projects/spring-hateoas</url>

View File

@@ -4,7 +4,6 @@ Spring HATEOAS Changelog
Changes in version 1.5.6 (2023-11-16)
----------------------------------------
- #2074 - Upgrade to Lombok 1.18.30.
- #2073 - Upgrade to Mockk 1.12.8.
- #2072 - Upgrade to Reactor 2020.0.38.
- #2071 - Upgrade to Spring Framework 5.3.31.
- #2043 - UriTemplate.with(…) should not only append variables at the end.