From 0c32ce4214c6a7ce024aa538a5b3565da5a035c7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 17:29:20 +0200 Subject: [PATCH] Upgrade to REST Assured 5.3.1 Closes gh-35999 --- 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 c87930053e..c86cf586bc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1209,7 +1209,7 @@ bom { ] } } - library("REST Assured", "5.3.0") { + library("REST Assured", "5.3.1") { group("io.rest-assured") { imports = [ "rest-assured-bom"