From 272133ce84f485f2f1bc0f0157cb00246392f4e2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Nov 2022 15:03:57 +0100 Subject: [PATCH] Upgrade to REST Assured 5.2.1 Closes gh-33310 --- 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 2cd5eb61c193..a2ff46f5ac0c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1164,7 +1164,7 @@ bom { ] } } - library("REST Assured", "5.2.0") { + library("REST Assured", "5.2.1") { group("io.rest-assured") { imports = [ "rest-assured-bom"