From 676dce5f49413653d2873d59a50445b580825ec5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 07:15:00 +0000 Subject: [PATCH] Bump guardrail_2.12 from 0.63.0 to 0.64.0 Bumps [guardrail_2.12](https://github.com/twilio/guardrail) from 0.63.0 to 0.64.0. - [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.63.0...v0.64.0) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9350205..ada62fa 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ repositories { dependencies { implementation gradleApi() implementation localGroovy() - implementation "com.twilio:guardrail_2.12:0.63.0" + implementation "com.twilio:guardrail_2.12:0.64.0" testImplementation('org.spockframework:spock-core:1.3-groovy-2.5') { exclude module: 'groovy-all' }