Skip to content

Commit 235eb6f

Browse files
authored
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 ceade95 commit 235eb6f

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
@@ -578,7 +578,7 @@
578578
<id>boringssl-snapshot</id>
579579
<properties>
580580
<tcnative.artifactId>netty-tcnative-boringssl-static</tcnative.artifactId>
581-
<tcnative.version>2.0.66.Final-SNAPSHOT</tcnative.version>
581+
<tcnative.version>2.0.67.Final-SNAPSHOT</tcnative.version>
582582
<tcnative.classifier>${os.detected.classifier}</tcnative.classifier>
583583
</properties>
584584
</profile>
@@ -709,7 +709,7 @@
709709
<os.detection.classifierWithLikes>fedora,suse,arch</os.detection.classifierWithLikes>
710710
<tcnative.artifactId>netty-tcnative</tcnative.artifactId>
711711
<!-- Keep in sync with bom/pom.xml -->
712-
<tcnative.version>2.0.65.Final</tcnative.version>
712+
<tcnative.version>2.0.66.Final</tcnative.version>
713713
<tcnative.classifier>${os.detected.classifier}</tcnative.classifier>
714714
<conscrypt.groupId>org.conscrypt</conscrypt.groupId>
715715
<conscrypt.artifactId>conscrypt-openjdk-uber</conscrypt.artifactId>

0 commit comments

Comments
 (0)