From cf74ff49cf248b17f670cc1fd27dd81771e9821e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 14:44:15 +0530 Subject: [PATCH] fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3.3.0 (#492) * fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3.3.0 * Update pom.xml * Update pom.xml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Raja Kolli --- 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 +- .../spring-boot-multiple-producers-consumers/pom.xml | 2 +- kafka-spring-cloud-sample/pom.xml | 2 +- .../analytics-spring-cloud-streams-kafka-consumer/pom.xml | 4 ++-- .../analytics-spring-cloud-streams-kafka-producer/pom.xml | 2 +- spring-modulith-outbox-pattern/pom.xml | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/kafka-avro/spring-boot-kafka-avro-consumer/pom.xml b/kafka-avro/spring-boot-kafka-avro-consumer/pom.xml index 1f9a4930..9e251697 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.0-RC1 + 3.3.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 15536581..37f2b794 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.0-RC1 + 3.3.0 com.example diff --git a/kafka-dsl-integration/pom.xml b/kafka-dsl-integration/pom.xml index 725be526..9be37bbd 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.3.0-RC1 + 3.3.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 583383dc..3656cf31 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.3.0-RC1 + 3.3.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 655e98c7..dc218018 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.3.0-RC1 + 3.3.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 aed511c3..cac95b29 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.3.0-RC1 + 3.3.0 com.example diff --git a/kafka-spring-boot/spring-boot-multiple-producers-consumers/pom.xml b/kafka-spring-boot/spring-boot-multiple-producers-consumers/pom.xml index 3abb6fca..d230c00f 100644 --- a/kafka-spring-boot/spring-boot-multiple-producers-consumers/pom.xml +++ b/kafka-spring-boot/spring-boot-multiple-producers-consumers/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.0-RC1 + 3.3.0 com.example.kafka diff --git a/kafka-spring-cloud-sample/pom.xml b/kafka-spring-cloud-sample/pom.xml index 16ef8eb3..c1ac422a 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.0-RC1 + 3.3.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 984073c7..e329eb10 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.2.5 + 3.2.6 com.example @@ -211,4 +211,4 @@ - \ No newline at end of file + 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 d6fa59a3..90e97c8c 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.3.0-RC1 + 3.3.0 diff --git a/spring-modulith-outbox-pattern/pom.xml b/spring-modulith-outbox-pattern/pom.xml index e161e48e..7febf014 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.0-RC1 + 3.3.0 com.example.outboxpattern