Skip to content

Commit

Permalink
chore(deps): bump net.alchim31.maven:scala-maven-plugin from 4.8.1 to…
Browse files Browse the repository at this point in the history
… 4.9.0 (#709)

* chore(deps): bump net.alchim31.maven:scala-maven-plugin

Bumps net.alchim31.maven:scala-maven-plugin from 4.8.1 to 4.9.0.

---
updated-dependencies:
- dependency-name: net.alchim31.maven:scala-maven-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 committed May 2, 2024
1 parent 97c18a2 commit 5effaa4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ Update dependencies:
- [#677](https://github.com/influxdata/influxdb-client-java/pull/677): `maven-surefire-plugin`, `maven-failsafe-plugin` to `3.2.5`
- [#679](https://github.com/influxdata/influxdb-client-java/pull/679): `build-helper-maven-plugin` to `3.5.0`
- [#682](https://github.com/influxdata/influxdb-client-java/pull/682): `maven-checkstyle-plugin` to `3.3.1`
- [#697](https://github.com/influxdata/influxdb-client-java/pull/697): `maven-gpg-plugin` to `3.2.2`
- [#712](https://github.com/influxdata/influxdb-client-java/pull/712): `maven-gpg-plugin` to `3.2.4`
- [#703](https://github.com/influxdata/influxdb-client-java/pull/703): `dokka-maven-plugin` to `1.9.20`
- [#713](https://github.com/influxdata/influxdb-client-java/pull/713): `maven-jar-plugin` to `3.4.1`
- [#712](https://github.com/influxdata/influxdb-client-java/pull/712): `maven-gpg-plugin` to `3.2.4`
- [#709](https://github.com/influxdata/influxdb-client-java/pull/709): `scala-maven-plugin` to `4.9.0`
- [#708](https://github.com/influxdata/influxdb-client-java/pull/708): `maven-deploy-plugin` to `3.1.2`

#### Test:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<plugin.checkstyle.version>3.3.1</plugin.checkstyle.version>
<plugin.jacoco.version>0.8.11</plugin.jacoco.version>
<plugin.site.version>3.12.1</plugin.site.version>
<plugin.scala.version>4.8.1</plugin.scala.version>
<plugin.scala.version>4.9.0</plugin.scala.version>

<pekko.version>1.0.2</pekko.version>
<kotlin.version>1.9.23</kotlin.version>
Expand Down

0 comments on commit 5effaa4

Please sign in to comment.