File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 27
27
<lettuce >6.4.1.RELEASE</lettuce >
28
28
<jedis >5.2.0</jedis >
29
29
<multithreadedtc >1.01</multithreadedtc >
30
- <netty >4.1.107 .Final</netty >
30
+ <netty >4.1.115 .Final</netty >
31
31
<java-module-name >spring.data.redis</java-module-name >
32
32
</properties >
33
33
51
51
<version >${pool} </version >
52
52
</dependency >
53
53
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
+
54
62
</dependencies >
55
63
</dependencyManagement >
56
64
104
112
<groupId >io.netty</groupId >
105
113
<artifactId >netty-transport-native-epoll</artifactId >
106
114
<classifier >linux-x86_64</classifier >
107
- <version >${netty} </version >
108
115
<scope >test</scope >
109
116
</dependency >
110
117
111
118
<dependency >
112
119
<groupId >io.netty</groupId >
113
120
<artifactId >netty-transport-native-kqueue</artifactId >
114
121
<classifier >osx-x86_64</classifier >
115
- <version >${netty} </version >
116
122
<scope >test</scope >
117
123
</dependency >
118
124
You can’t perform that action at this time.
0 commit comments