Skip to content

Commit

Permalink
chore(deps): bump plugin.surefire.version from 3.2.1 to 3.2.2 (#651)
Browse files Browse the repository at this point in the history
* chore(deps): bump plugin.surefire.version from 3.2.1 to 3.2.2

Bumps `plugin.surefire.version` from 3.2.1 to 3.2.2.

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.2.1...surefire-3.2.2)

Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.2.1...surefire-3.2.2)

Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.2.1 to 3.2.2
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.2.1...surefire-3.2.2)

---
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] <[email protected]>

* docs: Update CHANGELOG.md [skip ci]

---------

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]>
  • Loading branch information
dependabot[bot] and bednar authored Dec 4, 2023
1 parent a8aaf8d commit 31625d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Update dependencies:
- [#627](https://github.com/influxdata/influxdb-client-java/pull/627): `assertk-jvm` to `0.27.0`
- [#637](https://github.com/influxdata/influxdb-client-java/pull/637): `maven-javadoc-plugin` to `3.6.0`
- [#639](https://github.com/influxdata/influxdb-client-java/pull/639): `license-maven-plugin` to `4.3`
- [#651](https://github.com/influxdata/influxdb-client-java/pull/651): `maven-surefire-plugin`, `maven-failsafe-plugin` to `3.2.2`
- [#654](https://github.com/influxdata/influxdb-client-java/pull/654): `jacoco-maven-plugin` to `0.8.11`
- [#633](https://github.com/influxdata/influxdb-client-java/pull/633): `maven-surefire-plugin`, `maven-failsafe-plugin` to `3.2.1`
- [#655](https://github.com/influxdata/influxdb-client-java/pull/655): `maven-project-info-reports-plugin` to `3.5.0`
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<dependency.gson.version>2.10.1</dependency.gson.version>
<dependency.io.reactivex.rxjava3>3.1.6</dependency.io.reactivex.rxjava3>

<plugin.surefire.version>3.2.1</plugin.surefire.version>
<plugin.surefire.version>3.2.2</plugin.surefire.version>
<plugin.javadoc.version>3.6.0</plugin.javadoc.version>
<plugin.checkstyle.version>3.3.0</plugin.checkstyle.version>
<plugin.jacoco.version>0.8.11</plugin.jacoco.version>
Expand Down

0 comments on commit 31625d6

Please sign in to comment.