diff --git a/pom.xml b/pom.xml
index d9b3181d0..b3f1aa8ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
com.google.cloud.tools
jib-maven-plugin
- 3.4.3
+ 3.4.4
org.apache.maven.plugins
diff --git a/src/ledger/balancereader/pom.xml b/src/ledger/balancereader/pom.xml
index e30e3713f..347a192f4 100644
--- a/src/ledger/balancereader/pom.xml
+++ b/src/ledger/balancereader/pom.xml
@@ -28,7 +28,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.3.4
+ 3.3.5
@@ -43,7 +43,7 @@
com.google.cloud
spring-cloud-gcp-dependencies
- 5.6.1
+ 5.8.0
pom
import
@@ -57,14 +57,14 @@
com.google.cloud
libraries-bom
- 26.47.0
+ 26.50.0
pom
import
io.micrometer
micrometer-bom
- 1.13.4
+ 1.14.0
pom
import
@@ -95,7 +95,7 @@
io.micrometer
micrometer-registry-stackdriver
- 1.13.4
+ 1.14.0
ch.qos.logback
@@ -139,12 +139,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.18.0
+ 2.18.1
io.lettuce
lettuce-core
- 6.4.0.RELEASE
+ 6.5.0.RELEASE
com.auth0
@@ -160,7 +160,7 @@
org.mockito
mockito-core
- 5.14.1
+ 5.14.2
test
@@ -175,7 +175,7 @@
com.google.cloud.tools
jib-maven-plugin
- 3.4.3
+ 3.4.4
eclipse-temurin:17.0.4.1_1-jre-alpine@sha256:e1506ba20f0cb2af6f23e24c7f8855b417f0b085708acd9b85344a884ba77767
@@ -192,12 +192,12 @@
org.apache.maven.plugins
maven-surefire-plugin
- 3.5.0
+ 3.5.2
org.apache.maven.plugins
maven-checkstyle-plugin
- 3.5.0
+ 3.6.0
org.jacoco
diff --git a/src/ledger/ledgerwriter/pom.xml b/src/ledger/ledgerwriter/pom.xml
index d34fc0dfa..5988de66f 100644
--- a/src/ledger/ledgerwriter/pom.xml
+++ b/src/ledger/ledgerwriter/pom.xml
@@ -28,7 +28,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.3.4
+ 3.3.5
@@ -43,7 +43,7 @@
com.google.cloud
spring-cloud-gcp-dependencies
- 5.6.1
+ 5.8.0
pom
import
@@ -57,14 +57,14 @@
com.google.cloud
libraries-bom
- 26.47.0
+ 26.50.0
pom
import
io.micrometer
micrometer-bom
- 1.13.4
+ 1.14.0
pom
import
@@ -95,7 +95,7 @@
io.micrometer
micrometer-registry-stackdriver
- 1.13.4
+ 1.14.0
ch.qos.logback
@@ -129,12 +129,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.18.0
+ 2.18.1
io.lettuce
lettuce-core
- 6.4.0.RELEASE
+ 6.5.0.RELEASE
com.auth0
@@ -150,7 +150,7 @@
org.mockito
mockito-core
- 5.14.1
+ 5.14.2
test
@@ -165,7 +165,7 @@
com.google.cloud.tools
jib-maven-plugin
- 3.4.3
+ 3.4.4
eclipse-temurin:17.0.4.1_1-jre-alpine@sha256:e1506ba20f0cb2af6f23e24c7f8855b417f0b085708acd9b85344a884ba77767
@@ -182,12 +182,12 @@
org.apache.maven.plugins
maven-surefire-plugin
- 3.5.0
+ 3.5.2
org.apache.maven.plugins
maven-checkstyle-plugin
- 3.5.0
+ 3.6.0
org.jacoco
diff --git a/src/ledger/transactionhistory/pom.xml b/src/ledger/transactionhistory/pom.xml
index 7800d082d..9bce17732 100644
--- a/src/ledger/transactionhistory/pom.xml
+++ b/src/ledger/transactionhistory/pom.xml
@@ -28,7 +28,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.3.4
+ 3.3.5
@@ -43,7 +43,7 @@
com.google.cloud
spring-cloud-gcp-dependencies
- 5.6.1
+ 5.8.0
pom
import
@@ -57,14 +57,14 @@
com.google.cloud
libraries-bom
- 26.47.0
+ 26.50.0
pom
import
io.micrometer
micrometer-bom
- 1.13.4
+ 1.14.0
pom
import
@@ -95,7 +95,7 @@
io.micrometer
micrometer-registry-stackdriver
- 1.13.4
+ 1.14.0
ch.qos.logback
@@ -139,12 +139,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.18.0
+ 2.18.1
io.lettuce
lettuce-core
- 6.4.0.RELEASE
+ 6.5.0.RELEASE
com.auth0
@@ -160,7 +160,7 @@
org.mockito
mockito-core
- 5.14.1
+ 5.14.2
test
@@ -175,7 +175,7 @@
com.google.cloud.tools
jib-maven-plugin
- 3.4.3
+ 3.4.4
eclipse-temurin:17.0.4.1_1-jre-alpine@sha256:e1506ba20f0cb2af6f23e24c7f8855b417f0b085708acd9b85344a884ba77767
@@ -193,12 +193,12 @@
org.apache.maven.plugins
maven-surefire-plugin
- 3.5.0
+ 3.5.2
org.apache.maven.plugins
maven-checkstyle-plugin
- 3.5.0
+ 3.6.0
org.jacoco
diff --git a/src/ledgermonolith/pom.xml b/src/ledgermonolith/pom.xml
index d6d8ba16b..09449ec00 100644
--- a/src/ledgermonolith/pom.xml
+++ b/src/ledgermonolith/pom.xml
@@ -28,7 +28,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.3.4
+ 3.3.5
@@ -43,7 +43,7 @@
com.google.cloud
spring-cloud-gcp-dependencies
- 5.6.1
+ 5.8.0
pom
import
@@ -57,7 +57,7 @@
com.google.cloud
libraries-bom
- 26.47.0
+ 26.50.0
pom
import
@@ -121,12 +121,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.18.0
+ 2.18.1
io.lettuce
lettuce-core
- 6.4.0.RELEASE
+ 6.5.0.RELEASE
com.auth0
@@ -142,7 +142,7 @@
org.mockito
mockito-core
- 5.14.1
+ 5.14.2
test
@@ -152,7 +152,7 @@
com.google.cloud.tools
jib-maven-plugin
- 3.4.3
+ 3.4.4
eclipse-temurin:17.0.4.1_1-jre-alpine@sha256:e1506ba20f0cb2af6f23e24c7f8855b417f0b085708acd9b85344a884ba77767
@@ -169,12 +169,12 @@
org.apache.maven.plugins
maven-surefire-plugin
- 3.5.0
+ 3.5.2
org.apache.maven.plugins
maven-checkstyle-plugin
- 3.5.0
+ 3.6.0
org.jacoco