Skip to content

Commit

Permalink
Bump org.jetbrains.kotlin.jvm from 1.9.21 to 1.9.22 (#139)
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin)
from 1.9.21 to 1.9.22.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 22, 2023
1 parent 47963ef commit 056557c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("org.jetbrains.kotlin.jvm") version "1.9.21" apply false
id("org.jetbrains.kotlin.jvm") version "1.9.22" apply false
id("org.jetbrains.dokka") version "1.9.10" apply false
id("org.openapi.generator") version "7.1.0" apply false
}
Expand Down
2 changes: 1 addition & 1 deletion examples/example-project/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
plugins {
id("org.jetbrains.kotlin.jvm") version "1.9.21" apply false
id("org.jetbrains.kotlin.jvm") version "1.9.22" apply false
}

0 comments on commit 056557c

Please sign in to comment.