Skip to content

Commit b46dfd5

Browse files
committedJul 1, 2022
Polishing #2098
Also upgrade tcnative/io_uring versions.
1 parent 82d7ee7 commit b46dfd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
<dependency>
215215
<groupId>io.netty</groupId>
216216
<artifactId>netty-tcnative</artifactId>
217-
<version>2.0.51.Final</version>
217+
<version>2.0.53.Final</version>
218218
<classifier>${os.detected.classifier}</classifier>
219219
<optional>true</optional>
220220
</dependency>
@@ -244,7 +244,7 @@
244244
<dependency>
245245
<groupId>io.netty.incubator</groupId>
246246
<artifactId>netty-incubator-transport-native-io_uring</artifactId>
247-
<version>0.0.13.Final</version>
247+
<version>0.0.14.Final</version>
248248
<classifier>linux-x86_64</classifier>
249249
<optional>true</optional>
250250
</dependency>

0 commit comments

Comments
 (0)
Please sign in to comment.