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 712a659 commit 8bfa635Copy full SHA for 8bfa635
CHANGELOG.md
@@ -1,5 +1,12 @@
1
## 6.11.0 [unreleased]
2
3
+### Dependencies
4
+
5
+Update dependencies:
6
7
+#### Build:
8
+ - [#614](https://github.com/influxdata/influxdb-client-java/pull/614): `commons-lang3` to `3.13.0`
9
10
## 6.10.0 [2023-07-28]
11
12
### Bug Fixes
examples/pom.xml
@@ -117,7 +117,7 @@
117
<dependency>
118
<groupId>org.apache.commons</groupId>
119
<artifactId>commons-lang3</artifactId>
120
- <version>3.12.0</version>
+ <version>3.13.0</version>
121
<scope>compile</scope>
122
</dependency>
123
0 commit comments