From b935d740ddc610ce62d9945e83143fc888bad6ce Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 Jan 2021 05:34:06 +0000 Subject: [PATCH] Bump pf4j from 2.5.0 to 3.6.0 Bumps [pf4j](https://github.com/pf4j/pf4j) from 2.5.0 to 3.6.0. - [Release notes](https://github.com/pf4j/pf4j/releases) - [Changelog](https://github.com/pf4j/pf4j/blob/master/CHANGELOG.md) - [Commits](https://github.com/pf4j/pf4j/compare/release-2.5.0...release-3.6.0) 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 ec36c87..5fd7403 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ dependencies { compile 'org.slf4j:slf4j-api:1.7.25' compile 'org.slf4j:slf4j-log4j12:1.7.25' compile 'org.jline:jline:3.10.0' - compile 'org.pf4j:pf4j:2.5.0' + compile 'org.pf4j:pf4j:3.6.0' compile 'com.github.clubobsidian:trident:1.1.0' compile 'com.github.clubobsidian:wrappy:1.8.0' compile 'com.google.inject:guice:4.2.2'