Skip to content

Commit

Permalink
Bump org.jetbrains.kotlin:kotlin-stdlib from 1.8.0 to 1.9.0 (#1830)
Browse files Browse the repository at this point in the history
* Bump org.jetbrains.kotlin:kotlin-stdlib-jdk8 from 1.8.0 to 1.9.0

Bumps [org.jetbrains.kotlin:kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.8.0...v1.9.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* deps: switch to kotlin-stdlib library

* update lock file

Signed-off-by: bossenti <bossenti@posteo.de>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: bossenti <bossenti@posteo.de>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: bossenti <bossenti@posteo.de>
  • Loading branch information
dependabot[bot] and bossenti committed Aug 20, 2023
1 parent 6a8ad3c commit 304c5ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -92,7 +92,7 @@
<json-smart.version>2.4.9</json-smart.version>
<jsr305.version>3.0.2</jsr305.version>
<kafka.version>3.4.0</kafka.version>
<kotlin-stdlib.version>1.8.0</kotlin-stdlib.version>
<kotlin-stdlib.version>1.9.0</kotlin-stdlib.version>
<lightcouch.version>0.2.0</lightcouch.version>
<log4j.version>2.20.0</log4j.version>
<lz4.version>1.8.0</lz4.version>
Expand Down Expand Up @@ -1327,7 +1327,7 @@
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<artifactId>kotlin-stdlib</artifactId>
<version>${kotlin-stdlib.version}</version>
</dependency>
</dependencies>
Expand Down
5 changes: 3 additions & 2 deletions streampipes-client-python/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 304c5ea

Please sign in to comment.