From 8288c1edf526237cd9bf480c58a58005d58c563d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jun 2022 04:14:43 +0000 Subject: [PATCH] Bump bungeecord-chat from 1.12-SNAPSHOT to 1.19-R0.1-SNAPSHOT Bumps bungeecord-chat from 1.12-SNAPSHOT to 1.19-R0.1-SNAPSHOT. --- updated-dependencies: - dependency-name: net.md-5:bungeecord-chat dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e642f37d..a015b111 100644 --- a/build.gradle +++ b/build.gradle @@ -102,7 +102,7 @@ dependencies { compile 'commons-lang:commons-lang:2.6' // Is needed for plugin compatibility compile 'org.scala-lang.modules:scala-parser-combinators_2.11:1.0.1' compile 'org.scala-lang:scala-compiler:2.11.1' - compile 'net.md-5:bungeecord-chat:1.12-SNAPSHOT' + compile 'net.md-5:bungeecord-chat:1.19-R0.1-SNAPSHOT' compile 'org.xerial:sqlite-jdbc:3.25.2' compile 'mysql:mysql-connector-java:5.1.47' compile 'net.md-5:SpecialSource:1.8.5'