lfurman commented on code in PR #3005:
URL: https://github.com/apache/james-project/pull/3005#discussion_r3081133664


##########
pom.xml:
##########
@@ -634,21 +635,23 @@
         <jakarta.annotation-api.version>2.1.1</jakarta.annotation-api.version>
         <jakarta.servlet-api.version>6.0.0</jakarta.servlet-api.version>
         <jakarta.activation-api.version>2.1.3</jakarta.activation-api.version>
-
         <jsieve.version>0.8</jsieve.version>
         <spring.version>6.2.8</spring.version>
         <activmq-artemis.version>2.52.0</activmq-artemis.version>
         <apache-jspf-resolver.version>1.0.5</apache-jspf-resolver.version>
-        <angus-mail.version>2.0.3</angus-mail.version><!-- Align with EE10 
Mail 2.1: https://eclipse-ee4j.github.io/angus-mail/ -->
-        <angus-activation.version>2.0.2</angus-activation.version><!-- Align 
with EE10 Activation 2.1: https://eclipse-ee4j.github.io/angus-activation/ -->
+        <angus-mail.version>2.0.3</angus-mail.version>
+        <!-- Align with EE10 Mail 2.1: 
https://eclipse-ee4j.github.io/angus-mail/ -->
+        <angus-activation.version>2.0.2</angus-activation.version>
+        <!-- Align with EE10 Activation 2.1: 
https://eclipse-ee4j.github.io/angus-activation/ -->
         <slf4j.version>2.0.17</slf4j.version>
         <circe.version>0.14.14</circe.version>
         <dnsjava.version>3.6.3</dnsjava.version>
         <junit.jupiter.version>5.13.1</junit.jupiter.version>
         <junit.platform.version>1.13.1</junit.platform.version>
         <junit.vintage.version>5.13.1</junit.vintage.version>
         <concurrent.version>1.3.4</concurrent.version>
-        <netty.version>4.1.126.Final</netty.version>
+        <netty.version>4.1.129.Final</netty.version>

Review Comment:
   Looking at the netty libraries in maven:
   
   https://mvnrepository.com/artifact/io.netty/netty-all
   
   - 4.2.12 is the latest version for 4.2 release
   
   For reactor-netty specifically:
   
   https://mvnrepository.com/artifact/io.projectreactor.netty/reactor-netty
   
   The latest version is 1.3.4.
   
   Could you please clarify where the source for reactor-netty is?



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to