jbertram commented on code in PR #1035:
URL: https://github.com/apache/activemq/pull/1035#discussion_r1237565253
##########
activemq-broker/pom.xml:
##########
@@ -66,6 +66,18 @@
<artifactId>activemq-jaas</artifactId>
<optional>true</optional>
</dependency>
+ <dependency>
+ <groupId>com.nimbusds</groupId>
+ <artifactId>nimbus-jose-jwt</artifactId>
+ <version>9.22</version>
Review Comment:
The latest version is `9.31`. How come an older version is being used
instead of the latest?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]