File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ Update dependencies:
43
43
- [ #730 ] ( https://github.com/influxdata/influxdb-client-java/pull/730 ) : ` scala-maven-plugin ` to ` 4.9.1 `
44
44
- [ #734 ] ( https://github.com/influxdata/influxdb-client-java/pull/734 ) : ` maven-compiler-plugin ` to ` 3.13.0 `
45
45
- [ #736 ] ( https://github.com/influxdata/influxdb-client-java/pull/736 ) : ` jacoco-maven-plugin ` to ` 0.8.12 `
46
+ - [ #748 ] ( https://github.com/influxdata/influxdb-client-java/pull/748 ) : ` maven-surefire-plugin ` , ` maven-failsafe-plugin ` to ` 3.3.1 `
46
47
- [ #746 ] ( https://github.com/influxdata/influxdb-client-java/pull/746 ) : ` maven-jar-plugin ` to ` 3.4.2 `
47
48
- [ #747 ] ( https://github.com/influxdata/influxdb-client-java/pull/747 ) : ` maven-project-info-reports-plugin ` to ` 3.6.2 `
48
49
- [ #751 ] ( https://github.com/influxdata/influxdb-client-java/pull/751 ) : ` license-maven-plugin ` to ` 4.5 `
Original file line number Diff line number Diff line change 114
114
<dependency .gson.version>2.11.0</dependency .gson.version>
115
115
<dependency .io.reactivex.rxjava3>3.1.8</dependency .io.reactivex.rxjava3>
116
116
117
- <plugin .surefire.version>3.2.5 </plugin .surefire.version>
117
+ <plugin .surefire.version>3.3.1 </plugin .surefire.version>
118
118
<plugin .javadoc.version>3.6.3</plugin .javadoc.version>
119
119
<plugin .checkstyle.version>3.3.1</plugin .checkstyle.version>
120
120
<plugin .jacoco.version>0.8.12</plugin .jacoco.version>
You can’t perform that action at this time.
0 commit comments