Skip to content

Commit

Permalink
chore(deps): update plugin org.jetbrains.kotlin.plugin.allopen to v2.…
Browse files Browse the repository at this point in the history
…0.21 (#476)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 11, 2024
1 parent e588012 commit f46998e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data-jdbc-kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("org.jetbrains.kotlin.jvm") version "2.0.21"
id("org.jetbrains.kotlin.plugin.allopen") version "2.0.20"
id("org.jetbrains.kotlin.plugin.allopen") version "2.0.21"
id("com.google.devtools.ksp") version "2.0.21-1.0.25"
id("com.github.johnrengelman.shadow") version "8.1.1"
id("io.micronaut.application") version "4.4.3"
Expand Down
2 changes: 1 addition & 1 deletion data-r2dbc-kotlin-co/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("org.jetbrains.kotlin.jvm") version "2.0.21"
id("org.jetbrains.kotlin.plugin.allopen") version "2.0.20"
id("org.jetbrains.kotlin.plugin.allopen") version "2.0.21"
id("com.google.devtools.ksp") version "2.0.21-1.0.25"
id("com.github.johnrengelman.shadow") version "8.1.1"
id("io.micronaut.application") version "4.4.3"
Expand Down

0 comments on commit f46998e

Please sign in to comment.