Skip to content

Commit f844d78

Browse files
authored
Upgrade netty-tcnative to 2.0.70.Final (#14790)
Motivation: A new tcnative release is out Modifications: Upgrade to latest release Result: Use latest netty tcnative version
1 parent 8afb5d9 commit f844d78

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.69.Final</tcnative.version>
68+
<tcnative.version>2.0.70.Final</tcnative.version>
6969
</properties>
7070

7171
<build>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@
606606
<id>boringssl-snapshot</id>
607607
<properties>
608608
<tcnative.artifactId>netty-tcnative-boringssl-static</tcnative.artifactId>
609-
<tcnative.version>2.0.70.Final-SNAPSHOT</tcnative.version>
609+
<tcnative.version>2.0.71.Final-SNAPSHOT</tcnative.version>
610610
<tcnative.classifier>${os.detected.classifier}</tcnative.classifier>
611611
</properties>
612612
</profile>
@@ -739,7 +739,7 @@
739739
<os.detection.classifierWithLikes>fedora,suse,arch</os.detection.classifierWithLikes>
740740
<tcnative.artifactId>netty-tcnative</tcnative.artifactId>
741741
<!-- Keep in sync with bom/pom.xml -->
742-
<tcnative.version>2.0.69.Final</tcnative.version>
742+
<tcnative.version>2.0.70.Final</tcnative.version>
743743
<tcnative.classifier>${os.detected.classifier}</tcnative.classifier>
744744
<conscrypt.groupId>org.conscrypt</conscrypt.groupId>
745745
<conscrypt.artifactId>conscrypt-openjdk-uber</conscrypt.artifactId>

0 commit comments

Comments
 (0)