Skip to content

Commit

Permalink
chore(deps): bump kotlin.version from 1.7.21 to 1.7.22 (#477)
Browse files Browse the repository at this point in the history
* chore(deps): bump kotlin.version from 1.7.21 to 1.7.22

Bumps `kotlin.version` from 1.7.21 to 1.7.22.

Updates `kotlin-stdlib` from 1.7.21 to 1.7.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.7.21...v1.7.22)

Updates `kotlin-maven-plugin` from 1.7.21 to 1.7.22

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* 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 Nov 29, 2022
1 parent b3da936 commit 4cde4f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Update dependencies:

#### Build:
- [#464](https://github.com/influxdata/influxdb-client-java/pull/464): `micrometer-registry-influx` to `1.10.0`
- [#466](https://github.com/influxdata/influxdb-client-java/pull/466): `kotlin` to `1.7.21`
- [#477](https://github.com/influxdata/influxdb-client-java/pull/477): `kotlin` to `1.7.22`

#### Provided:
- [#478](https://github.com/influxdata/influxdb-client-java/pull/478): `slf4j-api` to `2.0.5`
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<plugin.scala.version>4.7.2</plugin.scala.version>

<akka.version>2.6.20</akka.version>
<kotlin.version>1.7.21</kotlin.version>
<kotlin.version>1.7.22</kotlin.version>
<junit-jupiter.version>5.9.1</junit-jupiter.version>
<kotlin-coroutines.version>1.6.4</kotlin-coroutines.version>
<mockito.version>4.9.0</mockito.version>
Expand Down

0 comments on commit 4cde4f8

Please sign in to comment.