Skip to content

Commit 1273214

Browse files
Update dependency io.netty:netty-bom to v4.2.3.Final (#2091)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e1abd58 commit 1273214

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<!-- upper bounds conflict -->
5858
<groupId>io.netty</groupId>
5959
<artifactId>netty-bom</artifactId>
60-
<version>4.2.2.Final</version>
60+
<version>4.2.3.Final</version>
6161
<type>pom</type>
6262
<scope>import</scope>
6363
</dependency>
@@ -151,11 +151,11 @@ and
151151
</exclusion>
152152
<exclusion>
153153
<groupId>org.bouncycastle</groupId>
154-
<artifactId>bcpkix-jdk15on</artifactId>
154+
<artifactId>bcpkix-jdk18on</artifactId>
155155
</exclusion>
156156
<exclusion>
157157
<groupId>org.bouncycastle</groupId>
158-
<artifactId>bcprov-jdk15on</artifactId>
158+
<artifactId>bcprov-jdk18on</artifactId>
159159
</exclusion>
160160
</exclusions>
161161
</dependency>

0 commit comments

Comments
 (0)