Skip to content

Commit 5bb309e

Browse files
committed
Update activemq version
1 parent fca51c8 commit 5bb309e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ext {
1111

1212
/* Dependencies */
1313
activationApiVersion = '1.2.0'
14-
activeMqVersion = '5.15.3'
14+
activeMqVersion = '5.15.4'
1515
commonsCodecVersion = '1.11'
1616
commonsCollectionsVersion = '4.1'
1717
commonsIoVersion = '2.6'
@@ -283,7 +283,7 @@ subprojects { subproj ->
283283
links 'https://trellis-ldp.github.io/trellis/apidocs/'
284284
links 'https://commons.apache.org/proper/commons-lang/javadocs/api-3.7/'
285285
links 'https://commons.apache.org/proper/commons-rdf/apidocs/'
286-
links 'https://activemq.apache.org/maven/5.15.3/apidocs/'
286+
links 'https://activemq.apache.org/maven/5.15.4/apidocs/'
287287
links 'https://jena.apache.org/documentation/javadoc/rdfconnection/'
288288
links 'https://kafka.apache.org/0100/javadoc/'
289289
links 'https://rabbitmq.github.io/rabbitmq-java-client/api/current/'
@@ -330,7 +330,7 @@ configure(rootProject) {
330330
links 'https://trellis-ldp.github.io/trellis/apidocs/'
331331
links 'https://commons.apache.org/proper/commons-lang/javadocs/api-3.7/'
332332
links 'https://commons.apache.org/proper/commons-rdf/apidocs/'
333-
links 'https://activemq.apache.org/maven/5.15.3/apidocs/'
333+
links 'https://activemq.apache.org/maven/5.15.4/apidocs/'
334334
links 'https://jena.apache.org/documentation/javadoc/rdfconnection/'
335335
links 'https://kafka.apache.org/0100/javadoc/'
336336
links 'https://rabbitmq.github.io/rabbitmq-java-client/api/current/'

0 commit comments

Comments
 (0)