Skip to content

Commit

Permalink
Bump kotlin.version from 1.8.22 to 1.9.21 (#697)
Browse files Browse the repository at this point in the history
Bumps `kotlin.version` from 1.8.22 to 1.9.21.

Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.8.22 to 1.9.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.8.22...v1.9.21)

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.8.22 to 1.9.21

Updates `org.jetbrains.kotlin:kotlin-reflect` from 1.8.22 to 1.9.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.8.22...v1.9.21)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 5, 2023
1 parent b3b96f9 commit 6260cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<junit-jupiter.version>5.9.1</junit-jupiter.version>
<json-path.version>2.8.0</json-path.version>
<opentest4j.version>1.2.0</opentest4j.version>
<kotlin.version>1.8.22</kotlin.version>
<kotlin.version>1.9.21</kotlin.version>
<bnd.version>6.3.1</bnd.version>
<symbolic.name>${project.groupId}.${project.artifactId}</symbolic.name>
<osgi.importPackage>!kotlin.*,*</osgi.importPackage>
Expand Down

0 comments on commit 6260cb8

Please sign in to comment.