Skip to content

Commit 18b43f2

Browse files
committed
Bump Netty test dependency versions to 4.1.115.Final.
See #3041
1 parent 10cf5d4 commit 18b43f2

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

pom.xml

+9-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<lettuce>6.4.1.RELEASE</lettuce>
2828
<jedis>5.2.0</jedis>
2929
<multithreadedtc>1.01</multithreadedtc>
30-
<netty>4.1.107.Final</netty>
30+
<netty>4.1.115.Final</netty>
3131
<java-module-name>spring.data.redis</java-module-name>
3232
</properties>
3333

@@ -51,6 +51,14 @@
5151
<version>${pool}</version>
5252
</dependency>
5353

54+
<dependency>
55+
<groupId>io.netty</groupId>
56+
<artifactId>netty-bom</artifactId>
57+
<version>${netty}</version>
58+
<type>pom</type>
59+
<scope>import</scope>
60+
</dependency>
61+
5462
</dependencies>
5563
</dependencyManagement>
5664

@@ -104,15 +112,13 @@
104112
<groupId>io.netty</groupId>
105113
<artifactId>netty-transport-native-epoll</artifactId>
106114
<classifier>linux-x86_64</classifier>
107-
<version>${netty}</version>
108115
<scope>test</scope>
109116
</dependency>
110117

111118
<dependency>
112119
<groupId>io.netty</groupId>
113120
<artifactId>netty-transport-native-kqueue</artifactId>
114121
<classifier>osx-x86_64</classifier>
115-
<version>${netty}</version>
116122
<scope>test</scope>
117123
</dependency>
118124

0 commit comments

Comments
 (0)