Skip to content

Commit

Permalink
chore(deps): bump scala-collection-compat_2.12 from 2.8.1 to 2.9.0 (#476
Browse files Browse the repository at this point in the history
)

* chore(deps): bump scala-collection-compat_2.12 from 2.8.1 to 2.9.0

Bumps [scala-collection-compat_2.12](https://github.com/scala/scala-collection-compat) from 2.8.1 to 2.9.0.
- [Release notes](https://github.com/scala/scala-collection-compat/releases)
- [Commits](scala/scala-collection-compat@v2.8.1...v2.9.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] <support@github.com>

* docs: update CHANGELOG.md

* docs: update CHANGELOG.md

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 Nov 29, 2022
1 parent fd8fcd8 commit 52e9031
Show file tree
Hide file tree
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
Expand Up @@ -10,6 +10,7 @@ Update dependencies:
#### Build:
- [#473](https://github.com/influxdata/influxdb-client-java/pull/473): `micrometer-registry-influx` to `1.10.2`
- [#477](https://github.com/influxdata/influxdb-client-java/pull/477): `kotlin` to `1.7.22`
- [#476](https://github.com/influxdata/influxdb-client-java/pull/476): `scala-collection-compat_2.12` to `2.9.0`

#### Provided:
- [#478](https://github.com/influxdata/influxdb-client-java/pull/478): `slf4j-api` to `2.0.5`
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.8.1</version>
<version>2.9.0</version>
<exclusions>
<exclusion>
<groupId>org.scala-lang</groupId>
Expand Down

0 comments on commit 52e9031

Please sign in to comment.