Skip to content

Commit

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

Bumps `plugin.surefire.version` from 3.3.1 to 3.5.0.

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

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

Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.3.1 to 3.5.0
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.3.1...surefire-3.5.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] <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>
  • Loading branch information
dependabot[bot] and bednar authored Oct 2, 2024
1 parent fee2180 commit 1aecc1d
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 @@ -15,6 +15,7 @@ Update dependencies:
- [#764](https://github.com/influxdata/influxdb-client-java/pull/764): `maven-javadoc-plugin` to `3.10.0`
- [#765](https://github.com/influxdata/influxdb-client-java/pull/765): `maven-site-plugin` to `3.20.0`
- [#766](https://github.com/influxdata/influxdb-client-java/pull/766): `versions-maven-plugin` to `2.17.1`
- [#777](https://github.com/influxdata/influxdb-client-java/pull/777): `maven-surefire-plugin`, `maven-failsafe-plugin` to `3.5.0`
- [#778](https://github.com/influxdata/influxdb-client-java/pull/778): `maven-deploy-plugin` to `3.1.3`

#### Test:
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.11.0</dependency.gson.version>
<dependency.io.reactivex.rxjava3>3.1.8</dependency.io.reactivex.rxjava3>

<plugin.surefire.version>3.3.1</plugin.surefire.version>
<plugin.surefire.version>3.5.0</plugin.surefire.version>
<plugin.javadoc.version>3.10.0</plugin.javadoc.version>
<plugin.checkstyle.version>3.5.0</plugin.checkstyle.version>
<plugin.jacoco.version>0.8.12</plugin.jacoco.version>
Expand Down

0 comments on commit 1aecc1d

Please sign in to comment.