-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update spring boot #547
Conversation
Caution Review failedThe pull request is closed. WalkthroughThe changes involve updating the version of the Spring Boot starter parent across multiple Maven Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant SpringBoot
participant Kafka
User->>SpringBoot: Initiate project
SpringBoot->>Kafka: Send request
Kafka->>SpringBoot: Process message
SpringBoot->>User: Send response
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (6)
- kafka-avro/spring-boot-kafka-avro-consumer/pom.xml (1 hunks)
- kafka-avro/spring-boot-kafka-avro-producer/pom.xml (1 hunks)
- kafka-spring-cloud-sample/pom.xml (1 hunks)
- kafka-streams/analytics-spring-cloud-streams-kafka-consumer/pom.xml (1 hunks)
- kafka-streams/analytics-spring-cloud-streams-kafka-producer/pom.xml (1 hunks)
- spring-modulith-outbox-pattern/pom.xml (1 hunks)
Files skipped from review due to trivial changes (3)
- kafka-avro/spring-boot-kafka-avro-consumer/pom.xml
- kafka-streams/analytics-spring-cloud-streams-kafka-producer/pom.xml
- spring-modulith-outbox-pattern/pom.xml
Additional comments not posted (3)
kafka-spring-cloud-sample/pom.xml (1)
8-8
: Version update approved.The update from version 3.3.2 to 3.3.3 for the Spring Boot starter parent is approved. Ensure to review the release notes for any potential impact.
kafka-streams/analytics-spring-cloud-streams-kafka-consumer/pom.xml (1)
8-8
: Version update approved.The update from version 3.3.2 to 3.3.3 for the Spring Boot starter parent is approved. Ensure to review the release notes for any potential impact.
kafka-avro/spring-boot-kafka-avro-producer/pom.xml (1)
9-9
: Version update approved.The update from version 3.3.2 to 3.3.3 for the Spring Boot starter parent is approved. Ensure to review the release notes for any potential impact.
c3bd188
to
7fd203a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (11)
- kafka-avro/spring-boot-kafka-avro-consumer/pom.xml (1 hunks)
- kafka-avro/spring-boot-kafka-avro-producer/pom.xml (1 hunks)
- kafka-dsl-integration/pom.xml (1 hunks)
- kafka-reactor/boot-kafka-reactor-consumer/pom.xml (1 hunks)
- kafka-reactor/boot-kafka-reactor-producer/pom.xml (1 hunks)
- kafka-spring-boot/boot-kafka-sample/pom.xml (1 hunks)
- kafka-spring-boot/boot-multiple-producers-consumers/pom.xml (1 hunks)
- kafka-spring-cloud-sample/pom.xml (1 hunks)
- kafka-streams/analytics-spring-cloud-streams-kafka-consumer/pom.xml (1 hunks)
- kafka-streams/analytics-spring-cloud-streams-kafka-producer/pom.xml (1 hunks)
- spring-modulith-outbox-pattern/pom.xml (1 hunks)
Files skipped from review due to trivial changes (4)
- kafka-dsl-integration/pom.xml
- kafka-reactor/boot-kafka-reactor-consumer/pom.xml
- kafka-spring-boot/boot-multiple-producers-consumers/pom.xml
- kafka-streams/analytics-spring-cloud-streams-kafka-consumer/pom.xml
Files skipped from review as they are similar to previous changes (5)
- kafka-avro/spring-boot-kafka-avro-consumer/pom.xml
- kafka-avro/spring-boot-kafka-avro-producer/pom.xml
- kafka-spring-cloud-sample/pom.xml
- kafka-streams/analytics-spring-cloud-streams-kafka-producer/pom.xml
- spring-modulith-outbox-pattern/pom.xml
Additional comments not posted (2)
kafka-reactor/boot-kafka-reactor-producer/pom.xml (1)
8-8
: Verify compatibility with the updated Spring Boot version.The Spring Boot starter parent version has been updated to
3.4.0-M2
. Ensure that this version is compatible with other dependencies and that no breaking changes affect the project.Run the following script to check for any compatibility issues or breaking changes:
kafka-spring-boot/boot-kafka-sample/pom.xml (1)
8-8
: Verify compatibility with the updated Spring Boot version.The Spring Boot starter parent version has been updated to
3.4.0-M2
. Ensure that this version is compatible with other dependencies and that no breaking changes affect the project.Run the following script to check for any compatibility issues or breaking changes:
This PR contains the following updates:
3.3.2
->3.3.3
3.4.0-M1
->3.4.0-M2
Release Notes
spring-projects/spring-boot (org.springframework.boot:spring-boot-starter-parent)
v3.3.3
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.
Summary by CodeRabbit
New Features
Bug Fixes