From 1a4bf71c752666991f9affd7e07b30f900f1056a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 11:57:40 +0000 Subject: [PATCH] Bump io.rest-assured:rest-assured from 5.3.0 to 5.3.1 Bumps [io.rest-assured:rest-assured](https://github.com/rest-assured/rest-assured) from 5.3.0 to 5.3.1. - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt) - [Commits](https://github.com/rest-assured/rest-assured/compare/rest-assured-5.3.0...rest-assured-5.3.1) --- updated-dependencies: - dependency-name: io.rest-assured:rest-assured dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index fe7343b..297d0e7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ val hikariCpVersion = "5.0.1" val ktorFlywayVersion = "1.2.2" val logbackVersion = "1.4.8" val assertjVersion = "3.24.2" -val restAssuredVersion = "5.3.0" +val restAssuredVersion = "5.3.1" val junitVersion = "5.9.3" val postgresqlVersion = "42.6.0"