Skip to content

Commit

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

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

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

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

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

---
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]>
dependabot[bot] and bednar authored Aug 5, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
TheLastGimbus Mateusz Soszyński
1 parent 33dd33e commit 1d34752
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
@@ -43,6 +43,7 @@ Update dependencies:
- [#730](https://github.com/influxdata/influxdb-client-java/pull/730): `scala-maven-plugin` to `4.9.1`
- [#734](https://github.com/influxdata/influxdb-client-java/pull/734): `maven-compiler-plugin` to `3.13.0`
- [#736](https://github.com/influxdata/influxdb-client-java/pull/736): `jacoco-maven-plugin` to `0.8.12`
- [#748](https://github.com/influxdata/influxdb-client-java/pull/748): `maven-surefire-plugin`, `maven-failsafe-plugin` to `3.3.1`
- [#746](https://github.com/influxdata/influxdb-client-java/pull/746): `maven-jar-plugin` to `3.4.2`
- [#747](https://github.com/influxdata/influxdb-client-java/pull/747): `maven-project-info-reports-plugin` to `3.6.2`
- [#751](https://github.com/influxdata/influxdb-client-java/pull/751): `license-maven-plugin` to `4.5`
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -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.2.5</plugin.surefire.version>
<plugin.surefire.version>3.3.1</plugin.surefire.version>
<plugin.javadoc.version>3.6.3</plugin.javadoc.version>
<plugin.checkstyle.version>3.3.1</plugin.checkstyle.version>
<plugin.jacoco.version>0.8.12</plugin.jacoco.version>

0 comments on commit 1d34752

Please sign in to comment.