From f12f712ab9fc5b4a1f7597137dfe11edc10d4b2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 14 Feb 2025 17:13:01 +0100 Subject: [PATCH] Upgrade to REST Assured 5.5.1 Closes gh-44281 --- 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 e7bcf74788a..29b9e62eda1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1889,7 +1889,7 @@ bom { releaseNotes("https://github.com/reactor/reactor/releases/tag/{version}") } } - library("REST Assured", "5.5.0") { + library("REST Assured", "5.5.1") { group("io.rest-assured") { imports = [ "rest-assured-bom"