Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a41202

Browse files
committed
Upgrade to netty-tcnative 2.0.66.Final (#14254)
Motivation: A new release of netty-tcnative is out Modifications: Upgrade to 2.0.66.Final Result: Use latest netty-tcnative version
1 parent 1ef12e1 commit 8a41202

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
<properties>
6767
<!-- Keep in sync with ../pom.xml -->
68-
<tcnative.version>2.0.65.Final</tcnative.version>
68+
<tcnative.version>2.0.66.Final</tcnative.version>
6969
</properties>
7070

7171
<build>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@
441441
<id>boringssl-snapshot</id>
442442
<properties>
443443
<tcnative.artifactId>netty-tcnative-boringssl-static</tcnative.artifactId>
444-
<tcnative.version>2.0.66.Final-SNAPSHOT</tcnative.version>
444+
<tcnative.version>2.0.67.Final-SNAPSHOT</tcnative.version>
445445
<tcnative.classifier>${os.detected.classifier}</tcnative.classifier>
446446
</properties>
447447
</profile>
@@ -541,7 +541,7 @@
541541
<os.detection.classifierWithLikes>fedora,suse,arch</os.detection.classifierWithLikes>
542542
<tcnative.artifactId>netty-tcnative</tcnative.artifactId>
543543
<!-- Keep in sync with bom/pom.xml -->
544-
<tcnative.version>2.0.65.Final</tcnative.version>
544+
<tcnative.version>2.0.66.Final</tcnative.version>
545545
<tcnative.classifier>${os.detected.classifier}</tcnative.classifier>
546546
<conscrypt.groupId>org.conscrypt</conscrypt.groupId>
547547
<conscrypt.artifactId>conscrypt-openjdk-uber</conscrypt.artifactId>

0 commit comments

Comments
 (0)