From 025e3372b781c04657ae1f27ae978412fccc11da Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jul 2021 14:25:25 +0200 Subject: [PATCH] Upgrade to REST Assured 4.4.0 Closes gh-27293 --- 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 e54fb5cd6d..927655f26f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1426,7 +1426,7 @@ bom { ] } } - library("REST Assured", "4.3.3") { + library("REST Assured", "4.4.0") { group("io.rest-assured") { modules = [ "json-path",