Skip to content

Commit

Permalink
[cleanup][build] Use netty.version consistently (apache#17280)
Browse files Browse the repository at this point in the history
* [cleanup][build] Use netty.version consistently

* Update pom.xml
  • Loading branch information
tisonkun authored Aug 26, 2022
1 parent d2ed37e commit 892b061
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildtools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 892b061

Please sign in to comment.