From 8cf5510f26c785da752148fc56f3560184b0e8d8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 23 Dec 2020 11:24:46 +0100 Subject: [PATCH] Upgrade to REST Assured 4.2.1 Closes gh-22303 --- 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 b3bcaaeea32..14d6934a73f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1328,7 +1328,7 @@ bom { ] } } - library("REST Assured", "3.3.0") { + library("REST Assured", "4.2.1") { group("io.rest-assured") { modules = [ "json-path",