Skip to content

Commit 52e9031

Browse files
chore(deps): bump scala-collection-compat_2.12 from 2.8.1 to 2.9.0 (#476)
* 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] <[email protected]> * docs: update CHANGELOG.md * 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]>
1 parent fd8fcd8 commit 52e9031

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Update dependencies:
1010
#### Build:
1111
- [#473](https://github.com/influxdata/influxdb-client-java/pull/473): `micrometer-registry-influx` to `1.10.2`
1212
- [#477](https://github.com/influxdata/influxdb-client-java/pull/477): `kotlin` to `1.7.22`
13+
- [#476](https://github.com/influxdata/influxdb-client-java/pull/476): `scala-collection-compat_2.12` to `2.9.0`
1314

1415
#### Provided:
1516
- [#478](https://github.com/influxdata/influxdb-client-java/pull/478): `slf4j-api` to `2.0.5`

client-scala/cross/2.12/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
<dependency>
164164
<groupId>org.scala-lang.modules</groupId>
165165
<artifactId>scala-collection-compat_2.12</artifactId>
166-
<version>2.8.1</version>
166+
<version>2.9.0</version>
167167
<exclusions>
168168
<exclusion>
169169
<groupId>org.scala-lang</groupId>

0 commit comments

Comments
 (0)