From 5e4d47363d75d005da0e79a52ecc2623e9f71a86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 14 Feb 2025 17:16:11 +0100 Subject: [PATCH] Upgrade to REST Assured 5.5.1 Closes gh-44285 --- 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 505f564741..7b8010c763 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1978,7 +1978,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"