diff --git a/labs/unicorn-location-api/UnicornLocationFunction/pom.xml b/labs/unicorn-location-api/UnicornLocationFunction/pom.xml
index 4fc239e6..1a11e2ee 100644
--- a/labs/unicorn-location-api/UnicornLocationFunction/pom.xml
+++ b/labs/unicorn-location-api/UnicornLocationFunction/pom.xml
@@ -27,7 +27,7 @@
org.junit.jupiter
junit-jupiter
- 5.13.1
+ 6.0.2
test
diff --git a/labs/unicorn-location-api/final/unicorn-location-api-final/UnicornLocationFunction/pom.xml b/labs/unicorn-location-api/final/unicorn-location-api-final/UnicornLocationFunction/pom.xml
index 5a1c3aed..c175b4e3 100644
--- a/labs/unicorn-location-api/final/unicorn-location-api-final/UnicornLocationFunction/pom.xml
+++ b/labs/unicorn-location-api/final/unicorn-location-api-final/UnicornLocationFunction/pom.xml
@@ -17,7 +17,7 @@
software.amazon.awssdk
dynamodb
- 2.31.50
+ 2.39.6
software.amazon.awssdk
@@ -32,12 +32,12 @@
software.amazon.awssdk
aws-crt-client
- 2.31.50
+ 2.39.6
com.amazonaws
aws-lambda-java-runtime-interface-client
- 2.8.6
+ 2.9.0
com.amazonaws
@@ -53,7 +53,7 @@
com.fasterxml.jackson.jr
jackson-jr-objects
- 2.19.1
+ 2.21.0
@@ -70,7 +70,7 @@
org.junit.jupiter
junit-jupiter
- 5.13.1
+ 6.0.2
test
@@ -83,7 +83,7 @@
org.apache.maven.plugins
maven-shade-plugin
- 3.6.0
+ 3.6.1
package
@@ -104,7 +104,7 @@
org.graalvm.buildtools
native-maven-plugin
- 0.11.2
+ 0.11.4
true
diff --git a/labs/unicorn-stock-broker/pom.xml b/labs/unicorn-stock-broker/pom.xml
index dc45985e..bf490f19 100644
--- a/labs/unicorn-stock-broker/pom.xml
+++ b/labs/unicorn-stock-broker/pom.xml
@@ -4,7 +4,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.5.0
+ 4.0.0
com.unicorn
UnicornStockBroker
@@ -16,8 +16,8 @@
25
UTF-8
UTF-8
- 2025.0.0
- 2.31.50
+ 2025.1.0
+ 2.39.6
@@ -103,7 +103,7 @@
org.junit.jupiter
junit-jupiter
- 5.13.1
+ 6.0.2
test
diff --git a/labs/unicorn-store/infrastructure/cdk/pom.xml b/labs/unicorn-store/infrastructure/cdk/pom.xml
index 12be0676..4dc4e1b1 100644
--- a/labs/unicorn-store/infrastructure/cdk/pom.xml
+++ b/labs/unicorn-store/infrastructure/cdk/pom.xml
@@ -10,8 +10,8 @@
UTF-8
UTF-8
- 2.225.0
- 5.13.1
+ 2.239.0
+ 6.0.2
@@ -19,7 +19,7 @@
org.apache.maven.plugins
maven-compiler-plugin
- 3.14.0
+ 3.15.0
17
17
@@ -29,7 +29,7 @@
org.codehaus.mojo
exec-maven-plugin
- 3.6.2
+ 3.6.3
com.unicorn.UnicornStoreApp
diff --git a/labs/unicorn-store/infrastructure/db-setup/pom.xml b/labs/unicorn-store/infrastructure/db-setup/pom.xml
index ea748de1..30513aa2 100644
--- a/labs/unicorn-store/infrastructure/db-setup/pom.xml
+++ b/labs/unicorn-store/infrastructure/db-setup/pom.xml
@@ -8,7 +8,7 @@
AWS Lambda function to setup the Amazon RDS Instance
- 2.31.50
+ 2.39.6
@@ -45,7 +45,7 @@
org.postgresql
postgresql
- 42.7.7
+ 42.7.9
com.amazonaws
@@ -70,7 +70,7 @@
com.fasterxml.jackson.jr
jackson-jr-objects
- 2.19.1
+ 2.21.0
@@ -79,7 +79,7 @@
org.apache.maven.plugins
maven-shade-plugin
- 3.6.0
+ 3.6.1
db-setup
@@ -96,7 +96,7 @@
org.apache.maven.plugins
maven-compiler-plugin
- 3.14.0
+ 3.15.0
17
17
diff --git a/labs/unicorn-store/software/alternatives/unicorn-audit-service/pom.xml b/labs/unicorn-store/software/alternatives/unicorn-audit-service/pom.xml
index 93e2fce2..da4e5e2e 100644
--- a/labs/unicorn-store/software/alternatives/unicorn-audit-service/pom.xml
+++ b/labs/unicorn-store/software/alternatives/unicorn-audit-service/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.5.0
+ 4.0.0
com.unicorn
@@ -34,7 +34,7 @@
software.amazon.awssdk
dynamodb
- 2.31.50
+ 2.39.6
software.amazon.awssdk
@@ -49,7 +49,7 @@
software.amazon.awssdk
aws-crt-client
- 2.31.50
+ 2.39.6
com.amazonaws
@@ -63,7 +63,7 @@
org.springframework.cloud
spring-cloud-dependencies
- 2025.0.0
+ 2025.1.0
pom
import
diff --git a/labs/unicorn-store/software/alternatives/unicorn-store-micronaut/pom.xml b/labs/unicorn-store/software/alternatives/unicorn-store-micronaut/pom.xml
index 3bd38265..7327bf65 100644
--- a/labs/unicorn-store/software/alternatives/unicorn-store-micronaut/pom.xml
+++ b/labs/unicorn-store/software/alternatives/unicorn-store-micronaut/pom.xml
@@ -10,7 +10,7 @@
io.micronaut.platform
micronaut-parent
- 4.10.0
+ 4.10.8
jar
@@ -29,7 +29,7 @@
software.amazon.awssdk
bom
- 2.31.50
+ 2.39.6
pom
import
diff --git a/labs/unicorn-store/software/alternatives/unicorn-store-quarkus/pom.xml b/labs/unicorn-store/software/alternatives/unicorn-store-quarkus/pom.xml
index 3ada64c1..cf6f1641 100644
--- a/labs/unicorn-store/software/alternatives/unicorn-store-quarkus/pom.xml
+++ b/labs/unicorn-store/software/alternatives/unicorn-store-quarkus/pom.xml
@@ -7,13 +7,13 @@
1.0.0
- 3.14.0
+ 3.15.0
true
25
25
UTF-8
UTF-8
- 3.24.3
+ 3.31.3
@@ -21,7 +21,7 @@
software.amazon.awssdk
bom
- 2.31.50
+ 2.39.6
pom
import
diff --git a/labs/unicorn-store/software/alternatives/unicorn-store-spring-graalvm/pom.xml b/labs/unicorn-store/software/alternatives/unicorn-store-spring-graalvm/pom.xml
index 830f0a6f..ff0a5cdb 100644
--- a/labs/unicorn-store/software/alternatives/unicorn-store-spring-graalvm/pom.xml
+++ b/labs/unicorn-store/software/alternatives/unicorn-store-spring-graalvm/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.5.0
+ 4.0.0
com.unicorn
@@ -32,7 +32,7 @@
software.amazon.awssdk
eventbridge
- 2.31.50
+ 2.39.6
software.amazon.awssdk
@@ -47,7 +47,7 @@
software.amazon.awssdk
aws-crt-client
- 2.31.50
+ 2.39.6
@@ -59,7 +59,7 @@
org.postgresql
postgresql
- 42.7.7
+ 42.7.9
@@ -79,7 +79,7 @@
org.apache.maven.plugins
maven-shade-plugin
- 3.6.0
+ 3.6.1
false
true
diff --git a/labs/unicorn-store/software/unicorn-store-spring/pom.xml b/labs/unicorn-store/software/unicorn-store-spring/pom.xml
index 9c7a6b13..83b207de 100644
--- a/labs/unicorn-store/software/unicorn-store-spring/pom.xml
+++ b/labs/unicorn-store/software/unicorn-store-spring/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.5.0
+ 4.0.0
com.unicorn
@@ -28,10 +28,14 @@
org.springframework.boot
spring-boot-starter-web
+
+ org.springframework.boot
+ spring-boot-jackson2
+
software.amazon.awssdk
eventbridge
- 2.31.50
+ 2.39.6
software.amazon.awssdk
@@ -46,7 +50,7 @@
software.amazon.awssdk
aws-crt-client
- 2.31.50
+ 2.39.6
@@ -70,7 +74,7 @@
org.postgresql
postgresql
- 42.7.7
+ 42.7.9
@@ -79,7 +83,7 @@
org.apache.maven.plugins
maven-shade-plugin
- 3.6.0
+ 3.6.1
false