Skip to content

Commit 5a5c73b

Browse files
chore(deps): Bump dokka-maven-plugin from 1.7.20 to 1.8.20 (#573)
* chore(deps): Bump dokka-maven-plugin from 1.7.20 to 1.8.20 Bumps [dokka-maven-plugin](https://github.com/Kotlin/dokka) from 1.7.20 to 1.8.20. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/commits) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * docs: Update CHANGELOG.md --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jakub Bednář <[email protected]>
1 parent 6660090 commit 5a5c73b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Update dependencies:
1111

1212
#### Maven:
1313
- [#570](https://github.com/influxdata/influxdb-client-java/pull/570): `build-helper-maven-plugin` to `3.4.0`
14+
- [#573](https://github.com/influxdata/influxdb-client-java/pull/573): `dokka-maven-plugin` to `1.8.20`
1415
- [#583](https://github.com/influxdata/influxdb-client-java/pull/583): `maven-project-info-reports-plugin` to `3.4.5`
1516

1617
#### Examples:

client-kotlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<plugin>
109109
<groupId>org.jetbrains.dokka</groupId>
110110
<artifactId>dokka-maven-plugin</artifactId>
111-
<version>1.7.20</version>
111+
<version>1.8.20</version>
112112
<executions>
113113
<execution>
114114
<id>dokka-pre-site</id>

0 commit comments

Comments
 (0)