Skip to content

Commit

Permalink
chore: upgrade netty version (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
caojiajun committed Oct 30, 2024
1 parent c48897b commit 2057d53
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions camellia-redis-proxy/camellia-redis-proxy-bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>${netty.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
<okhttp.version>3.14.9</okhttp.version>
<okhttp4.version>4.11.0</okhttp4.version>
<slf4j.version>1.7.7</slf4j.version>
<netty.version>4.1.108.Final</netty.version>
<netty.version>4.1.114.Final</netty.version>
<jctools.version>4.0.1</jctools.version>
<netty-incubator-transport-native-io_uring.version>0.0.25.Final</netty-incubator-transport-native-io_uring.version>
<netty-incubator-codec-native-quic.version>0.0.62.Final</netty-incubator-codec-native-quic.version>
<netty-incubator-codec-native-quic.version>0.0.67.Final</netty-incubator-codec-native-quic.version>
<jedis.version>2.9.3</jedis.version>
<jedis3.version>3.6.3</jedis3.version>
<concurrentlinkedhashmap.version>1.4.2</concurrentlinkedhashmap.version>
Expand Down

0 comments on commit 2057d53

Please sign in to comment.