Skip to content
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

Bump org.springframework.kafka:spring-kafka-bom from 3.3.2 to 3.3.3 #5736

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2025

Bumps org.springframework.kafka:spring-kafka-bom from 3.3.2 to 3.3.3.

Release notes

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

v3.3.3

🐞 Bug Fixes

  • Using ConcurrentMessageListenerContainer section of reference doc is a bit confusing #3759
  • Metric collection for errors always report the same error "ListenerExecutionFailedException" regardless of what's thrown in the consumer method #3757
  • Async suspend function listener not automatically acknowledged? #3743
  • KafkaMessageListenerContainer.getAssignedPartitions is not safe #3726

🔨 Dependency Upgrades

  • Bump org.springframework.data:spring-data-bom from 2024.1.2 to 2024.1.3 #3749
  • Bump io.projectreactor:reactor-bom from 2024.0.2 to 2024.0.3 #3748
  • Bump io.micrometer:micrometer-tracing-bom from 1.4.2 to 1.4.3 #3747
  • Bump org.springframework:spring-framework-bom from 6.2.2 to 6.2.3 #3746
  • Bump io.micrometer:micrometer-bom from 1.14.3 to 1.14.4 #3745
Commits
  • 92eebc3 [artifactory-release] Release version 3.3.3
  • d5ee147 3.3.x release related changes - gradle updates etc.
  • d337af1 GH-3733: Fix docs for ConcurrentMessageListenerContainer
  • 4920a43 GH-3741: Fix metric tag to show underlying exception type
  • b0f4283 Bump io.micrometer:micrometer-tracing-bom from 1.4.2 to 1.4.3 (#3747)
  • b26cc2d Bump io.projectreactor:reactor-bom from 2024.0.2 to 2024.0.3 (#3748)
  • c8c909a Bump org.springframework:spring-framework-bom from 6.2.2 to 6.2.3 (#3746)
  • 631165c Bump org.springframework.data:spring-data-bom from 2024.1.2 to 2024.1.3 (#3749)
  • ffc2571 Bump io.micrometer:micrometer-bom from 1.14.3 to 1.14.4 (#3745)
  • c5d3322 Fix missed import in the HandlerAdapter
  • 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.springframework.kafka:spring-kafka-bom](/~https://github.com/spring-projects/spring-kafka) from 3.3.2 to 3.3.3.
- [Release notes](/~https://github.com/spring-projects/spring-kafka/releases)
- [Commits](spring-projects/spring-kafka@v3.3.2...v3.3.3)

---
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 requested a review from a team as a code owner February 20, 2025 13:16
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 20, 2025
Copy link

codecov bot commented Feb 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.73%. Comparing base (24fe395) to head (1a92602).
Report is 6 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #5736   +/-   ##
=========================================
  Coverage     97.73%   97.73%           
  Complexity     7179     7179           
=========================================
  Files           993      993           
  Lines         20825    20825           
  Branches       1366     1366           
=========================================
  Hits          20353    20353           
  Misses          362      362           
  Partials        110      110           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -11,7 +11,7 @@
implementation project(':vividus-soft-assert')
implementation project(':vividus-util')

implementation platform(group: 'org.springframework.kafka', name: 'spring-kafka-bom', version: '3.3.2')
implementation platform(group: 'org.springframework.kafka', name: 'spring-kafka-bom', version: '3.3.3')

Check notice

Code scanning / QDJVM

Vulnerable declared dependency Note

Provides transitive vulnerable dependency maven:io.netty:netty-common:4.1.105.Final
  • CVE-2024-47535 5.5 Uncontrolled Resource Consumption ('Resource Exhaustion')
Results powered by Mend.io
@valfirst valfirst merged commit 47190ef into master Feb 23, 2025
12 checks passed
@valfirst valfirst deleted the dependabot/gradle/org.springframework.kafka-spring-kafka-bom-3.3.3 branch February 23, 2025 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant