Update dependencies

This commit is contained in:
Vankka 2023-05-18 11:55:05 +03:00
parent ec6b15aad2
commit 9ff2683a78
No known key found for this signature in database
GPG Key ID: 6E50CB7A29B96AD0

View File

@ -56,9 +56,9 @@ dependencyResolutionManagement {
library('findbugs-annotations', 'com.google.code.findbugs', 'jsr305').version('3.0.2')
// JDA
library('jda', 'net.dv8tion', 'JDA').version('5.0.0-beta.2')
library('jda', 'net.dv8tion', 'JDA').version('5.0.0-beta.9')
library('okhttp', 'com.squareup.okhttp3', 'okhttp').version {
prefer '3.12.13'
prefer '3.14.9'
reject '[4,)' // Kotlin
}
@ -67,19 +67,19 @@ dependencyResolutionManagement {
// Apache commons
library('commons-lang', 'org.apache.commons', 'commons-lang3').version('3.12.0')
library('commons-io', 'commons-io', 'commons-io').version('2.10.0')
library('commons-io', 'commons-io', 'commons-io').version('2.11.0')
// Caffeine
library('caffeine', 'com.github.ben-manes.caffeine', 'caffeine').version {
prefer '2.9.2'
prefer '2.9.3'
reject '[3,)' // Java 11
}
// DynamicProxy
library('dynamicproxy', 'dev.vankka', 'dynamicproxy').version('1.0.0-SNAPSHOT')
library('dynamicproxy', 'dev.vankka', 'dynamicproxy').version('1.0.0')
// Jackson
library('jackson-databind', 'com.fasterxml.jackson.core', 'jackson-databind').version('2.10.1')
library('jackson-databind', 'com.fasterxml.jackson.core', 'jackson-databind').version('2.14.2')
// Config(urate)
version('configurate', '4.1.2')
@ -115,24 +115,24 @@ dependencyResolutionManagement {
library('log4j-core', 'org.apache.logging.log4j', 'log4j-core').version('2.0-beta9')
// Adventure
version('adventure', '4.10.1')
version('adventure', '4.13.1')
library('adventure-api', 'net.kyori', 'adventure-api').versionRef('adventure')
library('adventure-serializer-plain', 'net.kyori', 'adventure-text-serializer-plain').versionRef('adventure')
library('adventure-serializer-legacy', 'net.kyori', 'adventure-text-serializer-legacy').versionRef('adventure')
library('adventure-serializer-gson', 'net.kyori', 'adventure-text-serializer-gson').versionRef('adventure')
// Adventure Platform
version('adventure-platform', '4.1.0')
version('adventure-platform', '4.3.0')
library('adventure-platform-bukkit', 'net.kyori', 'adventure-platform-bukkit').versionRef('adventure-platform')
library('adventure-platform-bungee', 'net.kyori', 'adventure-platform-bungeecord').versionRef('adventure-platform')
library('adventure-serializer-bungee', 'net.kyori', 'adventure-text-serializer-bungeecord').versionRef('adventure-platform')
// MCDiscordReserializer & EnhancedLegacyText
library('mcdiscordreserializer', 'dev.vankka', 'mcdiscordreserializer').version('4.3.0')
library('enhancedlegacytext', 'dev.vankka', 'enhancedlegacytext').version('1.0.0-SNAPSHOT')
library('enhancedlegacytext', 'dev.vankka', 'enhancedlegacytext').version('1.0.0')
// JUnit
version('junit', '5.8.2')
version('junit', '5.9.2')
library('jupiter-api', 'org.junit.jupiter', 'junit-jupiter-api').versionRef('junit')
library('jupiter-engine', 'org.junit.jupiter', 'junit-jupiter-engine').versionRef('junit')
}