diff --git a/build.gradle b/build.gradle index f78f966..625200d 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ group = 'info.itsthesky' // Semantic Versioning def major = '4' def minor = '18' -def patch = '0' +def patch = '1' def channel = '' def channelVersion = '' @@ -34,7 +34,7 @@ dependencies { // Commits: com.github.dv8fromtheworld:jda // Stable: net.dv8tion:JDA - implementation 'net.dv8tion:JDA:5.0.1' + implementation 'net.dv8tion:JDA:5.1.0' // Class manipulation implementation 'net.bytebuddy:byte-buddy:1.11.22'