diff --git a/pom.xml b/pom.xml
index 8f401a87..e15fbc52 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.5.6
+ 3.5.8
au.org.aodn.ogcapi
@@ -115,13 +115,18 @@
jackson-databind-nullable
0.2.6
-
- org.testcontainers
- elasticsearch
- 1.21.3
- pom
- import
-
+
+ org.testcontainers
+ testcontainers-bom
+ 2.0.3
+ pom
+ import
+
+
+ commons-io
+ commons-io
+ 2.21.0
+
org.ehcache
@@ -168,7 +173,7 @@
org.apache.logging.log4j
log4j-layout-template-json
- 2.24.3
+ 2.25.3
diff --git a/server/pom.xml b/server/pom.xml
index 7f5c80c9..2237b46b 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -20,6 +20,10 @@
+
+ commons-io
+ commons-io
+
software.amazon.awssdk
batch
@@ -201,7 +205,7 @@
org.testcontainers
- elasticsearch
+ testcontainers-elasticsearch
test
@@ -221,11 +225,6 @@
1.5.0
test
-
- commons-io
- commons-io
- 2.11.0
-