We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1abd58 commit 1273214Copy full SHA for 1273214
1 file changed
pom.xml
@@ -57,7 +57,7 @@
57
<!-- upper bounds conflict -->
58
<groupId>io.netty</groupId>
59
<artifactId>netty-bom</artifactId>
60
- <version>4.2.2.Final</version>
+ <version>4.2.3.Final</version>
61
<type>pom</type>
62
<scope>import</scope>
63
</dependency>
@@ -151,11 +151,11 @@ and
151
</exclusion>
152
<exclusion>
153
<groupId>org.bouncycastle</groupId>
154
- <artifactId>bcpkix-jdk15on</artifactId>
+ <artifactId>bcpkix-jdk18on</artifactId>
155
156
157
158
- <artifactId>bcprov-jdk15on</artifactId>
+ <artifactId>bcprov-jdk18on</artifactId>
159
160
</exclusions>
161
0 commit comments