We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b2a05 commit ec1f194Copy full SHA for ec1f194
.changes/next-release/bugfix-NettyNIOHTTPClient-457eb71.json
@@ -0,0 +1,6 @@
1
+{
2
+ "category": "Netty NIO HTTP Client",
3
+ "contributor": "",
4
+ "type": "bugfix",
5
+ "description": "Update `netty-tcnative-boringssl-static` to `2.0.43.Final` to fix issues loading the native libraries on some platforms."
6
+}
pom.xml
@@ -126,7 +126,7 @@
126
<jimfs.version>1.1</jimfs.version>
127
<testng.version>7.1.0</testng.version> <!-- TCK Tests -->
128
<commons-lang.verson>2.6</commons-lang.verson>
129
- <netty-open-ssl-version>2.0.42.Final</netty-open-ssl-version>
+ <netty-open-ssl-version>2.0.43.Final</netty-open-ssl-version>
130
<dynamodb-local.version>1.16.0</dynamodb-local.version>
131
<sqllite.version>1.0.392</sqllite.version>
132
0 commit comments