File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments