Skip to content

Update dependency org.springframework.kafka:spring-kafka to v4#13

Open
specmatic-builder wants to merge 1 commit intomainfrom
renovate/major-spring-kafka
Open

Update dependency org.springframework.kafka:spring-kafka to v4#13
specmatic-builder wants to merge 1 commit intomainfrom
renovate/major-spring-kafka

Conversation

@specmatic-builder
Copy link
Contributor

@specmatic-builder specmatic-builder commented Nov 23, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.springframework.kafka:spring-kafka 3.3.134.0.3 age adoption passing confidence

Release Notes

spring-projects/spring-kafka (org.springframework.kafka:spring-kafka)

v4.0.3

🐞 Bug Fixes

  • KafkaMessageListenerContainer.getAssignedPartitions can throw ConcurrentModificationException #​4276
  • GlobalEmbeddedKafkaTestExecutionListener generates log statement even when not enabled #​4268

🔨 Dependency Upgrades

  • Bump org.springframework:spring-framework-bom from 7.0.3 to 7.0.4 #​4301
  • Bump io.micrometer:micrometer-bom from 1.16.2 to 1.16.3 #​4300
  • Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 #​4299
  • Bump tools.jackson:jackson-bom from 3.0.3 to 3.0.4 #​4298
  • Bump io.micrometer:micrometer-tracing-bom from 1.6.2 to 1.6.3 #​4297
  • Bump org.springframework.data:spring-data-bom from 2025.1.2 to 2025.1.3 #​4295
  • Bump io.projectreactor:reactor-bom from 2025.0.2 to 2025.0.3 #​4294
  • Bump org.junit:junit-bom from 6.0.2 to 6.0.3 #​4293
  • Bump gradle-wrapper from 8.14.1 to 8.14.4 #​4292

v4.0.2

⭐ New Features

  • Remove TODO comment and unnecessary null checks for getBeanName() #​4253
  • Standardize usage of @Serial annotation for serialVersionUID #​4236
  • @BackOff does not recognize the __listener placeholder #​4232

🐞 Bug Fixes

  • Duplicated metric "spring.kafka.listener" increment when RetryableTopic enabled #​4230

📔 Documentation

  • Fix reference of deprecated serde APIs in docs #​4244
  • Update example Javadoc for EnableKafka annotations #​4239
  • Correct method javadoc #​4229
  • Fix plural words rendering in docs #​4201

🔨 Dependency Upgrades

  • Bump com.fasterxml.jackson:jackson-bom from 2.20.1 to 2.20.2 #​4256
  • Bump org.springframework:spring-framework-bom from 7.0.2 to 7.0.3 #​4252
  • Bump io.micrometer:micrometer-tracing-bom from 1.6.1 to 1.6.2 #​4251
  • Bump io.projectreactor:reactor-bom from 2025.0.1 to 2025.0.2 #​4249
  • Bump org.springframework.data:spring-data-bom from 2025.1.1 to 2025.1.2 #​4248
  • Bump io.micrometer:micrometer-bom from 1.16.1 to 1.16.2 #​4247
  • Bump org.junit:junit-bom from 6.0.1 to 6.0.2 #​4237
  • Bump log4jVersion from 2.25.2 to 2.25.3 #​4226

❤️ Contributors

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

@​david-parkk, @​jjank, @​ngocnhan-tran1996, and @​quaff

v4.0.1

⭐ New Features

  • Allow telling Spring to ignore an argument when identifying the type #​4210
  • Polish unchecked warning suppression in KafkaEvent #​4183
  • Remove unnecessary stream method #​4181

🐞 Bug Fixes

  • Unable to properly serialize/deserialize null values with JackJsonSerializer/Deserializer in Kotlin #​4205
  • [GraalVM Native] DefaultJwtValidator ClassNotFoundException is thrown with kafka-clients 4.1.1 #​4190
  • @KafkaListener with Both topics and topicPartitions Breaks @RetryableTopic #​4170

