From 9d864f640056d20731f6ff0951e086d85644504d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 20:04:10 +0000 Subject: [PATCH 1/3] Bump io.lettuce:lettuce-core in /demo/SparkDemo Bumps [io.lettuce:lettuce-core](https://github.com/lettuce-io/lettuce-core) from 5.0.5.RELEASE to 6.5.1.RELEASE. - [Release notes](https://github.com/lettuce-io/lettuce-core/releases) - [Changelog](https://github.com/redis/lettuce/blob/main/RELEASE-NOTES.md) - [Commits](https://github.com/lettuce-io/lettuce-core/compare/5.0.5.RELEASE...6.5.1.RELEASE) --- updated-dependencies: - dependency-name: io.lettuce:lettuce-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demo/SparkDemo/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/SparkDemo/pom.xml b/demo/SparkDemo/pom.xml index 969ab25..5608395 100644 --- a/demo/SparkDemo/pom.xml +++ b/demo/SparkDemo/pom.xml @@ -286,7 +286,7 @@ io.lettuce lettuce-core - 5.0.5.RELEASE + 6.5.1.RELEASE From 4fc1be3c2d8899b5030261695cd2ea0b7dd89217 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 16:18:35 +0000 Subject: [PATCH 2/3] Bump com.google.protobuf:protobuf-java in /demo/demo-common Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.19.6 to 3.25.5. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.19.6...v3.25.5) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demo/demo-common/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/demo-common/pom.xml b/demo/demo-common/pom.xml index 2653f72..bf1525f 100644 --- a/demo/demo-common/pom.xml +++ b/demo/demo-common/pom.xml @@ -20,7 +20,7 @@ 1.8 - 3.19.6 + 3.25.5 demo-common From 11832c35824ad062b70ea1293050c8a8a9e17fd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 03:03:42 +0000 Subject: [PATCH 3/3] Bump ch.qos.logback:logback-core from 1.2.13 to 1.3.15 Bumps [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from 1.2.13 to 1.3.15. - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](https://github.com/qos-ch/logback/compare/v_1.2.13...v_1.3.15) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 30f1677..42949da 100644 --- a/pom.xml +++ b/pom.xml @@ -117,7 +117,7 @@ ch.qos.logback logback-core - 1.2.13 + 1.3.15