Skip to content

build(deps): bump camel-version from 4.18.1 to 4.20.0#1970

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/camel-version-4.20.0
Open

build(deps): bump camel-version from 4.18.1 to 4.20.0#1970
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/camel-version-4.20.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps camel-version from 4.18.1 to 4.20.0.
Updates org.apache.camel:camel-bom from 4.18.1 to 4.20.0

Updates org.apache.camel:camel-core from 4.18.1 to 4.20.0

Updates org.apache.camel:camel-spring from 4.18.1 to 4.20.0

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 `camel-version` from 4.18.1 to 4.20.0.

Updates `org.apache.camel:camel-bom` from 4.18.1 to 4.20.0

Updates `org.apache.camel:camel-core` from 4.18.1 to 4.20.0

Updates `org.apache.camel:camel-spring` from 4.18.1 to 4.20.0

---
updated-dependencies:
- dependency-name: org.apache.camel:camel-bom
  dependency-version: 4.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.camel:camel-core
  dependency-version: 4.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.apache.camel:camel-spring
  dependency-version: 4.20.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 Apr 27, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 27, 2026

Test Results

 1 078 files  +  162  1 078 suites  +162   4h 20m 10s ⏱️ + 41m 38s
10 070 tests +1 671  9 751 ✅ +1 654  319 💤 +17  0 ❌ ±0 
10 257 runs  +1 867  9 938 ✅ +1 849  319 💤 +18  0 ❌ ±0 

Results for commit 6ccdccb. ± Comparison against base commit 8235168.

This pull request removes 62 and adds 1733 tests. Note that renamed tests count towards both.
org.apache.activemq.bugs.AMQ4656Test ‑ testDurableConsumerEnqueueCountWithZeroPrefetch[org.apache.activemq.broker.region.policy.FilePendingDurableSubscriberMessageStoragePolicy@13d9cbf5]
org.apache.activemq.bugs.AMQ4656Test ‑ testDurableConsumerEnqueueCountWithZeroPrefetch[org.apache.activemq.broker.region.policy.StorePendingDurableSubscriberMessageStoragePolicy@19b843ba]
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testGuestReceiveFails {destination=GUESTS.BY_PASS,TEST, password=password, userName=guest, authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@1c39680d, authenticationPlugin=org.apache.activemq.security.JaasAuthenticationPlugin@1c852c0f}
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testGuestReceiveFails {destination=queue://TEST, password=password, userName=guest, authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@1c39680d, authenticationPlugin=SimpleAuthenticationBroker}
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testGuestReceiveFails {destination=queue://TEST, password=password, userName=guest, authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@1c39680d, authenticationPlugin=org.apache.activemq.security.JaasAuthenticationPlugin@1c852c0f}
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testGuestReceiveFails {destination=queue://USERS.FOO, password=password, userName=guest, authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@1c39680d, authenticationPlugin=SimpleAuthenticationBroker}
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testGuestReceiveFails {destination=queue://USERS.FOO, password=password, userName=guest, authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@1c39680d, authenticationPlugin=org.apache.activemq.security.JaasAuthenticationPlugin@1c852c0f}
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testGuestReceiveFails {destination=topic://TEST, password=password, userName=guest, authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@1c39680d, authenticationPlugin=SimpleAuthenticationBroker}
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testGuestReceiveFails {destination=topic://TEST, password=password, userName=guest, authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@1c39680d, authenticationPlugin=org.apache.activemq.security.JaasAuthenticationPlugin@1c852c0f}
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testGuestReceiveFails {destination=topic://USERS.FOO, password=password, userName=guest, authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@1c39680d, authenticationPlugin=SimpleAuthenticationBroker}
…
org.apache.activemq.BrokerConfigTest ‑ testEmbeddedxMLConfig
org.apache.activemq.TwoBrokerTopicSendReceiveUsingHttpTest ‑ testSendReceive
org.apache.activemq.bugs.AMQ2764Test ‑ testBrokerRestart
org.apache.activemq.bugs.AMQ2764Test ‑ testInactivityMonitor
org.apache.activemq.bugs.AMQ4656Test ‑ testDurableConsumerEnqueueCountWithZeroPrefetch[org.apache.activemq.broker.region.policy.FilePendingDurableSubscriberMessageStoragePolicy@478db956]
org.apache.activemq.bugs.AMQ4656Test ‑ testDurableConsumerEnqueueCountWithZeroPrefetch[org.apache.activemq.broker.region.policy.StorePendingDurableSubscriberMessageStoragePolicy@64ec96c6]
org.apache.activemq.bugs.AMQ9255Test ‑ testExpiredMessages
org.apache.activemq.config.BrokerXmlConfigStartTest ‑ testStartBrokerUsingXmlConfig1[activemq-demo.xml]
org.apache.activemq.config.BrokerXmlConfigStartTest ‑ testStartBrokerUsingXmlConfig1[activemq-dynamic-network-broker1.xml]
org.apache.activemq.config.BrokerXmlConfigStartTest ‑ testStartBrokerUsingXmlConfig1[activemq-dynamic-network-broker2.xml]
…

♻️ This comment has been updated with latest results.

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