Skip to content

Commit 605333b

Browse files
committed
.
1 parent 55d3098 commit 605333b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

application/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646
implementation project(':utils')
4747
implementation project(':formatter')
4848

49-
implementation 'net.dv8tion:JDA:5.0.0-beta.21'
49+
implementation 'net.dv8tion:JDA:5.1.0'
5050

5151
implementation 'org.apache.logging.log4j:log4j-core:2.23.0'
5252
runtimeOnly 'org.apache.logging.log4j:log4j-slf4j18-impl:2.18.0'

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
plugins {
22
id 'java'
33
id "com.diffplug.spotless" version "6.25.0"
4-
id "org.sonarqube" version "5.0.0.4638"
5-
id "name.remal.sonarlint" version "4.2.4"
4+
id "org.sonarqube" version "5.1.0.4882"
5+
id "name.remal.sonarlint" version "4.2.8"
66
}
77

88
group 'org.togetherjava'

0 commit comments

Comments
 (0)