Skip to content

Commit

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

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

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

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

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

* chore: Update pom.xml

* 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 authored Mar 5, 2024
1 parent 4cd6b2b commit dca3638
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:
- [#678](https://github.com/influxdata/influxdb-client-java/pull/678): `karaf` to `4.4.5`
- [#688](https://github.com/influxdata/influxdb-client-java/pull/688): `spring-boot` to `3.2.3`
- [#686](https://github.com/influxdata/influxdb-client-java/pull/686): `scala-library` to `2.12.19`
- [#690](https://github.com/influxdata/influxdb-client-java/pull/690): `kotlinx-coroutines` to `1.8.0`
- [#691](https://github.com/influxdata/influxdb-client-java/pull/691): `micrometer-registry-influx` to `1.12.3`
- [#692](https://github.com/influxdata/influxdb-client-java/pull/692): `okio` to `3.8.0`
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.18</scala.version>
<scala.version>2.12.19</scala.version>
</properties>

<build>
Expand Down

0 comments on commit dca3638

Please sign in to comment.