Skip to content
Closed
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
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ final Map<String, String> libraries = [
//
// DO NOT interpolate version variables here because Dependabot is not smart enough to understand those. Dependabot's
// version parsing is simply regex matching and never actually evaluates a gradle script.
activeMQ : 'org.apache.activemq:activemq-broker:5.18.3',
activeMQ : 'org.apache.activemq:activemq-broker:6.0.1',
angusActivation : 'org.eclipse.angus:angus-activation:2.0.1', // Compatibility with JAXB and Angus Mail required
angusMailSmtp : 'org.eclipse.angus:smtp:2.0.2',
apacheAnt : 'org.apache.ant:ant:1.10.14',
Expand Down