From 9c96e8cc88b07dff7e3552d7e465a9903c384203 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 18:26:55 +0100 Subject: [PATCH] Upgrade to REST Assured 5.0.1 Closes gh-30967 --- 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 40ca19f2d1..3cfbb8065c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1153,7 +1153,7 @@ bom { ] } } - library("REST Assured", "5.0.0") { + library("REST Assured", "5.0.1") { group("io.rest-assured") { modules = [ "json-path",