From daec11b56a0f0b3d804d2fa1a5cb177d9872e840 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 10:08:11 +0000 Subject: [PATCH] Bump guardrail_2.12 from 0.64.2 to 0.64.3 Bumps [guardrail_2.12](https://github.com/twilio/guardrail) from 0.64.2 to 0.64.3. - [Release notes](https://github.com/twilio/guardrail/releases) - [Changelog](https://github.com/guardrail-dev/guardrail/blob/master/CHANGELOG.md) - [Commits](https://github.com/twilio/guardrail/compare/v0.64.2...v0.64.3) --- updated-dependencies: - dependency-name: com.twilio:guardrail_2.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1953e9d..d073fba 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ repositories { dependencies { implementation gradleApi() implementation localGroovy() - implementation "com.twilio:guardrail_2.12:0.64.2" + implementation "com.twilio:guardrail_2.12:0.64.3" testImplementation('org.spockframework:spock-core:1.3-groovy-2.5') { exclude module: 'groovy-all' }