From 30634fa6a3353977ed4bd1c61adfa54f2e9d982e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 12:29:20 -0400 Subject: [PATCH] Bump rest-assured from 5.3.0 to 5.3.1 in /plugins/maven/example-client (#1255) Bumps [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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- plugins/maven/example-client/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/maven/example-client/pom.xml b/plugins/maven/example-client/pom.xml index b43a598d..61b022df 100644 --- a/plugins/maven/example-client/pom.xml +++ b/plugins/maven/example-client/pom.xml @@ -180,7 +180,7 @@ io.rest-assured rest-assured - 5.3.0 + 5.3.1 org.junit.jupiter -- GitLab