From cd4d13ee575a40017212270ed60cab1a834e6efe Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 05:19:52 +0000 Subject: [PATCH] Bump trident from 1.1.0 to 2.0.1 Bumps [trident](https://github.com/ClubObsidian/trident) from 1.1.0 to 2.0.1. - [Release notes](https://github.com/ClubObsidian/trident/releases) - [Commits](https://github.com/ClubObsidian/trident/compare/1.1.0...2.0.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 ec36c87..e775ae9 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.1' compile 'com.github.clubobsidian:wrappy:1.8.0' compile 'com.google.inject:guice:4.2.2' testCompile 'junit:junit:4.12'