diff options
author | Joffrey Bion <joffrey.bion@gmail.com> | 2023-02-01 18:53:02 +0100 |
---|---|---|
committer | Joffrey Bion <joffrey.bion@gmail.com> | 2023-04-30 01:45:33 +0200 |
commit | 219bd182127fceabde1186c93cb538aa978113a3 (patch) | |
tree | c89bbf6a4a3bae808810c6dbff73de1404cb22cd | |
parent | Upgrade Gradle Wrapper to 8.1.1 (diff) | |
download | seven-wonders-219bd182127fceabde1186c93cb538aa978113a3.tar.gz seven-wonders-219bd182127fceabde1186c93cb538aa978113a3.tar.bz2 seven-wonders-219bd182127fceabde1186c93cb538aa978113a3.zip |
Upgrade to Krossbow 5.1.0 and Kotlinx Serialization 1.5.0
-rw-r--r-- | gradle/libs.versions.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9a044571..69ed05b9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,8 +3,8 @@ [versions] kotlinx-coroutines = "1.6.4" -kotlinx-serialization = "1.4.1" -krossbow = "4.4.0" +kotlinx-serialization = "1.5.0" +krossbow = "5.1.0" logback-classic = "1.2.11" ## ⬆ = "1.3.0" # requires SLF4J 2, which requires Spring Boot 3.0.0 (not there yet) ## ⬆ = "1.3.1" # requires SLF4J 2, which requires Spring Boot 3.0.0 (not there yet) |