From d2cc6484cd00522371890bfea705156dbef1ce8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Apr 2022 14:11:38 +0000 Subject: [PATCH] chore(deps): bump commons-compiler from 3.1.3 to 3.1.7 Bumps commons-compiler from 3.1.3 to 3.1.7. --- 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 241f66c..bf93166 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.7' implementation group: 'io.art-framework.core', name: 'api', version: '4.5.4'