diff --git a/build.gradle b/build.gradle index f7f4558ec..5266a599e 100755 --- a/build.gradle +++ b/build.gradle @@ -1509,7 +1509,7 @@ project(':wres-eventsbroker') { implementation group: 'jakarta.jms', name: 'jakarta.jms-api', version: '3.1.0' // Apache ActiveMQ Artemis server - implementation('org.apache.activemq:artemis-server:2.34.0') { + implementation('org.apache.activemq:artemis-server:2.36.0') { // TODO: remove when Artemis catches up // Because we use slf4j, not jcl: @@ -1538,7 +1538,7 @@ project(':wres-eventsbroker') { implementation group: 'org.bouncycastle', name: 'bcprov-jdk18on', version: '1.78.1' // AMQP 1.0 protocol support for the ActiveMQ Artemis server - implementation('org.apache.activemq:artemis-amqp-protocol:2.34.0') { + implementation('org.apache.activemq:artemis-amqp-protocol:2.36.0') { // Because we use slf4j, not jcl: exclude group: 'commons-logging', module: 'commons-logging' @@ -2124,8 +2124,3 @@ configurations.runtimeOnly { defaultTasks 'installDist', 'test', 'javadoc' -dependencyCheck { - nvd { - apiKey='5567f796-6037-4be0-8342-df384693d8d3' - } -} \ No newline at end of file