File tree Expand file tree Collapse file tree 3 files changed +25
-3
lines changed
mailet/rate-limiter-redis Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 610
610
<junit .vintage.version>5.7.0</junit .vintage.version>
611
611
<concurrent .version>1.3.4</concurrent .version>
612
612
<xbean-spring .version>4.18</xbean-spring .version>
613
- <netty .version>4.1.76 .Final</netty .version>
613
+ <netty .version>4.1.77 .Final</netty .version>
614
614
<cucumber .version>2.4.0</cucumber .version>
615
615
616
616
<pax-logging-api .version>1.6.4</pax-logging-api .version>
2378
2378
<dependency >
2379
2379
<groupId >io.projectreactor</groupId >
2380
2380
<artifactId >reactor-bom</artifactId >
2381
- <version >2020.0.18 </version >
2381
+ <version >2020.0.19 </version >
2382
2382
<type >pom</type >
2383
2383
<scope >import</scope >
2384
2384
</dependency >
Original file line number Diff line number Diff line change 33
33
<name >Apache James :: Server :: Blob :: S3</name >
34
34
35
35
<properties >
36
- <s3-sdk .version>2.17.170 </s3-sdk .version>
36
+ <s3-sdk .version>2.17.189 </s3-sdk .version>
37
37
</properties >
38
38
39
39
<dependencies >
Original file line number Diff line number Diff line change 91
91
<dependency >
92
92
<groupId >io.lettuce</groupId >
93
93
<artifactId >lettuce-core</artifactId >
94
+ <!-- Because the shaded JAR uses the original POM, you still need to
95
+ exclude this dependency explicitly: -->
96
+ <exclusions >
97
+ <exclusion >
98
+ <groupId >io.netty</groupId >
99
+ <artifactId >*</artifactId >
100
+ </exclusion >
101
+ </exclusions >
102
+ </dependency >
103
+ <dependency >
104
+ <groupId >io.netty</groupId >
105
+ <artifactId >netty-common</artifactId >
106
+ <version >${netty.version} </version >
107
+ </dependency >
108
+ <dependency >
109
+ <groupId >io.netty</groupId >
110
+ <artifactId >netty-handler</artifactId >
111
+ </dependency >
112
+ <dependency >
113
+ <groupId >io.netty</groupId >
114
+ <artifactId >netty-transport</artifactId >
115
+ <version >${netty.version} </version >
94
116
</dependency >
95
117
<dependency >
96
118
<groupId >io.projectreactor</groupId >
You can’t perform that action at this time.
0 commit comments