Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 25, 2025

Bumps org.springframework.kafka:spring-kafka-test from 4.0.0-M3 to 4.0.0-M4.

Release notes

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

v4.0.0-M4

⭐ New Features

  • Refactor newTopics() to Reduce Redundant Iteration and Improve Filtering Logic #4025
  • Fix SpEL/placeholder resolution in @RetryableTopic.includeNames and @RetryableTopic.excludeNames #4016
  • Performance: Optimize toString() methods with StringBuilder #4012
  • Add Jackson 3 support; deprecate Jackson 2 #3930

🐞 Bug Fixes

  • Fix Javadoc error #4050
  • Fix updateClusterId logic #4027

📔 Documentation

  • Remove unnecessary semicolon #4033

🔨 Dependency Upgrades

  • Bump tools.jackson:jackson-bom from 3.0.0-rc5 to 3.0.0-rc8 #4049
  • Bump kotlinVersion from 2.2.0 to 2.2.10 #4048
  • Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 #4037
  • Bump org.junit:junit-bom from 5.13.3 to 5.13.4 #4022

❤️ Contributors

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

@​NipponSunrise, @​cwangg897, @​ngocnhan-tran1996, and @​snicoll

Commits
  • 481b8fe [artifactory-release] Release version 4.0.0-M4
  • 7ac3428 Update gradlew command for release verificaiton step in the workflow
  • 1e9ef85 Update snapshots to latest milestones for the release
  • d838493 Remove out of use AbstractRetryingMessageListenerAdapter
  • 5ec296b Bump io.spring.nullability in the development-dependencies group (#4052)
  • 5ffd93b Fix Javadoc error
  • 9d58d8b Bump tools.jackson:jackson-bom from 3.0.0-rc5 to 3.0.0-rc8 (#4049)
  • 689a225 Bump kotlinVersion from 2.2.0 to 2.2.10 (#4048)
  • 8232892 Bump actions/checkout from 4 to 5 in the development-dependencies group (#4046)
  • a3152d9 Add @SuppressWarnings("removal") into some reported places
  • 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-test](https://github.com/spring-projects/spring-kafka) from 4.0.0-M3 to 4.0.0-M4.
- [Release notes](https://github.com/spring-projects/spring-kafka/releases)
- [Commits](spring-projects/spring-kafka@v4.0.0-M3...v4.0.0-M4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependabot dependencies Pull requests that update a dependency file labels Aug 25, 2025
Signed-off-by: dependabot[bot] <support@github.com>
…spring-kafka-test-4.0.0-M4

Signed-off-by: Craig Perkins <cwperx@amazon.com>
Copy link

codecov bot commented Aug 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.07%. Comparing base (94e4be0) to head (1010b7d).
⚠️ Report is 8 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #5583      +/-   ##
==========================================
+ Coverage   73.05%   73.07%   +0.01%     
==========================================
  Files         408      408              
  Lines       25259    25259              
  Branches     3842     3842              
==========================================
+ Hits        18453    18458       +5     
+ Misses       4938     4934       -4     
+ Partials     1868     1867       -1     

see 5 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@cwperks cwperks merged commit 2843a68 into main Aug 25, 2025
138 of 142 checks passed
@cwperks cwperks deleted the dependabot/gradle/org.springframework.kafka-spring-kafka-test-4.0.0-M4 branch August 25, 2025 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants