File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Update dependencies:
12
12
13
13
#### Build:
14
14
- [ #614 ] ( https://github.com/influxdata/influxdb-client-java/pull/614 ) : ` commons-lang3 ` to ` 3.13.0 `
15
+ - [ #653 ] ( https://github.com/influxdata/influxdb-client-java/pull/653 ) : ` commons-io ` to ` 2.15.1 `
15
16
- [ #622 ] ( https://github.com/influxdata/influxdb-client-java/pull/622 ) : ` micrometer-registry-influx ` to ` 1.11.3 `
16
17
- [ #635 ] ( https://github.com/influxdata/influxdb-client-java/pull/635 ) : ` spring-boot ` to ` 2.7.17 `
17
18
- [ #625 ] ( https://github.com/influxdata/influxdb-client-java/pull/625 ) : ` lombok ` to ` 1.18.30 `
Original file line number Diff line number Diff line change 158
158
<dependency >
159
159
<groupId >commons-io</groupId >
160
160
<artifactId >commons-io</artifactId >
161
- <version >2.13.0 </version >
161
+ <version >2.15.1 </version >
162
162
</dependency >
163
163
<dependency >
164
164
<groupId >commons-cli</groupId >
You can’t perform that action at this time.
0 commit comments