Skip to content

Commit

Permalink
fixes #67 Fixed dependency upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
ArvinEsmailzadeh committed Aug 20, 2024
1 parent 5321359 commit 274ab89
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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'

Expand Down Expand Up @@ -2124,8 +2124,3 @@ configurations.runtimeOnly {

defaultTasks 'installDist', 'test', 'javadoc'

dependencyCheck {
nvd {
apiKey='5567f796-6037-4be0-8342-df384693d8d3'
}
}

0 comments on commit 274ab89

Please sign in to comment.