Skip to content

Commit 1d34752

Browse files
chore(deps): bump plugin.surefire.version from 3.2.5 to 3.3.1 (#748)
* 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]>
1 parent 33dd33e commit 1d34752

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Update dependencies:
4343
- [#730](https://github.com/influxdata/influxdb-client-java/pull/730): `scala-maven-plugin` to `4.9.1`
4444
- [#734](https://github.com/influxdata/influxdb-client-java/pull/734): `maven-compiler-plugin` to `3.13.0`
4545
- [#736](https://github.com/influxdata/influxdb-client-java/pull/736): `jacoco-maven-plugin` to `0.8.12`
46+
- [#748](https://github.com/influxdata/influxdb-client-java/pull/748): `maven-surefire-plugin`, `maven-failsafe-plugin` to `3.3.1`
4647
- [#746](https://github.com/influxdata/influxdb-client-java/pull/746): `maven-jar-plugin` to `3.4.2`
4748
- [#747](https://github.com/influxdata/influxdb-client-java/pull/747): `maven-project-info-reports-plugin` to `3.6.2`
4849
- [#751](https://github.com/influxdata/influxdb-client-java/pull/751): `license-maven-plugin` to `4.5`

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.11.0</dependency.gson.version>
115115
<dependency.io.reactivex.rxjava3>3.1.8</dependency.io.reactivex.rxjava3>
116116

117-
<plugin.surefire.version>3.2.5</plugin.surefire.version>
117+
<plugin.surefire.version>3.3.1</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.12</plugin.jacoco.version>

0 commit comments

Comments
 (0)