Skip to content

Commit

Permalink
chore(deps): update plugin org.jetbrains.kotlin.jvm to 2.1.+ (#7989)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 29, 2024
1 parent 65a1ad6 commit 0b46c69
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion kotlin/hexagon-jetty/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

plugins {
id "org.jetbrains.kotlin.jvm" version "2.0.+"
id "org.jetbrains.kotlin.jvm" version "2.1.+"
}

ext {
Expand Down
2 changes: 1 addition & 1 deletion kotlin/hexagon-netty-epoll/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

plugins {
id "org.jetbrains.kotlin.jvm" version "2.0.+"
id "org.jetbrains.kotlin.jvm" version "2.1.+"
}

ext {
Expand Down
2 changes: 1 addition & 1 deletion kotlin/hexagon-netty/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

plugins {
id "org.jetbrains.kotlin.jvm" version "2.0.+"
id "org.jetbrains.kotlin.jvm" version "2.1.+"
}

ext {
Expand Down
2 changes: 1 addition & 1 deletion kotlin/ktor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ val kotlin_version: String by project
val logback_version: String by project

plugins {
kotlin("jvm") version "2.0.+"
kotlin("jvm") version "2.1.+"
id("io.ktor.plugin") version "3.0.+"
}

Expand Down
2 changes: 1 addition & 1 deletion kotlin/spring/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id("org.springframework.boot") version "3.4.+"
id("io.spring.dependency-management") version "+"
kotlin("jvm") version "2.0.+"
kotlin("jvm") version "2.1.+"
kotlin("plugin.spring") version "2.0.+"
}

Expand Down

0 comments on commit 0b46c69

Please sign in to comment.