From 011095f23c5ab0b81ef0dcb74db1301682975fb9 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 16 Nov 2023 13:18:04 +0100 Subject: [PATCH] #2075 - Releasing Spring HATEOAS 1.5.6. --- pom.xml | 2 +- src/main/resources/changelog.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index bf10ddbd..f55823bd 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.hateoas spring-hateoas - 1.5.6-SNAPSHOT + 1.5.6 Spring HATEOAS https://github.com/spring-projects/spring-hateoas diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 2059122c..42c7902c 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -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.