From 5117caf8a60d47980defac0030ecf8df2160d76a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2020 05:24:47 +0000 Subject: [PATCH] Bump rest-assured from 4.3.0 to 4.3.1 in /plugins/gradle/example-client Bumps [rest-assured](https://github.com/jayway/rest-assured) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/jayway/rest-assured/releases) - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt) - [Commits](https://github.com/jayway/rest-assured/compare/rest-assured-4.3.0...rest-assured-4.3.1) Signed-off-by: dependabot[bot] --- plugins/gradle/example-client/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gradle/example-client/build.gradle b/plugins/gradle/example-client/build.gradle index 1a74ef857..1d585b43d 100644 --- a/plugins/gradle/example-client/build.gradle +++ b/plugins/gradle/example-client/build.gradle @@ -32,7 +32,7 @@ dependencies { compileOnly "org.projectlombok:lombok:1.18.12" annotationProcessor "org.projectlombok:lombok:1.18.12" - testImplementation "io.rest-assured:rest-assured:4.3.0" + testImplementation "io.rest-assured:rest-assured:4.3.1" testImplementation "org.junit.jupiter:junit-jupiter-api:5.6.2" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.6.2" }