Skip to content

Commit

Permalink
chore(deps): bump scalatest-maven-plugin from 2.1.0 to 2.2.0 (#444)
Browse files Browse the repository at this point in the history
* chore(deps): bump scalatest-maven-plugin from 2.1.0 to 2.2.0

Bumps [scalatest-maven-plugin](https://github.com/scalatest/scalatest-maven-plugin) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/scalatest/scalatest-maven-plugin/releases)
- [Commits](scalatest/scalatest-maven-plugin@release-2.1.0...release-2.2.0)

---
updated-dependencies:
- dependency-name: org.scalatest:scalatest-maven-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]>
  • Loading branch information
dependabot[bot] and bednar authored Oct 18, 2022
1 parent eb4fa3b commit 687f31e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Update dependencies:

#### Test:
- [#440](https://github.com/influxdata/influxdb-client-java/pull/440): `logback-classic` to `1.3.4`
- [#444](https://github.com/influxdata/influxdb-client-java/pull/444): `scalatest-maven-plugin` to `2.2.0`

## 6.6.0 [2022-09-29]

Expand Down
2 changes: 1 addition & 1 deletion client-scala/cross/2.12/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<plugin>
<groupId>org.scalatest</groupId>
<artifactId>scalatest-maven-plugin</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
<configuration>
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
<junitxml>.</junitxml>
Expand Down
2 changes: 1 addition & 1 deletion client-scala/cross/2.13/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<plugin>
<groupId>org.scalatest</groupId>
<artifactId>scalatest-maven-plugin</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
<configuration>
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
<junitxml>.</junitxml>
Expand Down

0 comments on commit 687f31e

Please sign in to comment.