Copilot commented on code in PR #4699:
URL: https://github.com/apache/bookkeeper/pull/4699#discussion_r2681561741
##########
pom.xml:
##########
@@ -158,7 +158,7 @@
<log4j.version>2.23.1</log4j.version>
<lz4-java.version>1.10.2</lz4-java.version>
<mockito.version>4.11.0</mockito.version>
- <netty.version>4.1.121.Final</netty.version>
+ <netty.version>4.1.130.Final</netty.version>
Review Comment:
The PR title states "Upgrade netty to 4.1.140 Final" but the actual version
being upgraded to is 4.1.130.Final. The title needs to be corrected to match
the actual version change in the code.
```suggestion
<netty.version>4.1.140.Final</netty.version>
```
--
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]