Skip to content

build(deps): bump org.apache.groovy:groovy from 5.0.7 to 5.0.8 - #2278

Merged
cshannon merged 1 commit into
mainfrom
dependabot/maven/org.apache.groovy-groovy-5.0.8
Aug 4, 2026
Merged

build(deps): bump org.apache.groovy:groovy from 5.0.7 to 5.0.8#2278
cshannon merged 1 commit into
mainfrom
dependabot/maven/org.apache.groovy-groovy-5.0.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps org.apache.groovy:groovy from 5.0.7 to 5.0.8.

Commits

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.apache.groovy:groovy](https://github.com/apache/groovy) from 5.0.7 to 5.0.8.
- [Commits](https://github.com/apache/groovy/commits)

---
updated-dependencies:
- dependency-name: org.apache.groovy:groovy
  dependency-version: 5.0.8
  dependency-type: direct:production
  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 Aug 3, 2026
@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown

Test Results

 1 104 files  +  167   1 104 suites  +167   4h 36m 11s ⏱️ + 56m 18s
10 429 tests +1 719  10 089 ✅ +1 689  340 💤 +30  0 ❌ ±0 
10 617 runs  +1 916  10 277 ✅ +1 885  340 💤 +31  0 ❌ ±0 

Results for commit fcd2d75. ± Comparison against base commit a68a3bf.

This pull request removes 82 and adds 1801 tests. Note that renamed tests count towards both.
org.apache.activemq.bugs.AMQ4656Test ‑ testDurableConsumerEnqueueCountWithZeroPrefetch[org.apache.activemq.broker.region.policy.FilePendingDurableSubscriberMessageStoragePolicy@19b843ba]
org.apache.activemq.bugs.AMQ4656Test ‑ testDurableConsumerEnqueueCountWithZeroPrefetch[org.apache.activemq.broker.region.policy.StorePendingDurableSubscriberMessageStoragePolicy@6f8e8894]
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testComposite {authenticationPlugin=SimpleAuthenticationBroker, authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@43599640}
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testComposite {authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@43599640, authenticationPlugin=org.apache.activemq.security.JaasAuthenticationPlugin@6b6776cb}
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testCompositeFail {authenticationPlugin=SimpleAuthenticationBroker, authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@1863d2fe}
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testCompositeFail {authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@1863d2fe, authenticationPlugin=org.apache.activemq.security.JaasAuthenticationPlugin@544d57e}
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testCompositeFailMulti {authenticationPlugin=SimpleAuthenticationBroker, authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@797b0699}
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testCompositeFailMulti {authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@797b0699, authenticationPlugin=org.apache.activemq.security.JaasAuthenticationPlugin@26df6e3a}
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testCompositeTempMultiLevel {authenticationPlugin=SimpleAuthenticationBroker, authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@52e7a6b2}
org.apache.activemq.security.SimpleSecurityBrokerSystemTest ‑ testCompositeTempMultiLevel {authorizationPlugin=org.apache.activemq.security.AuthorizationPlugin@52e7a6b2, authenticationPlugin=org.apache.activemq.security.JaasAuthenticationPlugin@79c97cb}
…
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@2462cb01]
org.apache.activemq.bugs.AMQ4656Test ‑ testDurableConsumerEnqueueCountWithZeroPrefetch[org.apache.activemq.broker.region.policy.StorePendingDurableSubscriberMessageStoragePolicy@6b0d80ed]
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]
…

@cshannon
cshannon merged commit 4f7111d into main Aug 4, 2026
11 checks passed
@cshannon
cshannon deleted the dependabot/maven/org.apache.groovy-groovy-5.0.8 branch August 4, 2026 13:49
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