Skip to content

Commit ab1bc99

Browse files
committed
docs: update CHANGELOG.md
1 parent cd34f27 commit ab1bc99

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ Update dependencies:
2323
- [#391](https://github.com/influxdata/influxdb-client-java/pull/391): `maven-bundle-plugin` to `5.1.8`
2424
- [#395](https://github.com/influxdata/influxdb-client-java/pull/395): `maven-site-plugin` to `3.12.1`
2525

26+
#### Test:
27+
- [#400](https://github.com/influxdata/influxdb-client-java/pull/400): `mockito` to `4.7.0`
28+
2629
## 6.4.0 [2022-07-29]
2730

2831
### Release Notice

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,12 @@
639639
<groupId>org.mockito</groupId>
640640
<artifactId>mockito-core</artifactId>
641641
<version>${mockito.version}</version>
642+
<exclusions>
643+
<exclusion>
644+
<groupId>net.bytebuddy</groupId>
645+
<artifactId>byte-buddy</artifactId>
646+
</exclusion>
647+
</exclusions>
642648
</dependency>
643649

644650
<dependency>

0 commit comments

Comments
 (0)