Upgrade to Kotlin 2.0 + other deps

This commit is contained in:
NovaFox161
2024-09-14 13:40:32 -05:00
parent d4e98ff982
commit 5b8bc5116f
2 changed files with 8 additions and 8 deletions

View File

@@ -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

View File

@@ -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