File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ Update dependencies:
53
53
- [ #725 ] ( https://github.com/influxdata/influxdb-client-java/pull/725 ) : ` assertk-jvm ` to ` 0.28.1 `
54
54
- [ #750 ] ( https://github.com/influxdata/influxdb-client-java/pull/750 ) : ` assertj-core ` to ` 3.26.3 `
55
55
- [ #737 ] ( https://github.com/influxdata/influxdb-client-java/pull/737 ) : ` junit-jupiter ` to ` 5.10.3 `
56
+ - [ #754 ] ( https://github.com/influxdata/influxdb-client-java/pull/754 ) : ` hamcrest ` to ` 3.0 `
56
57
57
58
#### Examples:
58
59
- [ #723 ] ( https://github.com/influxdata/influxdb-client-java/pull/723 ) : ` commons-cli ` to ` 1.8.0 `
Original file line number Diff line number Diff line change 257
257
<rule >APPROVE</rule >
258
258
<value >Apache-2.0</value >
259
259
</dependencyPolicy >
260
+ <dependencyPolicy >
261
+ <type >LICENSE_NAME</type >
262
+ <rule >APPROVE</rule >
263
+ <value >BSD-3-Clause</value >
264
+ </dependencyPolicy >
260
265
<dependencyPolicy >
261
266
<type >LICENSE_URL</type >
262
267
<rule >APPROVE</rule >
672
677
<dependency >
673
678
<groupId >org.hamcrest</groupId >
674
679
<artifactId >hamcrest</artifactId >
675
- <version >2.2 </version >
680
+ <version >3.0 </version >
676
681
</dependency >
677
682
678
683
<dependency >
You can’t perform that action at this time.
0 commit comments