Skip to content

Bump org.springframework.amqp:spring-rabbit from 4.0.3 to 4.1.0#6693

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/org.springframework.amqp-spring-rabbit-4.1.0
Open

Bump org.springframework.amqp:spring-rabbit from 4.0.3 to 4.1.0#6693
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/org.springframework.amqp-spring-rabbit-4.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 14, 2026

Copy link
Copy Markdown
Contributor

Bumps org.springframework.amqp:spring-rabbit from 4.0.3 to 4.1.0.

Release notes

Sourced from org.springframework.amqp:spring-rabbit's releases.

v4.1.0

⭐ New Features

  • Revise JSON converters to trust no one by default #3449

🐞 Bug Fixes

  • RabbitConnectionFactoryBean: enable SSL for amqps URI #3471
  • Use UUID for messageTag in the RabbitTemplate #3470
  • RabbitMQ 4.3 upgrade breaks retry/dead-letter expectations due to delivery-count semantics change #3435
  • queue-master-locator argument is long deprecated and now denied by default in RabbitMQ 4.3 #3419
  • Double-ack regression when using MANUAL ack mode with ErrorHandler #3418

🔨 Dependency Upgrades

  • Bump io.micrometer:micrometer-tracing-bom from 1.7.0-SNAPSHOT to 1.7.0 #3467
  • Bump io.micrometer:micrometer-bom from 1.17.0-SNAPSHOT to 1.17.1-SNAPSHOT #3466
  • Bump io.projectreactor:reactor-bom from 2025.0.5 to 2025.0.6 #3464
  • Bump org.springframework:spring-framework-bom from 7.0.7 to 7.0.8 #3462
  • Bump ch.qos.logback:logback-classic from 1.5.33 to 1.5.34 #3452
  • Bump com.fasterxml.jackson:jackson-bom from 2.21.3 to 2.21.4 #3447
  • Bump tools.jackson:jackson-bom from 3.1.3 to 3.1.4 #3444
  • Bump ch.qos.logback:logback-classic from 1.5.32 to 1.5.33 #3443
  • Bump com.fasterxml.jackson:jackson-bom from 2.21.2 to 2.21.3 #3431
  • Bump tools.jackson:jackson-bom from 3.1.2 to 3.1.3 #3430
  • Bump org.testcontainers:testcontainers-bom from 2.0.4 to 2.0.5 #3427
  • Bump kotlinVersion from 2.3.20 to 2.3.21 #3426

v4.1.0-RC1

⭐ New Features

  • Add ConditionalRejectingErrorHandler.stopListenerOnFatal option #3400
  • EnableAmqp is not semantically equivalent to EnableRabbit #3384
  • Allow AmqpClient.Builder to customize SenderOptions #3383
  • SimpleMessageListenerContainer should be offer more aggressive scale down options [AMQP-745] #2305

🐞 Bug Fixes

  • SimpleMessageListenerContainer does not check for a NoSuchMethodException in a cause stack #3396
  • Fatal method invocation should not lead to retries #3393

🔨 Dependency Upgrades

  • Bump org.springframework:spring-framework-bom from 7.0.6 to 7.0.7 #3411
  • Bump io.projectreactor:reactor-bom from 2025.0.4 to 2025.0.5 #3409
  • Bump tools.jackson:jackson-bom from 3.1.1 to 3.1.2 #3405
  • Bump org.apache.logging.log4j:log4j-bom from 2.25.3 to 2.25.4 #3395
  • Bump tools.jackson:jackson-bom from 3.1.0 to 3.1.1 #3392
  • Bump com.fasterxml.jackson:jackson-bom from 2.21.1 to 2.21.2 #3389
  • Bump org.testcontainers:testcontainers-bom from 2.0.3 to 2.0.4 #3388

... (truncated)

Commits
  • 414086a [CI/CD] Release version 4.1.0
  • 3a38397 GH-3471: RabbitConnectionFB: enable SSL for amqps URI
  • ca163ae GH-3470: Use UUID for messageTag in the RabbitTemplate
  • 4d2ca72 Upgrade from SNAPSHOTs to GAs
  • e0213a0 CI/CD: Trigger dependabot updates
  • ff13f08 Bump io.micrometer:micrometer-bom (#3466)
  • 8149f4a Bump io.micrometer:micrometer-tracing-bom from 1.7.0-SNAPSHOT to 1.7.0 (#3467)
  • 6bbe148 Bump org.springframework:spring-framework-bom from 7.0.7 to 7.0.8 (#3462)
  • 8d545e6 Bump io.projectreactor:reactor-bom from 2025.0.5 to 2025.0.6 (#3464)
  • 2393e07 CI/CD: Trigger dependabot updates
  • 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 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.amqp:spring-rabbit](https://github.com/spring-projects/spring-amqp) from 4.0.3 to 4.1.0.
- [Release notes](https://github.com/spring-projects/spring-amqp/releases)
- [Commits](spring-projects/spring-amqp@v4.0.3...v4.1.0)

---
updated-dependencies:
- dependency-name: org.springframework.amqp:spring-rabbit
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jun 14, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 14, 2026 02:05
@dependabot dependabot Bot requested review from ikalinin1, valfirst and vkepin June 14, 2026 02:05
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 14, 2026
@codecov

codecov Bot commented Jun 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.79%. Comparing base (413a8ba) to head (e325ff9).

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #6693   +/-   ##
=========================================
  Coverage     97.79%   97.79%           
  Complexity     7325     7325           
=========================================
  Files          1015     1015           
  Lines         21508    21508           
  Branches       1416     1416           
=========================================
  Hits          21033    21033           
  Misses          359      359           
  Partials        116      116           

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

🚀 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.

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.

0 participants