Skip to content

Commit 2869b7a

Browse files
chore(deps): bump plugin.surefire.version from 3.0.0 to 3.1.0 (#544)
* chore(deps): bump plugin.surefire.version from 3.0.0 to 3.1.0 Bumps `plugin.surefire.version` from 3.0.0 to 3.1.0. Updates `maven-surefire-plugin` from 3.0.0 to 3.1.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.0.0...surefire-3.1.0) Updates `maven-failsafe-plugin` from 3.0.0 to 3.1.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.0.0...surefire-3.1.0) Updates `maven-surefire-report-plugin` from 3.0.0 to 3.1.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.0.0...surefire-3.1.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.apache.maven.plugins:maven-surefire-report-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 cb318f6 commit 2869b7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Update dependencies:
1414
- [#552](https://github.com/influxdata/influxdb-client-java/pull/552): `micrometer-registry-influx` to `1.11.0`
1515

1616
#### Maven:
17-
- [#526](https://github.com/influxdata/influxdb-client-java/pull/526): `maven-surefire-plugin`, `maven-failsafe-plugin` to `3.0.0`
1817
- [#527](https://github.com/influxdata/influxdb-client-java/pull/527): `scala-maven-plugin` to `4.8.1`
1918
- [#528](https://github.com/influxdata/influxdb-client-java/pull/528): `license-maven-plugin` to `4.2`
2019
- [#529](https://github.com/influxdata/influxdb-client-java/pull/529): `maven-deploy-plugin` to `3.1.1`
2120
- [#543](https://github.com/influxdata/influxdb-client-java/pull/543): `jacoco-maven-plugin` to `0.8.10`
21+
- [#544](https://github.com/influxdata/influxdb-client-java/pull/544): `maven-surefire-plugin`, `maven-failsafe-plugin` to `3.1.0`
2222
- [#549](https://github.com/influxdata/influxdb-client-java/pull/549): `maven-checkstyle-plugin` to `3.2.2`
2323
- [#550](https://github.com/influxdata/influxdb-client-java/pull/550): `maven-compiler-plugin` to `3.11.0`
2424

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<dependency.gson.version>2.10.1</dependency.gson.version>
115115
<dependency.io.reactivex.rxjava3>3.1.6</dependency.io.reactivex.rxjava3>
116116

117-
<plugin.surefire.version>3.0.0</plugin.surefire.version>
117+
<plugin.surefire.version>3.1.0</plugin.surefire.version>
118118
<plugin.javadoc.version>3.5.0</plugin.javadoc.version>
119119
<plugin.checkstyle.version>3.2.2</plugin.checkstyle.version>
120120
<plugin.jacoco.version>0.8.10</plugin.jacoco.version>

0 commit comments

Comments
 (0)