diff --git a/pom.xml b/pom.xml
index a3a9f14..58768ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
net.thauvin.erik.mobibot
mobibot
- 0.8.0-rc+20250321233454
+ 0.8.0-rc+20250424113056
mobibot
@@ -24,7 +24,7 @@
org.apache.commons
commons-text
- 1.13.0
+ 1.13.1
compile
@@ -42,7 +42,7 @@
com.google.code.gson
gson
- 2.12.1
+ 2.13.1
compile
@@ -78,7 +78,7 @@
org.jetbrains.kotlinx
kotlinx-coroutines-core
- 1.10.1
+ 1.10.2
compile
diff --git a/src/bld/java/net/thauvin/erik/MobibotBuild.java b/src/bld/java/net/thauvin/erik/MobibotBuild.java
index 6ed1d06..08367ef 100644
--- a/src/bld/java/net/thauvin/erik/MobibotBuild.java
+++ b/src/bld/java/net/thauvin/erik/MobibotBuild.java
@@ -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.13.0"))
+ .include(dependency("com.google.code.gson", "gson", "2.13.1"))
.include(dependency("com.google.guava", "guava", "33.2.1-jre"))
// Kotlin
.include(dependency("org.jetbrains.kotlin", "kotlin-stdlib", kotlin))