Skip to content

Commit 961f427

Browse files
authored
Update to netty-tcnative 2.0.75.Final (#16227)
Motivation: Update to latest netty-tcnative release Modifications: Update to 2.0.75.Final Result: Depend on latest release
1 parent 3007ba9 commit 961f427

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
@@ -73,7 +73,7 @@
7373

7474
<properties>
7575
<!-- Keep in sync with ../pom.xml -->
76-
<tcnative.version>2.0.74.Final</tcnative.version>
76+
<tcnative.version>2.0.75.Final</tcnative.version>
7777
</properties>
7878

7979
<build>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@
598598
<id>boringssl-snapshot</id>
599599
<properties>
600600
<tcnative.artifactId>netty-tcnative-boringssl-static</tcnative.artifactId>
601-
<tcnative.version>2.0.75.Final-SNAPSHOT</tcnative.version>
601+
<tcnative.version>2.0.76.Final-SNAPSHOT</tcnative.version>
602602
<tcnative.classifier>${os.detected.classifier}</tcnative.classifier>
603603
</properties>
604604

@@ -737,7 +737,7 @@
737737
<os.detection.classifierWithLikes>fedora,suse,arch</os.detection.classifierWithLikes>
738738
<tcnative.artifactId>netty-tcnative</tcnative.artifactId>
739739
<!-- Keep in sync with bom/pom.xml -->
740-
<tcnative.version>2.0.74.Final</tcnative.version>
740+
<tcnative.version>2.0.75.Final</tcnative.version>
741741
<tcnative.classifier>${os.detected.classifier}</tcnative.classifier>
742742
<conscrypt.groupId>org.conscrypt</conscrypt.groupId>
743743
<conscrypt.artifactId>conscrypt-openjdk-uber</conscrypt.artifactId>

0 commit comments

Comments
 (0)