Skip to content

Commit 2acb40d

Browse files
chore(deps): bump plugin.surefire.version from 3.2.2 to 3.2.5 (#677)
* chore(deps): bump plugin.surefire.version from 3.2.2 to 3.2.5 Bumps `plugin.surefire.version` from 3.2.2 to 3.2.5. Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.2 to 3.2.5 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.2.2...surefire-3.2.5) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.2.2 to 3.2.5 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.2.2...surefire-3.2.5) Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.2.2 to 3.2.5 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.2.2...surefire-3.2.5) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * docs: Update CHANGELOG.md [skip CI] --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jakub Bednář <jakub.bednar@gmail.com>
1 parent 6ff4530 commit 2acb40d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ Update dependencies:
99
- [#680](https://github.com/influxdata/influxdb-client-java/pull/680): `micrometer-registry-influx` to `1.12.2`
1010

1111
#### Maven:
12-
- [#682](https://github.com/influxdata/influxdb-client-java/pull/682): `maven-checkstyle-plugin` to `3.3.1`
12+
- [#677](https://github.com/influxdata/influxdb-client-java/pull/677): `maven-surefire-plugin`, `maven-failsafe-plugin` to `3.2.5`
1313
- [#679](https://github.com/influxdata/influxdb-client-java/pull/679): `build-helper-maven-plugin` to `3.5.0`
14+
- [#682](https://github.com/influxdata/influxdb-client-java/pull/682): `maven-checkstyle-plugin` to `3.3.1`
1415

1516
#### Test:
1617
- [#683](https://github.com/influxdata/influxdb-client-java/pull/683): `assertj` to `3.25.3`

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.8</dependency.io.reactivex.rxjava3>
116116

117-
<plugin.surefire.version>3.2.2</plugin.surefire.version>
117+
<plugin.surefire.version>3.2.5</plugin.surefire.version>
118118
<plugin.javadoc.version>3.6.3</plugin.javadoc.version>
119119
<plugin.checkstyle.version>3.3.1</plugin.checkstyle.version>
120120
<plugin.jacoco.version>0.8.11</plugin.jacoco.version>

0 commit comments

Comments
 (0)