Skip to content

Commit c4cd018

Browse files
Bump net.dv8tion:JDA from 6.1.1 to 6.1.3
Bumps [net.dv8tion:JDA](https://github.com/discord-jda/JDA) from 6.1.1 to 6.1.3. - [Release notes](https://github.com/discord-jda/JDA/releases) - [Commits](discord-jda/JDA@v6.1.1...v6.1.3) --- updated-dependencies: - dependency-name: net.dv8tion:JDA dependency-version: 6.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent edd6df3 commit c4cd018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
modImplementation("net.fabricmc.fabric-api:fabric-api:${project.fabric_version}")
2222

2323
//Discord Bridge
24-
shadow implementation("net.dv8tion:JDA:6.1.1") { exclude module: 'opus-java' }
24+
shadow implementation("net.dv8tion:JDA:6.1.3") { exclude module: 'opus-java' }
2525

2626
//Javalin
2727
shadow implementation("io.javalin:javalin:6.7.0")

0 commit comments

Comments
 (0)