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 50c58a3 commit dd371d8Copy full SHA for dd371d8
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## 1.3.0 [unreleased]
2
3
+### Features
4
+
5
+1. [#250](https://github.com/InfluxCommunity/influxdb3-java/pull/250) Upgrade Netty version to 4.2.3.Final.
6
7
## 1.2.0 [2025-06-26]
8
9
### Features
pom.xml
@@ -88,7 +88,7 @@
88
<properties>
89
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
90
91
- <netty-handler.version>4.2.2.Final</netty-handler.version>
+ <netty-handler.version>4.2.3.Final</netty-handler.version>
92
<junit-jupiter.version>5.11.4</junit-jupiter.version>
93
94
<plugin.surefire.version>3.5.2</plugin.surefire.version>
0 commit comments