From 1ccec6ee15a9e3511c6e0c6bf291a18874aead03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 05:28:41 +0000 Subject: [PATCH] Bump io.rest-assured:rest-assured from 5.4.0 to 5.5.0 Bumps [io.rest-assured:rest-assured](https://github.com/rest-assured/rest-assured) from 5.4.0 to 5.5.0. - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt) - [Commits](https://github.com/rest-assured/rest-assured/compare/rest-assured-5.4.0...rest-assured-5.5.0) --- updated-dependencies: - dependency-name: io.rest-assured:rest-assured dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0d2d2ef..f011bb2 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ repositories { dependencies { implementation 'org.aeonbits.owner:owner:1.0.12' - implementation 'io.rest-assured:rest-assured:5.4.0' + implementation 'io.rest-assured:rest-assured:5.5.0' implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0' implementation 'com.univocity:univocity-parsers:2.9.1' implementation 'org.slf4j:slf4j-api:2.0.13'