Skip to content

Commit

Permalink
chore(deps): bump org.scala-lang:scala-library from 2.12.19 to 2.12.20 (
Browse files Browse the repository at this point in the history
#769)

* chore(deps): bump org.scala-lang:scala-library from 2.12.19 to 2.12.20

Bumps [org.scala-lang:scala-library](https://github.com/scala/scala) from 2.12.19 to 2.12.20.
- [Release notes](https://github.com/scala/scala/releases)
- [Commits](scala/scala@v2.12.19...v2.12.20)

---
updated-dependencies:
- dependency-name: org.scala-lang:scala-library
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* revert: scala version

* docs: Update CHANGELOG.md [skip CI]

---------

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 Oct 2, 2024
1 parent 576782a commit 94285a1
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 @@ -7,6 +7,7 @@ Update dependencies:
#### Build:
- [#773](https://github.com/influxdata/influxdb-client-java/pull/773): `micrometer-registry-influx` to `1.13.4`
- [#770](https://github.com/influxdata/influxdb-client-java/pull/770): `spring-boot` to `3.3.4`
- [#769](https://github.com/influxdata/influxdb-client-java/pull/769): `scala-library` to `2.12.20`
- [#771](https://github.com/influxdata/influxdb-client-java/pull/771): `pekko` to `1.1.1`
- [#772](https://github.com/influxdata/influxdb-client-java/pull/772): `kotlin` to `2.0.20`

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 @@ -72,7 +72,7 @@
</scm>

<properties>
<scala.version>2.12.19</scala.version>
<scala.version>2.12.20</scala.version>
</properties>

<build>
Expand Down

0 comments on commit 94285a1

Please sign in to comment.