Skip to content

Bump org.springframework.amqp:spring-amqp-bom from 4.0.2 to 4.0.3#10972

Merged
github-actions[bot] merged 1 commit into
7.0.xfrom
dependabot/gradle/7.0.x/org.springframework.amqp-spring-amqp-bom-4.0.3
Apr 21, 2026
Merged

Bump org.springframework.amqp:spring-amqp-bom from 4.0.2 to 4.0.3#10972
github-actions[bot] merged 1 commit into
7.0.xfrom
dependabot/gradle/7.0.x/org.springframework.amqp-spring-amqp-bom-4.0.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps org.springframework.amqp:spring-amqp-bom from 4.0.2 to 4.0.3.

Release notes

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

v4.0.3

⭐ New Features

  • feat: add classic queue type option to QueueBuilder #3359

🐞 Bug Fixes

  • Fatal method invocation should not lead to retries #3399
  • SimpleMessageListenerContainer does not check for a NoSuchMethodException in a cause stack #3397
  • DirectMessageListenerContainer is not restartable after stop(Runnable) -- taskScheduler nulled but initialized flag prevents re-creation #3382
  • DirectMessageListenerContainer discards listener when TimeoutException occurs #3369

🔨 Dependency Upgrades

  • Bump org.springframework.data:spring-data-bom from 2025.1.4 to 2025.1.5 #3414
  • Bump io.projectreactor:reactor-bom from 2025.0.4 to 2025.0.5 #3412
  • Bump org.springframework:spring-framework-bom from 7.0.6 to 7.0.7 #3410
  • Bump io.micrometer:micrometer-tracing-bom from 1.6.4 to 1.6.5 #3406
  • Bump io.micrometer:micrometer-bom from 1.16.4 to 1.16.5 #3404
  • Bump org.apache.logging.log4j:log4j-bom from 2.25.3 to 2.25.4 #3394
  • Bump org.testcontainers:testcontainers-bom from 2.0.3 to 2.0.4 #3391
  • Bump org.springframework:spring-framework-bom from 7.0.4 to 7.0.5 #3353
  • Bump org.junit:junit-bom from 6.0.2 to 6.0.3 #3350
  • Bump ch.qos.logback:logback-classic from 1.5.29 to 1.5.32 #3347
  • Bump org.springframework.data:spring-data-bom from 2025.1.2 to 2025.1.3 #3346
  • Bump io.projectreactor:reactor-bom from 2025.0.2 to 2025.0.3 #3344
  • Bump org.springframework:spring-framework-bom from 7.0.3 to 7.0.4 #3340
  • Bump ch.qos.logback:logback-classic from 1.5.28 to 1.5.29 #3338
  • Bump io.micrometer:micrometer-tracing-bom from 1.6.2 to 1.6.3 #3336
  • Bump io.micrometer:micrometer-bom from 1.16.2 to 1.16.3 #3335
  • Bump ch.qos.logback:logback-classic from 1.5.27 to 1.5.28 #3326
  • Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 #3322
  • Bump ch.qos.logback:logback-classic from 1.5.25 to 1.5.27 #3320
  • Bump tools.jackson:jackson-bom from 3.0.3 to 3.0.4 #3316
  • Bump gradle-wrapper from 9.2.0 to 9.2.1 #3314
  • Bump com.fasterxml.jackson:jackson-bom from 2.20.1 to 2.20.2 #3311
Commits
  • fd0b59e [CI/CD] Release version 4.0.3
  • a85318b Bump org.springframework.data:spring-data-bom from 2025.1.4 to 2025.1.5 (#3414)
  • 0a706cb Bump org.springframework:spring-framework-bom from 7.0.6 to 7.0.7 (#3410)
  • 404f4fe Bump io.projectreactor:reactor-bom from 2025.0.4 to 2025.0.5 (#3412)
  • 4ec21db Remove Java 25 from CI GHA workflow
  • 417f893 No need in CI job name
  • aaaaa22 Simplify CI job name
  • f3f1138 Upgrade gradle.toolchains plugin to 1.0.0
  • e376b0f Upgrade to Gradle 9.4.1
  • 13dfd8e Add ci GHA workflow
  • 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-amqp-bom](https://github.com/spring-projects/spring-amqp) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/spring-projects/spring-amqp/releases)
- [Commits](spring-projects/spring-amqp@v4.0.2...v4.0.3)

---
updated-dependencies:
- dependency-name: org.springframework.amqp:spring-amqp-bom
  dependency-version: 4.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the type: dependency-upgrade Pull requests that update a dependency file label Apr 21, 2026
@github-actions github-actions Bot added this to the 7.0.5 milestone Apr 21, 2026
@github-actions github-actions Bot enabled auto-merge (squash) April 21, 2026 16:55
@github-actions github-actions Bot merged commit f0ea20d into 7.0.x Apr 21, 2026
3 checks passed
@github-actions github-actions Bot deleted the dependabot/gradle/7.0.x/org.springframework.amqp-spring-amqp-bom-4.0.3 branch April 21, 2026 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: dependency-upgrade Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants