Skip to content

Commit

Permalink
bump transitive netty-tcnative-boringssl-static to 2.0.69.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
maximthomas committed Nov 19, 2024
1 parent a4c2a8d commit 1734d55
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
<checkstyleFailOnError>false</checkstyleFailOnError>
<logback.version>1.2.3</logback.version>
<netty.version>4.1.115.Final</netty.version>
<netty-tcnative-boringssl.version>2.0.69.Final</netty-tcnative-boringssl.version>
</properties>
<!-- Profiles -->
<profiles>
Expand Down Expand Up @@ -1866,6 +1867,11 @@
<artifactId>netty-transport-classes-kqueue</artifactId>
<version>${netty.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>${netty-tcnative-boringssl.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
Expand Down

0 comments on commit 1734d55

Please sign in to comment.