Skip to content

Commit

Permalink
Bump jvm from 1.9.24 to 2.0.10
Browse files Browse the repository at this point in the history
Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.9.24 to 2.0.10.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.24...v2.0.10)

---
updated-dependencies:
- dependency-name: jvm
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Aug 12, 2024
1 parent 92cad92 commit 3ee4a9a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("java-library")
kotlin("jvm") version "1.9.24"
kotlin("jvm") version "2.0.10"
id("org.jetbrains.dokka")
id("maven-publish")
id("signing")
Expand Down
2 changes: 1 addition & 1 deletion packet/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("java-library")
kotlin("jvm") version "1.9.24"
kotlin("jvm") version "2.0.10"
id("org.jetbrains.dokka")
id("maven-publish")
id("signing")
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("java-library")
kotlin("jvm") version "1.9.24"
kotlin("jvm") version "2.0.10"
}

group = "dev.keiji.openpgp"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pluginManagement {
plugins {
kotlin("jvm") version "1.9.24"
kotlin("jvm") version "2.0.10"
id("org.jetbrains.dokka") version "1.9.20"
id("io.gitlab.arturbosch.detekt") version "1.23.6"
}
Expand Down
2 changes: 1 addition & 1 deletion signature-ext/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("java-library")
kotlin("jvm") version "1.9.24"
kotlin("jvm") version "2.0.10"
id("org.jetbrains.dokka")
id("maven-publish")
id("signing")
Expand Down

0 comments on commit 3ee4a9a

Please sign in to comment.