Compare commits

..

2 Commits

Author SHA1 Message Date
dedc26a68c
Merge branch 'hotfix/2.0.3' 2023-03-29 22:27:24 +02:00
64d88a8af4
Fix audio bug with jda update 2023-03-29 22:27:18 +02:00
2 changed files with 4 additions and 1 deletions

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"java.configuration.updateBuildConfiguration": "automatic"
}

View File

@ -45,7 +45,7 @@ dependencies {
implementation('io.jsonwebtoken:jjwt-jackson:0.11.5')
implementation('com.sedmelluq:lavaplayer:1.3.78')
implementation('net.dv8tion:JDA:4.4.0_352')
implementation('net.dv8tion:JDA:4.4.1_353')
implementation(platform("org.apache.logging.log4j:log4j-bom:2.18.0"))
implementation group: 'org.hibernate', name: 'hibernate-validator', version: '7.0.4.Final'