Skip to content

Commit

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

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

Bumps [scala-collection-compat_2.12](https://github.com/scala/scala-collection-compat) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/scala/scala-collection-compat/releases)
- [Commits](scala/scala-collection-compat@v2.8.0...v2.8.1)

---
updated-dependencies:
- dependency-name: org.scala-lang.modules:scala-collection-compat_2.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs: update CHANGELOG.md

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 authored Jul 30, 2022
1 parent 309846b commit 3e7a051
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## 6.5.0 [unreleased]

### Dependencies
Update dependencies:

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

## 6.4.0 [2022-07-29]

### Release Notice
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 @@ -164,7 +164,7 @@
<dependency>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-collection-compat_2.12</artifactId>
<version>2.8.0</version>
<version>2.8.1</version>
<exclusions>
<exclusion>
<groupId>org.scala-lang</groupId>
Expand Down

0 comments on commit 3e7a051

Please sign in to comment.