Skip to content

Commit

Permalink
Upgrade to latest tcnative release (#13893)
Browse files Browse the repository at this point in the history
Motivation:

We did a new tcnative release.

Modifications:

Update to latest version

Result:

Use latest tcnative release
  • Loading branch information
normanmaurer committed Mar 8, 2024
1 parent 85cee9d commit efff1f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bom/pom.xml
Expand Up @@ -65,7 +65,7 @@

<properties>
<!-- Keep in sync with ../pom.xml -->
<tcnative.version>2.0.63.Final</tcnative.version>
<tcnative.version>2.0.65.Final</tcnative.version>
</properties>

<build>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -530,7 +530,7 @@
<id>boringssl-snapshot</id>
<properties>
<tcnative.artifactId>netty-tcnative-boringssl-static</tcnative.artifactId>
<tcnative.version>2.0.64.Final-SNAPSHOT</tcnative.version>
<tcnative.version>2.0.66.Final-SNAPSHOT</tcnative.version>
<tcnative.classifier>${os.detected.classifier}</tcnative.classifier>
</properties>
</profile>
Expand Down Expand Up @@ -655,7 +655,7 @@
<os.detection.classifierWithLikes>fedora,suse,arch</os.detection.classifierWithLikes>
<tcnative.artifactId>netty-tcnative</tcnative.artifactId>
<!-- Keep in sync with bom/pom.xml -->
<tcnative.version>2.0.63.Final</tcnative.version>
<tcnative.version>2.0.65.Final</tcnative.version>
<tcnative.classifier>${os.detected.classifier}</tcnative.classifier>
<conscrypt.groupId>org.conscrypt</conscrypt.groupId>
<conscrypt.artifactId>conscrypt-openjdk-uber</conscrypt.artifactId>
Expand Down

0 comments on commit efff1f8

Please sign in to comment.