From 520f2c820e4d08f754f6bf2b656ea5736d115d73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 04:03:20 +0000 Subject: [PATCH 1/3] fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3.4.0 --- kafka-avro/spring-boot-kafka-avro-consumer/pom.xml | 2 +- kafka-avro/spring-boot-kafka-avro-producer/pom.xml | 2 +- kafka-dsl-integration/pom.xml | 2 +- kafka-reactor/boot-kafka-reactor-consumer/pom.xml | 2 +- kafka-reactor/boot-kafka-reactor-producer/pom.xml | 2 +- kafka-spring-boot/boot-kafka-sample/pom.xml | 2 +- kafka-spring-boot/boot-multiple-producers-consumers/pom.xml | 2 +- kafka-spring-cloud-sample/pom.xml | 2 +- .../analytics-spring-cloud-streams-kafka-consumer/pom.xml | 2 +- .../analytics-spring-cloud-streams-kafka-producer/pom.xml | 2 +- spring-modulith-outbox-pattern/pom.xml | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/kafka-avro/spring-boot-kafka-avro-consumer/pom.xml b/kafka-avro/spring-boot-kafka-avro-consumer/pom.xml index 036f4b17..24aa6135 100644 --- a/kafka-avro/spring-boot-kafka-avro-consumer/pom.xml +++ b/kafka-avro/spring-boot-kafka-avro-consumer/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.5 + 3.4.0 com.example diff --git a/kafka-avro/spring-boot-kafka-avro-producer/pom.xml b/kafka-avro/spring-boot-kafka-avro-producer/pom.xml index 277baeb3..5c057961 100644 --- a/kafka-avro/spring-boot-kafka-avro-producer/pom.xml +++ b/kafka-avro/spring-boot-kafka-avro-producer/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.5 + 3.4.0 com.example diff --git a/kafka-dsl-integration/pom.xml b/kafka-dsl-integration/pom.xml index 766e64dd..105338ee 100644 --- a/kafka-dsl-integration/pom.xml +++ b/kafka-dsl-integration/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.0-RC1 + 3.4.0 com.example.integration diff --git a/kafka-reactor/boot-kafka-reactor-consumer/pom.xml b/kafka-reactor/boot-kafka-reactor-consumer/pom.xml index 50cc19d0..c9951498 100644 --- a/kafka-reactor/boot-kafka-reactor-consumer/pom.xml +++ b/kafka-reactor/boot-kafka-reactor-consumer/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.0-RC1 + 3.4.0 com.example.boot.kafka.reactor diff --git a/kafka-reactor/boot-kafka-reactor-producer/pom.xml b/kafka-reactor/boot-kafka-reactor-producer/pom.xml index a179bcb5..102fda71 100644 --- a/kafka-reactor/boot-kafka-reactor-producer/pom.xml +++ b/kafka-reactor/boot-kafka-reactor-producer/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.0-RC1 + 3.4.0 com.example.boot.kafka.reactor diff --git a/kafka-spring-boot/boot-kafka-sample/pom.xml b/kafka-spring-boot/boot-kafka-sample/pom.xml index 226b4167..f8672828 100644 --- a/kafka-spring-boot/boot-kafka-sample/pom.xml +++ b/kafka-spring-boot/boot-kafka-sample/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.0-RC1 + 3.4.0 com.example diff --git a/kafka-spring-boot/boot-multiple-producers-consumers/pom.xml b/kafka-spring-boot/boot-multiple-producers-consumers/pom.xml index 82d1c608..002c1396 100644 --- a/kafka-spring-boot/boot-multiple-producers-consumers/pom.xml +++ b/kafka-spring-boot/boot-multiple-producers-consumers/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.0-RC1 + 3.4.0 com.example.kafka diff --git a/kafka-spring-cloud-sample/pom.xml b/kafka-spring-cloud-sample/pom.xml index 224cfa8d..0e7f595d 100644 --- a/kafka-spring-cloud-sample/pom.xml +++ b/kafka-spring-cloud-sample/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.0-RC1 + 3.4.0 com.example diff --git a/kafka-streams/analytics-spring-cloud-streams-kafka-consumer/pom.xml b/kafka-streams/analytics-spring-cloud-streams-kafka-consumer/pom.xml index 784d6e6e..416d3d3f 100644 --- a/kafka-streams/analytics-spring-cloud-streams-kafka-consumer/pom.xml +++ b/kafka-streams/analytics-spring-cloud-streams-kafka-consumer/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.0-RC1 + 3.4.0 com.example diff --git a/kafka-streams/analytics-spring-cloud-streams-kafka-producer/pom.xml b/kafka-streams/analytics-spring-cloud-streams-kafka-producer/pom.xml index 08cba441..329c8346 100644 --- a/kafka-streams/analytics-spring-cloud-streams-kafka-producer/pom.xml +++ b/kafka-streams/analytics-spring-cloud-streams-kafka-producer/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.0-RC1 + 3.4.0 diff --git a/spring-modulith-outbox-pattern/pom.xml b/spring-modulith-outbox-pattern/pom.xml index 01b265db..18c1f15e 100644 --- a/spring-modulith-outbox-pattern/pom.xml +++ b/spring-modulith-outbox-pattern/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.5 + 3.4.0 com.example.outboxpattern From 5b178366f15a4411db02f61714f894e431f45b41 Mon Sep 17 00:00:00 2001 From: Raja Kolli Date: Mon, 25 Nov 2024 09:21:20 +0530 Subject: [PATCH 2/3] downgrade to make build pass --- kafka-avro/spring-boot-kafka-avro-producer/pom.xml | 2 +- kafka-spring-cloud-sample/pom.xml | 2 +- .../analytics-spring-cloud-streams-kafka-consumer/pom.xml | 2 +- spring-modulith-outbox-pattern/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kafka-avro/spring-boot-kafka-avro-producer/pom.xml b/kafka-avro/spring-boot-kafka-avro-producer/pom.xml index 5c057961..0aac453a 100644 --- a/kafka-avro/spring-boot-kafka-avro-producer/pom.xml +++ b/kafka-avro/spring-boot-kafka-avro-producer/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.0 + 3.3.6 com.example diff --git a/kafka-spring-cloud-sample/pom.xml b/kafka-spring-cloud-sample/pom.xml index 0e7f595d..8f85b93e 100644 --- a/kafka-spring-cloud-sample/pom.xml +++ b/kafka-spring-cloud-sample/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.0 + 3.3.6 com.example diff --git a/kafka-streams/analytics-spring-cloud-streams-kafka-consumer/pom.xml b/kafka-streams/analytics-spring-cloud-streams-kafka-consumer/pom.xml index 416d3d3f..8768c3da 100644 --- a/kafka-streams/analytics-spring-cloud-streams-kafka-consumer/pom.xml +++ b/kafka-streams/analytics-spring-cloud-streams-kafka-consumer/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.0 + 3.3.6 com.example diff --git a/spring-modulith-outbox-pattern/pom.xml b/spring-modulith-outbox-pattern/pom.xml index 18c1f15e..5676d5d3 100644 --- a/spring-modulith-outbox-pattern/pom.xml +++ b/spring-modulith-outbox-pattern/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.0 + 3.3.6 com.example.outboxpattern From 449ce782a756f883780783ad96994531708a0b2b Mon Sep 17 00:00:00 2001 From: Raja Kolli Date: Mon, 25 Nov 2024 09:24:36 +0530 Subject: [PATCH 3/3] fix : build issues --- kafka-spring-cloud-sample/pom.xml | 2 +- .../analytics-spring-cloud-streams-kafka-consumer/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kafka-spring-cloud-sample/pom.xml b/kafka-spring-cloud-sample/pom.xml index 8f85b93e..224cfa8d 100644 --- a/kafka-spring-cloud-sample/pom.xml +++ b/kafka-spring-cloud-sample/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.6 + 3.4.0-RC1 com.example diff --git a/kafka-streams/analytics-spring-cloud-streams-kafka-consumer/pom.xml b/kafka-streams/analytics-spring-cloud-streams-kafka-consumer/pom.xml index 8768c3da..784d6e6e 100644 --- a/kafka-streams/analytics-spring-cloud-streams-kafka-consumer/pom.xml +++ b/kafka-streams/analytics-spring-cloud-streams-kafka-consumer/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.6 + 3.4.0-RC1 com.example