Skip to content

Commit

Permalink
Issue Alluxio#12704 - Update Netty to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-g committed Nov 29, 2021
1 parent da3697b commit 68057e2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>2.0.26.Final</version>
<version>2.0.46.Final</version>
</dependency>

<!-- Internal dependencies -->
Expand Down
11 changes: 8 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@
<build.path>build</build.path>
<catalyst.version>1.2.1</catalyst.version>
<glusterfs-hadoop.version>2.3.13</glusterfs-hadoop.version>
<grpc.version>1.37.0</grpc.version>
<grpc.version>1.42.1</grpc.version>
<gson.version>2.8.6</gson.version>
<netty.version>4.1.52.Final</netty.version>
<netty.version>4.1.70.Final</netty.version>
<rocksdb.version>6.25.3</rocksdb.version>
<hadoop.version>3.3.0</hadoop.version>
<jacoco.version>0.8.5</jacoco.version>
Expand Down Expand Up @@ -168,7 +168,7 @@
<create.dependency.reduced.pom>false</create.dependency.reduced.pom>
<cephfs-hadoop.version>0.0.1</cephfs-hadoop.version>
<libcephfs.version>0.0.1</libcephfs.version>
<jnr-fuse.version>0.5.5</jnr-fuse.version>
<jnr-fuse.version>0.5.7</jnr-fuse.version>
</properties>

<modules>
Expand Down Expand Up @@ -261,6 +261,11 @@
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-ffi</artifactId>
<version>2.2.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.serceman</groupId>
Expand Down

0 comments on commit 68057e2

Please sign in to comment.