mirror of
https://github.com/DreamExposure/DisCal-Discord-Bot.git
synced 2026-01-25 05:18:27 -06:00
Upgrade to Kotlin 2.0 + other deps
This commit is contained in:
@@ -89,7 +89,7 @@ allprojects {
|
||||
implementation("org.springframework.boot:spring-boot-starter-actuator")
|
||||
|
||||
// Database
|
||||
implementation("io.asyncer:r2dbc-mysql")
|
||||
implementation("io.asyncer:r2dbc-mysql:1.3.0") // TODO: Remove hard coded version once spring includes this in bom as it is a breaking change
|
||||
implementation("com.mysql:mysql-connector-j")
|
||||
|
||||
// Serialization
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
# Language
|
||||
kotlinVersion=1.9.23
|
||||
kotlinVersion=2.0.20
|
||||
|
||||
# Plugins
|
||||
springDependencyManagementVersion=1.1.4
|
||||
jibVersion=3.4.1
|
||||
gitPropertiesVersion=2.4.1
|
||||
springDependencyManagementVersion=1.1.6
|
||||
jibVersion=3.4.3
|
||||
gitPropertiesVersion=2.4.2
|
||||
|
||||
# Buildscript tooling
|
||||
kotlinPoetVersion=1.16.0
|
||||
kotlinPoetVersion=1.18.1
|
||||
|
||||
# Discord
|
||||
discord4jVersion=3.2.6
|
||||
@@ -15,10 +15,10 @@ discord4jStoresVersion=3.2.2
|
||||
discordWebhookVersion=0.8.4
|
||||
|
||||
# Spring
|
||||
springVersion=3.2.3
|
||||
springVersion=3.3.3
|
||||
|
||||
# Serialization
|
||||
kotlinxSerializationJsonVersion=1.6.3
|
||||
kotlinxSerializationJsonVersion=1.7.2
|
||||
orgJsonVersion=20240303
|
||||
|
||||
# Observability
|
||||
|
||||
Reference in New Issue
Block a user