From b1eda5a15f1839e20830bce5751d01f8d5b58d42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Aug 2021 14:06:00 +0000 Subject: [PATCH] chore(deps): bump commons-compiler from 3.1.3 to 3.1.6 Bumps [commons-compiler](https://github.com/janino-compiler/janino) from 3.1.3 to 3.1.6. - [Release notes](https://github.com/janino-compiler/janino/releases) - [Commits](https://github.com/janino-compiler/janino/commits/v3.1.6) --- updated-dependencies: - dependency-name: org.codehaus.janino:commons-compiler 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 ddfdfc9..c7ce1b5 100644 --- a/build.gradle +++ b/build.gradle @@ -86,7 +86,7 @@ dependencies { implementation 'com.djrapitops:Plan-api:5.1-R0.4' implementation 'org.codehaus.janino:janino:3.1.3' - implementation group: 'org.codehaus.janino', name: 'commons-compiler', version: '3.1.3' + implementation group: 'org.codehaus.janino', name: 'commons-compiler', version: '3.1.6' implementation group: 'io.art-framework.core', name: 'api', version: '4.5.4'