Skip to content

Commit

Permalink
Merge pull request #60 from keiji/dependabot/gradle/jvm-2.0.20
Browse files Browse the repository at this point in the history
Bump jvm from 2.0.10 to 2.0.20
  • Loading branch information
keiji committed Aug 27, 2024
2 parents d2f361b + 00fa74b commit f82500e
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 "2.0.10"
kotlin("jvm") version "2.0.20"
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 "2.0.10"
kotlin("jvm") version "2.0.20"
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 "2.0.10"
kotlin("jvm") version "2.0.20"
}

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 "2.0.10"
kotlin("jvm") version "2.0.20"
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 "2.0.10"
kotlin("jvm") version "2.0.20"
id("org.jetbrains.dokka")
id("maven-publish")
id("signing")
Expand Down

0 comments on commit f82500e

Please sign in to comment.