From 6e2f6137c951566e55ecd554ecb6f73d82f78a0f Mon Sep 17 00:00:00 2001 From: salaboy Date: Tue, 17 Jun 2025 10:36:15 +0900 Subject: [PATCH 1/4] aligning versions Signed-off-by: salaboy --- dapr-spring/pom.xml | 2 -- pom.xml | 5 ++++- spring-boot-examples/pom.xml | 1 - 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dapr-spring/pom.xml b/dapr-spring/pom.xml index 21b2fbbd38..26becabbbe 100644 --- a/dapr-spring/pom.xml +++ b/dapr-spring/pom.xml @@ -34,8 +34,6 @@ 1.19.8 5.11.2 0.16.0-SNAPSHOT - 3.2.6 - 6.1.21 1.4.14 diff --git a/pom.xml b/pom.xml index 9408ad5008..55e109901e 100644 --- a/pom.xml +++ b/pom.xml @@ -48,7 +48,10 @@ 5.11.4 2.0 1.20.5 - 3.4.3 + + 3.4.6 + 6.2.7 + 1.7.0 3.27.3 1.69.0 diff --git a/spring-boot-examples/pom.xml b/spring-boot-examples/pom.xml index 0b333b703a..fe63ac9f3a 100644 --- a/spring-boot-examples/pom.xml +++ b/spring-boot-examples/pom.xml @@ -15,7 +15,6 @@ true - 3.4.3 From 138c4a583904264eab00094a2ca9f0e01f6db971 Mon Sep 17 00:00:00 2001 From: salaboy Date: Tue, 17 Jun 2025 11:40:19 +0900 Subject: [PATCH 2/4] letting SB to manage the logback version, so it is aligned Signed-off-by: salaboy --- dapr-spring/pom.xml | 2 -- pom.xml | 2 -- 2 files changed, 4 deletions(-) diff --git a/dapr-spring/pom.xml b/dapr-spring/pom.xml index 26becabbbe..30796c0ba2 100644 --- a/dapr-spring/pom.xml +++ b/dapr-spring/pom.xml @@ -34,7 +34,6 @@ 1.19.8 5.11.2 0.16.0-SNAPSHOT - 1.4.14 @@ -163,7 +162,6 @@ ch.qos.logback logback-core - ${logback-core.version} diff --git a/pom.xml b/pom.xml index 55e109901e..1e33ab4a6e 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,6 @@ 1.69.0 3.25.5 1.41.0 - 1.5.16 3.9.1 2.1.1 1.3.2 @@ -280,7 +279,6 @@ ch.qos.logback logback-core - ${logback-core.version} commons-cli From e60716b0cc226a8a1d534ba06b32e4d9c5e12d87 Mon Sep 17 00:00:00 2001 From: salaboy Date: Tue, 17 Jun 2025 12:10:30 +0900 Subject: [PATCH 3/4] removing dep from sdk-tests Signed-off-by: salaboy --- sdk-tests/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sdk-tests/pom.xml b/sdk-tests/pom.xml index 316a8b2a5a..17146622a8 100644 --- a/sdk-tests/pom.xml +++ b/sdk-tests/pom.xml @@ -179,11 +179,6 @@ commons-lang3 test - - ch.qos.logback - logback-core - test - org.testcontainers postgresql From 87f5924cf80bd9d4b1e5cf7598678671441db125 Mon Sep 17 00:00:00 2001 From: salaboy Date: Thu, 26 Jun 2025 11:20:32 +0900 Subject: [PATCH 4/4] removing logback Signed-off-by: salaboy --- dapr-spring/pom.xml | 4 ---- pom.xml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/dapr-spring/pom.xml b/dapr-spring/pom.xml index 30796c0ba2..4e1738394d 100644 --- a/dapr-spring/pom.xml +++ b/dapr-spring/pom.xml @@ -159,10 +159,6 @@ ${testcontainers.version} test - - ch.qos.logback - logback-core - diff --git a/pom.xml b/pom.xml index 1e33ab4a6e..889a429951 100644 --- a/pom.xml +++ b/pom.xml @@ -276,10 +276,6 @@ commons-lang3 ${commons-lang.version} - - ch.qos.logback - logback-core - commons-cli commons-cli