From eadbe7eda4fde77856be0b0deacd21016787c898 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2020 20:32:16 +0000 Subject: [PATCH] Bump forbiddenapis from 3.0 to 3.1 Bumps [forbiddenapis](https://github.com/policeman-tools/forbidden-apis) from 3.0 to 3.1. - [Release notes](https://github.com/policeman-tools/forbidden-apis/releases) - [Commits](https://github.com/policeman-tools/forbidden-apis/compare/3.0...3.1) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d334852..bf2c702 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { } dependencies { classpath "com.diffplug.spotless:spotless-plugin-gradle:4.5.1" - classpath "de.thetaphi:forbiddenapis:3.0" + classpath "de.thetaphi:forbiddenapis:3.1" classpath "de.aaschmid:gradle-cpd-plugin:1.0" classpath "io.spring.gradle:dependency-management-plugin:1.0.4.RELEASE" classpath "jp.classmethod.aws:gradle-aws-plugin:0.41"