File tree Expand file tree Collapse file tree 4 files changed +24
-7
lines changed Expand file tree Collapse file tree 4 files changed +24
-7
lines changed Original file line number Diff line number Diff line change 6
6
1 . [ #661 ] ( https://github.com/influxdata/influxdb-client-java/pull/661 ) : Replaced Akka Streams with Pekko Streams in the Scala client.
7
7
8
8
9
+ ### Dependencies
10
+
11
+ Update dependencies:
12
+
13
+ #### Build:
14
+ - [ #664 ] ( https://github.com/influxdata/influxdb-client-java/pull/664 ) : ` kotlin ` to ` 1.9.22 `
15
+ - [ #666 ] ( https://github.com/influxdata/influxdb-client-java/pull/666 ) : ` okio ` to ` 3.7.0 `
16
+ - [ #667 ] ( https://github.com/influxdata/influxdb-client-java/pull/667 ) : ` rxjava ` to ` 3.1.8 `
17
+ - [ #669 ] ( https://github.com/influxdata/influxdb-client-java/pull/669 ) : ` commons-lang3 ` to ` 3.14.0 `
18
+ - [ #670 ] ( https://github.com/influxdata/influxdb-client-java/pull/670 ) : ` micrometer-registry-influx ` to ` 1.12.1 `
19
+
20
+ #### Maven:
21
+ - [ #671 ] ( https://github.com/influxdata/influxdb-client-java/pull/671 ) : ` maven-javadoc-plugin ` to ` 3.6.3 `
22
+
23
+ #### Test:
24
+ - [ #668 ] ( https://github.com/influxdata/influxdb-client-java/pull/668 ) : ` junit-jupiter ` to ` 5.10.1 `
25
+
9
26
## 6.12.0 [ 2023-12-15]
10
27
11
28
### Features
Original file line number Diff line number Diff line change 117
117
<dependency >
118
118
<groupId >org.apache.commons</groupId >
119
119
<artifactId >commons-lang3</artifactId >
120
- <version >3.13 .0</version >
120
+ <version >3.14 .0</version >
121
121
<scope >compile</scope >
122
122
</dependency >
123
123
<dependency >
Original file line number Diff line number Diff line change 110
110
111
111
<dependency .retrofit.version>2.9.0</dependency .retrofit.version>
112
112
<dependency .okhttp3.version>4.11.0</dependency .okhttp3.version>
113
- <dependency .com.squareup.okio>3.6 .0</dependency .com.squareup.okio>
113
+ <dependency .com.squareup.okio>3.7 .0</dependency .com.squareup.okio>
114
114
<dependency .gson.version>2.10.1</dependency .gson.version>
115
- <dependency .io.reactivex.rxjava3>3.1.6 </dependency .io.reactivex.rxjava3>
115
+ <dependency .io.reactivex.rxjava3>3.1.8 </dependency .io.reactivex.rxjava3>
116
116
117
117
<plugin .surefire.version>3.2.2</plugin .surefire.version>
118
- <plugin .javadoc.version>3.6.0 </plugin .javadoc.version>
118
+ <plugin .javadoc.version>3.6.3 </plugin .javadoc.version>
119
119
<plugin .checkstyle.version>3.3.0</plugin .checkstyle.version>
120
120
<plugin .jacoco.version>0.8.11</plugin .jacoco.version>
121
121
<plugin .site.version>3.12.1</plugin .site.version>
122
122
<plugin .scala.version>4.8.1</plugin .scala.version>
123
123
124
124
<pekko .version>1.0.2</pekko .version>
125
- <kotlin .version>1.9.20 </kotlin .version>
126
- <junit-jupiter .version>5.9 .1</junit-jupiter .version>
125
+ <kotlin .version>1.9.22 </kotlin .version>
126
+ <junit-jupiter .version>5.10 .1</junit-jupiter .version>
127
127
<kotlin-coroutines .version>1.7.3</kotlin-coroutines .version>
128
128
<mockito .version>4.10.0</mockito .version>
129
129
</properties >
Original file line number Diff line number Diff line change 72
72
</scm >
73
73
74
74
<properties >
75
- <micrometer .version>1.11.3 </micrometer .version>
75
+ <micrometer .version>1.12.1 </micrometer .version>
76
76
<spring-boot .version>2.7.17</spring-boot .version>
77
77
<spring .version>5.3.26</spring .version>
78
78
</properties >
You can’t perform that action at this time.
0 commit comments