Skip to content

Comments

build(deps-dev): bump org.springframework.kafka:spring-kafka-test from 3.3.0 to 3.3.10#7

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/org.springframework.kafka-spring-kafka-test-3.3.10
Closed

build(deps-dev): bump org.springframework.kafka:spring-kafka-test from 3.3.0 to 3.3.10#7
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/org.springframework.kafka-spring-kafka-test-3.3.10

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 26, 2025

Bumps org.springframework.kafka:spring-kafka-test from 3.3.0 to 3.3.10.

Release notes

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

v3.3.10

🔨 Dependency Upgrades

  • Bump io.projectreactor:reactor-bom from 2024.0.9 to 2024.0.10 #4086
  • Bump io.micrometer:micrometer-bom from 1.14.10 to 1.14.11 #4085
  • Bump io.micrometer:micrometer-tracing-bom from 1.4.9 to 1.4.10 #4083
  • Bump org.springframework:spring-framework-bom from 6.2.10 to 6.2.11 #4082
  • Bump org.springframework.data:spring-data-bom from 2024.1.9 to 2024.1.10 #4081

v3.3.9

⭐ New Features

  • Fix SpEL/placeholder resolution in @RetryableTopic.includeNames and @RetryableTopic.excludeNames #4030
  • Performance: Optimize toString() methods with StringBuilder #4029

🐞 Bug Fixes

  • Fix updateClusterId logic #4028

🔨 Dependency Upgrades

  • Bump org.springframework.data:spring-data-bom from 2024.1.8 to 2024.1.9 #4045
  • Bump org.springframework:spring-framework-bom from 6.2.9 to 6.2.10 #4044
  • Bump io.micrometer:micrometer-bom from 1.14.9 to 1.14.10 #4043
  • Bump io.projectreactor:reactor-bom from 2024.0.8 to 2024.0.9 #4042
  • Bump io.micrometer:micrometer-tracing-bom from 1.4.8 to 1.4.9 #4041

v3.3.8

🔨 Dependency Upgrades

  • Bump io.micrometer:micrometer-bom from 1.14.8 to 1.14.9 #4003
  • Bump org.springframework:spring-framework-bom from 6.2.8 to 6.2.9 #4002
  • Bump io.projectreactor:reactor-bom from 2024.0.7 to 2024.0.8 #4001
  • Bump io.micrometer:micrometer-tracing-bom from 1.4.7 to 1.4.8 #4000
  • Bump org.springframework.data:spring-data-bom from 2024.1.7 to 2024.1.8 #3999

v3.3.7

⭐ New Features

  • propagate scope in async failures #3957

🐞 Bug Fixes

  • Random behavior in DelegatingByTypeSerializer based on type of delegates map #3974
  • A constructor that fails to validate null value properly #3921

🔨 Dependency Upgrades

  • Bump org.springframework.data:spring-data-bom from 2024.1.6 to 2024.1.7 #3969
  • Bump io.projectreactor:reactor-bom from 2024.0.6 to 2024.0.7 #3968

... (truncated)

Commits
  • c8cd410 [artifactory-release] Release version 3.3.10
  • f91e7d8 Bump io.micrometer:micrometer-tracing-bom from 1.4.9 to 1.4.10 (#4083)
  • fffef7b Bump org.springframework.data:spring-data-bom from 2024.1.9 to 2024.1.10 (#4081)
  • dc3b1e9 Bump org.springframework:spring-framework-bom from 6.2.10 to 6.2.11 (#4082)
  • 5d73ef4 Bump io.projectreactor:reactor-bom from 2024.0.9 to 2024.0.10 (#4086)
  • 61ca82c Bump io.micrometer:micrometer-bom from 1.14.10 to 1.14.11 (#4085)
  • 22ba905 Bump org.ajoberstar.grgit in the development-dependencies group (#4076)
  • 8e2df7c GH-4035: Clarify docs on default non-blocking retry setup (#4058)
  • efe1853 [artifactory-release] Next development version
  • 354e577 [artifactory-release] Release version 3.3.9
  • 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 3.3.0 to 3.3.10.
- [Release notes](https://github.com/spring-projects/spring-kafka/releases)
- [Commits](spring-projects/spring-kafka@v3.3.0...v3.3.10)

---
updated-dependencies:
- dependency-name: org.springframework.kafka:spring-kafka-test
  dependency-version: 3.3.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Sep 26, 2025
@Columpio Columpio closed this Sep 29, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 29, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/org.springframework.kafka-spring-kafka-test-3.3.10 branch September 29, 2025 10:41
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