Skip to content

Commit

Permalink
Update tcnative version (netty#12454)
Browse files Browse the repository at this point in the history
Motivation:

A new release is out.

Modifications:

Update to latest tcnative release

Result:

Use latest release
  • Loading branch information
normanmaurer authored and franz1981 committed Aug 22, 2022
1 parent 9c6585c commit 2f77350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.52.Final</tcnative.version>
<tcnative.version>2.0.53.Final</tcnative.version>
</properties>

<build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -550,7 +550,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.52.Final</tcnative.version>
<tcnative.version>2.0.53.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 2f77350

Please sign in to comment.