From 8731e777d836b1b59e9dcb3d24daccf25bbd1b24 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 12 May 2023 08:54:25 +0200 Subject: [PATCH 1/2] Upgrade to Spring HATEOAS 2.0.4 Closes gh-35325 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 91ecff4b95..b153defb91 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1370,7 +1370,7 @@ bom { ] } } - library("Spring HATEOAS", "2.0.4-SNAPSHOT") { + library("Spring HATEOAS", "2.0.4") { group("org.springframework.hateoas") { modules = [ "spring-hateoas" From 8a0c405150ade35efa54ac6649535399ad087d9c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 12 May 2023 08:54:31 +0200 Subject: [PATCH 2/2] Upgrade to Spring LDAP 3.0.3 Closes gh-35404 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index b153defb91..3946c35ee4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1392,7 +1392,7 @@ bom { ] } } - library("Spring LDAP", "3.0.2") { + library("Spring LDAP", "3.0.3") { group("org.springframework.ldap") { modules = [ "spring-ldap-core",