Skip to content

Commit 6184736

Browse files
vlsiclaude
andcommitted
fix(deps): update org.apache.activemq to v6.2.6
Bump activemq-broker/client/spring (test scope) from 6.2.0 to 6.2.6. Regenerate dependency verification metadata; activemq is test-only, so the release jar list is unchanged. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent c0a7ee8 commit 6184736

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

gradle/verification-metadata.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,10 @@
211211
<trusted-key id="EED6202038849B47FEEAD1EC9266326161C26F29" group="net.javacrumbs.json-unit"/>
212212
<trusted-key id="F254B35617DC255D9344BCFA873A8E86B4372146" group="org.apache"/>
213213
<trusted-key id="F3184BCD55F4D016E30D4C9BF42E87F9665015C9" group="org.jsoup"/>
214-
<trusted-key id="F4DD59C90148BDC52BEB90A4530AA5F25C25011F" group="commons-logging"/>
214+
<trusted-key id="F4DD59C90148BDC52BEB90A4530AA5F25C25011F">
215+
<trusting group="commons-logging"/>
216+
<trusting group="org.apache.commons"/>
217+
</trusted-key>
215218
<trusted-key id="F5FEBA84EB26C56457B2CF819E31AB27445478DB" group="org.infinispan"/>
216219
<trusted-key id="FA77DCFEF2EE6EB2DEBEDD2C012579464D01C06A">
217220
<trusting group="org.codehaus.plexus"/>
@@ -633,6 +636,11 @@
633636
<sha256 value="ea297dcd114136e8b8e8b630230d52a76c2fc69f6c5db25d672b1857000728b8" origin="Generated by Gradle"/>
634637
</artifact>
635638
</component>
639+
<component group="org.apache" name="apache" version="37">
640+
<artifact name="apache-37.pom">
641+
<sha256 value="524ec4787aff73af6b3a9fafa154c7f1881b648299b663fdbfcadda1286f2353" origin="Generated by Gradle"/>
642+
</artifact>
643+
</component>
636644
<component group="org.apache" name="apache" version="4">
637645
<artifact name="apache-4.pom">
638646
<sha256 value="9e9323a26ba8eb2394efef0c96d31b70df570808630dc147cab1e73541cc5194" origin="Generated by Gradle"/>

src/bom-testing/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ dependencies {
4444
api("net.bytebuddy:byte-buddy:1.17.8")
4545
api("nl.jqno.equalsverifier:equalsverifier:4.3")
4646
// activemq-all should not be used as it provides secondary slf4j binding
47-
api("org.apache.activemq:activemq-broker:6.2.0")
48-
api("org.apache.activemq:activemq-client:6.2.0")
49-
api("org.apache.activemq:activemq-spring:6.2.0")
47+
api("org.apache.activemq:activemq-broker:6.2.6")
48+
api("org.apache.activemq:activemq-client:6.2.6")
49+
api("org.apache.activemq:activemq-spring:6.2.6")
5050
api("org.apache.ftpserver:ftplet-api:1.2.1")
5151
api("org.apache.ftpserver:ftpserver-core:1.2.1")
5252
api("org.apache.mina:mina-core:2.2.5")

0 commit comments

Comments
 (0)