We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d3098 commit 605333bCopy full SHA for 605333b
application/build.gradle
@@ -46,7 +46,7 @@ dependencies {
46
implementation project(':utils')
47
implementation project(':formatter')
48
49
- implementation 'net.dv8tion:JDA:5.0.0-beta.21'
+ implementation 'net.dv8tion:JDA:5.1.0'
50
51
implementation 'org.apache.logging.log4j:log4j-core:2.23.0'
52
runtimeOnly 'org.apache.logging.log4j:log4j-slf4j18-impl:2.18.0'
build.gradle
@@ -1,8 +1,8 @@
1
plugins {
2
id 'java'
3
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"
+ id "org.sonarqube" version "5.1.0.4882"
+ id "name.remal.sonarlint" version "4.2.8"
6
}
7
8
group 'org.togetherjava'
0 commit comments