Skip to content

chore(deps): bump spring-kafka.version from 4.0.4 to 4.0.5#698

Merged
dimdnk merged 1 commit into
devfrom
dependabot/maven/spring-kafka.version-4.0.5
Apr 21, 2026
Merged

chore(deps): bump spring-kafka.version from 4.0.4 to 4.0.5#698
dimdnk merged 1 commit into
devfrom
dependabot/maven/spring-kafka.version-4.0.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Copy link
Copy Markdown
Contributor

Bumps spring-kafka.version from 4.0.4 to 4.0.5.
Updates org.springframework.kafka:spring-kafka from 4.0.4 to 4.0.5

Release notes

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

v4.0.5

🐞 Bug Fixes

  • Async Processing (and out of order commits) with FilteringMessageListenerAdapter #4414
  • ShareKafkaMessageListenerContainer.doStart() does not await consumer thread startup #4400
  • Fix immutability StreamsBuilderFactory properties #4389
  • Missing JSpecify @Nullable annotation for consumer & producer factories #4368

🔨 Dependency Upgrades

  • Bump org.springframework:spring-framework-bom from 7.0.6 to 7.0.7 #4413
  • Bump io.projectreactor:reactor-bom from 2025.0.4 to 2025.0.5 #4412
  • Bump org.springframework.data:spring-data-bom from 2025.1.4 to 2025.1.5 #4411
  • Bump io.micrometer:micrometer-tracing-bom from 1.6.4 to 1.6.5 #4408
  • Bump io.micrometer:micrometer-bom from 1.16.4 to 1.16.5 #4406
  • Bump log4jVersion from 2.25.3 to 2.25.4 #4386
  • Bump kafkaVersion from 4.1.1 to 4.1.2 #4363
Commits
  • 4fef8fb [artifactory-release] Release version 4.0.5
  • 4a3e7fe GH-4377: Fix asyncReplies calculation for container (#4401)
  • aec9a4a Bump org.springframework:spring-framework-bom from 7.0.6 to 7.0.7 (#4413)
  • 54415d5 Bump io.micrometer:micrometer-tracing-bom from 1.6.4 to 1.6.5 (#4408)
  • 9ba399d Bump org.springframework.data:spring-data-bom from 2025.1.4 to 2025.1.5 (#4411)
  • 02d979c Bump io.projectreactor:reactor-bom from 2025.0.4 to 2025.0.5 (#4412)
  • 8c493fe Bump io.spring.nullability in the development-dependencies group (#4404)
  • 841a253 Bump io.micrometer:micrometer-bom from 1.16.4 to 1.16.5 (#4406)
  • 919924f Remove Java 25 from CI GHA workflow
  • 1f57da8 Await share consumer startup before returning
  • Additional commits viewable in compare view

Updates org.springframework.kafka:spring-kafka-test from 4.0.4 to 4.0.5

Release notes

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

v4.0.5

🐞 Bug Fixes

  • Async Processing (and out of order commits) with FilteringMessageListenerAdapter #4414
  • ShareKafkaMessageListenerContainer.doStart() does not await consumer thread startup #4400
  • Fix immutability StreamsBuilderFactory properties #4389
  • Missing JSpecify @Nullable annotation for consumer & producer factories #4368

🔨 Dependency Upgrades

  • Bump org.springframework:spring-framework-bom from 7.0.6 to 7.0.7 #4413
  • Bump io.projectreactor:reactor-bom from 2025.0.4 to 2025.0.5 #4412
  • Bump org.springframework.data:spring-data-bom from 2025.1.4 to 2025.1.5 #4411
  • Bump io.micrometer:micrometer-tracing-bom from 1.6.4 to 1.6.5 #4408
  • Bump io.micrometer:micrometer-bom from 1.16.4 to 1.16.5 #4406
  • Bump log4jVersion from 2.25.3 to 2.25.4 #4386
  • Bump kafkaVersion from 4.1.1 to 4.1.2 #4363
Commits
  • 4fef8fb [artifactory-release] Release version 4.0.5
  • 4a3e7fe GH-4377: Fix asyncReplies calculation for container (#4401)
  • aec9a4a Bump org.springframework:spring-framework-bom from 7.0.6 to 7.0.7 (#4413)
  • 54415d5 Bump io.micrometer:micrometer-tracing-bom from 1.6.4 to 1.6.5 (#4408)
  • 9ba399d Bump org.springframework.data:spring-data-bom from 2025.1.4 to 2025.1.5 (#4411)
  • 02d979c Bump io.projectreactor:reactor-bom from 2025.0.4 to 2025.0.5 (#4412)
  • 8c493fe Bump io.spring.nullability in the development-dependencies group (#4404)
  • 841a253 Bump io.micrometer:micrometer-bom from 1.16.4 to 1.16.5 (#4406)
  • 919924f Remove Java 25 from CI GHA workflow
  • 1f57da8 Await share consumer startup before returning
  • Additional commits viewable in compare view

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 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 `spring-kafka.version` from 4.0.4 to 4.0.5.

Updates `org.springframework.kafka:spring-kafka` from 4.0.4 to 4.0.5
- [Release notes](https://github.com/spring-projects/spring-kafka/releases)
- [Commits](spring-projects/spring-kafka@v4.0.4...v4.0.5)

Updates `org.springframework.kafka:spring-kafka-test` from 4.0.4 to 4.0.5
- [Release notes](https://github.com/spring-projects/spring-kafka/releases)
- [Commits](spring-projects/spring-kafka@v4.0.4...v4.0.5)

---
updated-dependencies:
- dependency-name: org.springframework.kafka:spring-kafka
  dependency-version: 4.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.kafka:spring-kafka-test
  dependency-version: 4.0.5
  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 Apr 20, 2026
@dimdnk
dimdnk merged commit 8f9b0d4 into dev Apr 21, 2026
5 checks passed
@dimdnk
dimdnk deleted the dependabot/maven/spring-kafka.version-4.0.5 branch April 21, 2026 17:31
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