From 1fa6985311c9ab2350c7d752f696004281225949 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Sep 2022 15:35:11 +0200 Subject: [PATCH] Upgrade to REST Assured 5.2.0 Closes gh-32371 --- 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 85fd94b096..bbf784c7fa 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1223,7 +1223,7 @@ bom { ] } } - library("REST Assured", "5.1.1") { + library("REST Assured", "5.2.0") { group("io.rest-assured") { imports = [ "rest-assured-bom"