Skip to content

Commit 94285a1

Browse files
chore(deps): bump org.scala-lang:scala-library from 2.12.19 to 2.12.20 (#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]>
1 parent 576782a commit 94285a1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Update dependencies:
77
#### Build:
88
- [#773](https://github.com/influxdata/influxdb-client-java/pull/773): `micrometer-registry-influx` to `1.13.4`
99
- [#770](https://github.com/influxdata/influxdb-client-java/pull/770): `spring-boot` to `3.3.4`
10+
- [#769](https://github.com/influxdata/influxdb-client-java/pull/769): `scala-library` to `2.12.20`
1011
- [#771](https://github.com/influxdata/influxdb-client-java/pull/771): `pekko` to `1.1.1`
1112
- [#772](https://github.com/influxdata/influxdb-client-java/pull/772): `kotlin` to `2.0.20`
1213

client-scala/cross/2.12/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
</scm>
7373

7474
<properties>
75-
<scala.version>2.12.19</scala.version>
75+
<scala.version>2.12.20</scala.version>
7676
</properties>
7777

7878
<build>

0 commit comments

Comments
 (0)