Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,21 @@
<sha256 value="089827a4d9f06cb23fc56f17718c90792e06642f89d73a72f7d4e0a1d4ea4a14" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.apache.activemq" name="activemq-parent" version="6.2.0">
<artifact name="activemq-parent-6.2.0.pom">
<sha256 value="12af0b4f5d26a4afb4ebe3ef9e254de8914358f138cb6cd148bddb862c9d81eb" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.apache.camel" name="camel" version="4.14.2">
<artifact name="camel-4.14.2.pom">
<sha256 value="f8e3e0c2176cd532b4136a28435405b2472f5f0e7dbce358e6d8707be55dfbd2" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.apache.camel" name="camel-bom" version="4.14.2">
<artifact name="camel-bom-4.14.2.pom">
<sha256 value="924b98a5fbf537d0f571ac15dfe481bfc785d4bb011b412f38046744b37ddc22" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.apache.commons" name="commons-math3" version="3.6.1">
<artifact name="commons-math3-3.6.1.pom">
<sha256 value="fad72336ea7d7dd06da103144e3740db508fa4b17d9c54d7847737edc24a7e60" origin="Generated by Gradle"/>
Expand Down
2 changes: 1 addition & 1 deletion src/bom-testing/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
api("nl.jqno.equalsverifier:equalsverifier:4.3")
// activemq-all should not be used as it provides secondary slf4j binding
api("org.apache.activemq:activemq-broker:6.2.0")
api("org.apache.activemq:activemq-client:6.2.0")
api("org.apache.activemq:activemq-client:6.2.4")
api("org.apache.activemq:activemq-spring:6.2.0")
api("org.apache.ftpserver:ftplet-api:1.2.1")
api("org.apache.ftpserver:ftpserver-core:1.2.1")
Expand Down
Loading