Skip to content

Commit

Permalink
chore(deps): Bump scala-collection-compat_2.12 from 2.10.0 to 2.11.0 (#…
Browse files Browse the repository at this point in the history
…582)

* chore(deps): Bump scala-collection-compat_2.12 from 2.10.0 to 2.11.0

Bumps [scala-collection-compat_2.12](https://github.com/scala/scala-collection-compat) from 2.10.0 to 2.11.0.
- [Release notes](https://github.com/scala/scala-collection-compat/releases)
- [Commits](scala/scala-collection-compat@v2.10.0...v2.11.0)

---
updated-dependencies:
- dependency-name: org.scala-lang.modules:scala-collection-compat_2.12
  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 Jun 20, 2023
1 parent f4c5bb4 commit f5767ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

Update dependencies:

#### Build:
- [#582](https://github.com/influxdata/influxdb-client-java/pull/582): `scala-collection-compat_2.12` to `2.11.0`

#### Maven:
- [#570](https://github.com/influxdata/influxdb-client-java/pull/570): `build-helper-maven-plugin` to `3.4.0`
- [#575](https://github.com/influxdata/influxdb-client-java/pull/575): `maven-project-info-reports-plugin` to `3.4.4`
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 @@ -163,7 +163,7 @@
<dependency>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-collection-compat_2.12</artifactId>
<version>2.10.0</version>
<version>2.11.0</version>
<exclusions>
<exclusion>
<groupId>org.scala-lang</groupId>
Expand Down

0 comments on commit f5767ca

Please sign in to comment.