This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 892b06178c4 [cleanup][build] Use netty.version consistently (#17280)
892b06178c4 is described below
commit 892b06178c472ead8e889097475848961410a107
Author: tison <[email protected]>
AuthorDate: Fri Aug 26 13:09:21 2022 +0800
[cleanup][build] Use netty.version consistently (#17280)
* [cleanup][build] Use netty.version consistently
* Update pom.xml
---
buildtools/pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/buildtools/pom.xml b/buildtools/pom.xml
index aac8768a5d8..6065e552bce 100644
--- a/buildtools/pom.xml
+++ b/buildtools/pom.xml
@@ -46,6 +46,7 @@
<maven-shade-plugin.version>3.2.4</maven-shade-plugin.version>
<puppycrawl.checkstyle.version>8.37</puppycrawl.checkstyle.version>
<maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
+ <netty.version>4.1.77.Final</netty.version>
<guice.version>4.2.3</guice.version>
<guava.version>31.0.1-jre</guava.version>
<ant.version>1.10.12</ant.version>
@@ -130,7 +131,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
- <version>4.1.77.Final</version>
+ <version>${netty.version}</version>
<scope>test</scope>
</dependency>
<dependency>