Bump Gson to version 2.13.0

This commit is contained in:
Erik C. Thauvin 2025-04-13 13:30:30 -07:00
parent 491f451acb
commit ef9bbe6e1f
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

@ -92,7 +92,7 @@ public class MobibotBuild extends Project {
.include(dependency("commons-codec", "commons-codec", "1.18.0"))
.include(dependency("commons-net", "commons-net", "3.11.1"))
// Google
.include(dependency("com.google.code.gson", "gson", "2.12.1"))
.include(dependency("com.google.code.gson", "gson", "2.13.0"))
.include(dependency("com.google.guava", "guava", "33.2.1-jre"))
// Kotlin
.include(dependency("org.jetbrains.kotlin", "kotlin-stdlib", kotlin))