exceptionfactory commented on code in PR #7733:
URL: https://github.com/apache/nifi/pull/7733#discussion_r1326649313
##########
pom.xml:
##########
@@ -137,10 +137,10 @@
<hadoop.version>3.3.6</hadoop.version>
<ozone.version>1.2.1</ozone.version>
<gcs.version>2.1.5</gcs.version>
- <aspectj.version>1.9.19</aspectj.version>
+ <aspectj.version>1.9.20.1</aspectj.version>
Review Comment:
AspectJ cannot be backported to the support branch, so it should be upgraded
separately. Unfortunately, it does not follow Semantic Versioning when it comes
to Java version compatibility.
##########
pom.xml:
##########
@@ -150,7 +150,7 @@
<swagger.annotations.version>1.6.11</swagger.annotations.version>
<h2.version>2.2.222</h2.version>
<zookeeper.version>3.9.0</zookeeper.version>
- <caffeine.version>3.1.6</caffeine.version>
+ <caffeine.version>3.1.8</caffeine.version>
Review Comment:
Caffeine 3 requires Java 11, so it cannot be backported and should be
upgraded separately.
--
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]