📔 Documentation

  • Fix Typo #​4208
  • GH-4189 : Modify Topic Assignment Docs of @KafkaListener #​4204
  • group.share.delivery.attempt.limit is not a valid configuration param in Kafka Admin API #​4194

🔨 Dependency Upgrades

  • Bump org.springframework.data:spring-data-bom from 2025.1.0 to 2025.1.1 #​4217
  • Bump io.micrometer:micrometer-bom from 1.16.0 to 1.16.1 #​4216
  • Bump io.micrometer:micrometer-tracing-bom from 1.6.0 to 1.6.1 #​4215
  • Bump io.projectreactor:reactor-bom from 2025.0.0 to 2025.0.1 #​4213
  • Bump org.springframework:spring-framework-bom from 7.0.1 to 7.0.2 #​4212
  • Bump tools.jackson:jackson-bom from 3.0.2 to 3.0.3 #​4187
  • Bump org.springframework:spring-framework-bom from 7.0.0 to 7.0.1 #​4177

❤️ Contributors

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

@​LEEJaeHyeok97, @​kyriakos-kyriakou, @​moonyoungCHAE, @​ngocnhan-tran1996, and @​quaff

v4.0.0

⭐ New Features

  • Add deleteTopics() method to KafkaAdmin #​4155
  • Optimize ArrayList allocations in BatchMessagingMessageConverter #​4152
  • Start building against Spring Framework 7.0.0 snapshots #​4150

🐞 Bug Fixes

  • Class loading issues with (custom) jaas module packaged as a dependency (jar in fat-jar) #​4109
  • Conversion using a SmartMessageConverter does not work with batch listener #​4097

📔 Documentation

  • refactor test example #​4159
  • Update the JavaDoc to reference the correct variable name #​4129
  • Fix typos in streams documentation #​4119
  • Documentation on DLT strategies with batch mode listeners #​3554

🔨 Dependency Upgrades

  • Bump org.springframework.data:spring-data-bom from 2025.1.0-SNAPSHOT to 2025.1.0 #​4164
  • Bump kafkaVersion from 4.1.0 to 4.1.1 #​4162
  • Bump tools.jackson:jackson-bom from 3.0.1 to 3.0.2 #​4145
  • Bump org.junit:junit-bom from 6.0.0 to 6.0.1 #​4133
  • Bump com.fasterxml.jackson:jackson-bom from 2.20.0 to 2.20.1 #​4130
  • Bump tools.jackson:jackson-bom from 3.0.0 to 3.0.1 #​4125
  • Bump kotlinVersion from 2.2.20 to 2.2.21 #​4124

❤️ Contributors

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

@​cmabdullah, @​moonyoungCHAE, @​ngocnhan-tran1996, and @​snicoll


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. Specmatic specific configuration is managed here.

@specmatic-builder specmatic-builder force-pushed the renovate/major-spring-kafka branch 5 times, most recently from 86fa477 to 6192d01 Compare December 7, 2025 12:07
@specmatic-builder specmatic-builder force-pushed the renovate/major-spring-kafka branch from 6192d01 to dc28438 Compare December 16, 2025 00:06
@specmatic-builder specmatic-builder force-pushed the renovate/major-spring-kafka branch 2 times, most recently from 179876f to 6b42cf3 Compare December 26, 2025 12:42
@specmatic-builder specmatic-builder force-pushed the renovate/major-spring-kafka branch 3 times, most recently from 65ca081 to 06a8b5f Compare January 21, 2026 00:25
@specmatic-builder specmatic-builder force-pushed the renovate/major-spring-kafka branch from 06a8b5f to a1dad36 Compare January 22, 2026 20:07
@specmatic-builder specmatic-builder force-pushed the renovate/major-spring-kafka branch 2 times, most recently from 22f08ec to 4484dec Compare February 6, 2026 00:22
@specmatic-builder specmatic-builder force-pushed the renovate/major-spring-kafka branch from 4484dec to f823059 Compare February 17, 2026 00:24
@specmatic-builder specmatic-builder force-pushed the renovate/major-spring-kafka branch from f823059 to 0e08264 Compare February 17, 2026 04:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant