diff --git a/pom.xml b/pom.xml
index 4bfef5a..8edcbdc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,14 +23,14 @@
org.junit
junit-bom
- 5.13.4
+ 6.0.0
pom
import
org.mockito
mockito-bom
- 5.19.0
+ 5.20.0
pom
import
@@ -49,19 +49,19 @@
ch.qos.logback
logback-classic
- 1.5.18
+ 1.5.19
test
com.google.code.gson
gson
- 2.13.1
+ 2.13.2
test
org.assertj
assertj-core
- 3.27.4
+ 3.27.6
test
@@ -107,7 +107,7 @@
org.apache.maven.plugins
maven-dependency-plugin
- 3.8.1
+ 3.9.0
@@ -132,7 +132,7 @@
org.apache.maven.plugins
maven-surefire-plugin
- 3.5.3
+ 3.5.4
@{argLine} -javaagent:${org.mockito:mockito-core:jar}
@@ -141,7 +141,7 @@
org.apache.maven.plugins
maven-failsafe-plugin
- 3.5.3
+ 3.5.4
@{argLine} -javaagent:${org.mockito:mockito-core:jar}
@@ -187,7 +187,7 @@
org.apache.maven.plugins
maven-compiler-plugin
- 3.14.0
+ 3.14.1
21