Skip to content

Bump org.springframework.kafka:spring-kafka-bom from 3.1.0 to 3.1.1 #8828

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2023

Bumps org.springframework.kafka:spring-kafka-bom from 3.1.0 to 3.1.1.

Release notes

Sourced from org.springframework.kafka:spring-kafka-bom's releases.

v3.1.1

⭐ New Features

  • minor improvement to klabpp and knapar #2947
  • fix a default method defect in ConsumerFactory #2945
  • minor adjustment at MessagingMessageListenerAdapter #2941
  • minor improvement to DefaultKafkaHeaderMapper #2940
  • Fix typo at KafkaMessageListenerContainer and ContainerProperties #2939
  • reuse RecordHeader in AggregatingReplyingKafkaTemplate #2932
  • fix some defects of setting default Message headers in MessagingMessageListenerAdapter #2908
  • Free exceptions from ConsumerAwareRebalanceListener #2887

🐞 Bug Fixes

  • Fix KafkaTemplate.clusterId() for concurrency #2943
  • No parameter resolver for EmbeddedKafkaZKBroker #2927
  • Unable to send null payload with KafkaTemplate#send(Message) #2924
  • Annotation TopicPartition - partition attribute was not resolved from… #2246

📔 Documentation

  • Fix typo in javadoc #2935
  • RoutingKafkaTemplate configuration is throwing error after spring boot 3.1.2 #2921
  • EmbeddedKafkaKraftBroker.kafkaPorts(int... ports) is ignored #2916

🔨 Dependency Upgrades

  • Bump io.micrometer:micrometer-bom from 1.12.0 to 1.12.1 #2960
  • Bump org.springframework.data:spring-data-bom from 2023.1.0 to 2023.1.1 #2959
  • Bump org.junit:junit-bom from 5.10.0 to 5.10.1 #2958
  • Bump io.projectreactor:reactor-bom from 2023.0.0 to 2023.0.1 #2957
  • Bump log4jVersion from 2.21.0 to 2.21.1 #2956
  • Bump io.micrometer:micrometer-tracing-bom from 1.2.0 to 1.2.1 #2955
  • Bump kotlinVersion from 1.9.10 to 1.9.21 #2953
  • Bump org.springframework:spring-framework-bom from 6.1.0 to 6.1.2 #2952
  • Bump org.springframework.retry:spring-retry from 2.0.4 to 2.0.5 #2951
  • Bump kafkaVersion from 3.6.0 to 3.6.1 #2950

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​NathanQingyangXu, @​Wzy19930507, @​dependabot[bot], @​dogglezz, @​michaldo, and @​s7474

Commits
  • c41a256 [artifactory-release] Release version 3.1.1
  • ab5c0b2 Widen permissions for GH_TOKEN in release
  • 0877eed GH-2960: Bump io.micrometer:micrometer-bom from 1.12.0 to 1.12.1
  • 692da42 GH-2959: Bump org.springframework.data:spring-data-bom from 2023.1.0 to 2023.1.1
  • 62b3ae8 GH-2958: Bump org.junit:junit-bom from 5.10.0 to 5.10.1
  • afb6e7a GH-2957: Bump io.projectreactor:reactor-bom from 2023.0.0 to 2023.0.1
  • b1f6d5b GH-2956: Bump log4jVersion from 2.21.0 to 2.21.1
  • 2488084 GH-2955: Bump io.micrometer:micrometer-tracing-bom from 1.2.0 to 1.2.1
  • cc7836d GH-2953: Bump kotlinVersion from 1.9.10 to 1.9.21
  • a4dcecb GH-2952: Bump org.springframework:spring-framework-bom from 6.1.0 to 6.1.2
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps [org.springframework.kafka:spring-kafka-bom](https://github.com/spring-projects/spring-kafka) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/spring-projects/spring-kafka/releases)
- [Commits](spring-projects/spring-kafka@v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: org.springframework.kafka:spring-kafka-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type: dependency-upgrade Pull requests that update a dependency file label Dec 18, 2023
@artembilan artembilan added this to the 6.2.1 milestone Dec 19, 2023
@artembilan artembilan merged commit 918fa58 into main Dec 19, 2023
@dependabot dependabot bot deleted the dependabot/gradle/org.springframework.kafka-spring-kafka-bom-3.1.1 branch December 19, 2023 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: dependency-upgrade Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant