File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ Update dependencies:
11
11
- [ #436 ] ( https://github.com/influxdata/influxdb-client-java/pull/436 ) : ` scala-library ` to ` 2.13.9 `
12
12
- [ #443 ] ( https://github.com/influxdata/influxdb-client-java/pull/443 ) : ` micrometer-registry-influx ` to ` 1.9.5 `
13
13
14
+ #### Maven Plugin:
15
+ - [ #445 ] ( https://github.com/influxdata/influxdb-client-java/pull/445 ) : ` dokka-maven-plugin ` to ` 1.7.20 `
16
+
14
17
#### Test:
15
18
- [ #440 ] ( https://github.com/influxdata/influxdb-client-java/pull/440 ) : ` logback-classic ` to ` 1.3.4 `
16
19
Original file line number Diff line number Diff line change 108
108
<plugin >
109
109
<groupId >org.jetbrains.dokka</groupId >
110
110
<artifactId >dokka-maven-plugin</artifactId >
111
- <version >1.7.10 </version >
111
+ <version >1.7.20 </version >
112
112
<executions >
113
113
<execution >
114
114
<id >dokka-pre-site</id >
You can’t perform that action at this time.
0 commit comments