From 2b60e6b014baea245d307c15623ce3c5d3c5cbcc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 6 Feb 2023 13:20:11 +0000 Subject: [PATCH] Upgrade to REST Assured 5.3.0 Closes gh-34107 --- 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 0b1eb1e98a..c62ee05aab 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1148,7 +1148,7 @@ bom { ] } } - library("REST Assured", "5.2.1") { + library("REST Assured", "5.3.0") { group("io.rest-assured") { imports = [ "rest-assured-bom"