From 1e6c69c656d5d466c1712fb9cdb6c6f644b1aea1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2019 05:15:29 +0000 Subject: [PATCH] Bump trident from 1.1.0 to 2.0.0 Bumps [trident](https://github.com/ClubObsidian/trident) from 1.1.0 to 2.0.0. - [Release notes](https://github.com/ClubObsidian/trident/releases) - [Commits](https://github.com/ClubObsidian/trident/compare/1.1.0...2.0.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..c428d78 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ dependencies { compile 'org.slf4j:slf4j-log4j12:1.7.25' compile 'org.jline:jline:3.10.0' compile 'org.pf4j:pf4j:2.5.0' - compile 'com.github.clubobsidian:trident:1.1.0' + compile 'com.github.clubobsidian:trident:2.0.0' compile 'com.github.clubobsidian:wrappy:1.8.0' compile 'com.google.inject:guice:4.2.2' testCompile 'junit:junit:4.12'