[
https://issues.apache.org/jira/browse/AMQ-8513?focusedWorklogId=757803&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-757803
]
ASF GitHub Bot logged work on AMQ-8513:
---------------------------------------
Author: ASF GitHub Bot
Created on: 18/Apr/22 09:25
Start Date: 18/Apr/22 09:25
Worklog Time Spent: 10m
Work Description: jbonofre commented on code in PR #782:
URL: https://github.com/apache/activemq/pull/782#discussion_r851999463
##########
activemq-openwire-generator/pom.xml:
##########
@@ -44,9 +44,9 @@
<artifactId>annogen</artifactId>
</dependency>
<dependency>
- <groupId>ant</groupId>
+ <groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.6.2</version>
+ <version>1.10.12</version>
Review Comment:
I don't see other direct other reference (outside of openwire generator).
The only ant dependency I can see with `mvn dependency:tree` are transitive
dependency. So I think it's OK like this.
Issue Time Tracking
-------------------
Worklog Id: (was: 757803)
Time Spent: 1h 40m (was: 1.5h)
> Upgrade to ant 1.10.12
> ----------------------
>
> Key: AMQ-8513
> URL: https://issues.apache.org/jira/browse/AMQ-8513
> Project: ActiveMQ
> Issue Type: Dependency upgrade
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
> Priority: Major
> Fix For: 5.17.1, 5.16.5
>
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)