Skip to content

Commit

Permalink
Merge pull request #2 from lsd-consulting/dependabot/gradle/other-dep…
Browse files Browse the repository at this point in the history
…endencies-c7211b613e
  • Loading branch information
dependabot[bot] authored Dec 29, 2024
2 parents 28217a9 + e358d3c commit f57ceb1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id "signing"
id "org.jetbrains.kotlin.jvm"
id "org.jetbrains.kotlin.plugin.spring" version "1.6.10"
id "org.jetbrains.kotlin.plugin.spring" version "2.1.0"
}

compileKotlin.kotlinOptions.jvmTarget = "17"
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
plugins {
id 'maven-publish'
id 'org.jetbrains.kotlin.jvm' version '1.6.10'
id 'org.jetbrains.kotlin.jvm' version '2.1.0'
id 'jacoco'
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
id 'com.palantir.git-version' version '0.12.3'
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
id 'com.palantir.git-version' version '3.1.0'
}

group = 'io.github.lsd-consulting'
Expand Down
2 changes: 1 addition & 1 deletion client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'signing'
id 'jacoco'
id "org.jetbrains.kotlin.jvm"
id "org.jetbrains.kotlin.plugin.spring" version "1.6.10"
id "org.jetbrains.kotlin.plugin.spring" version "2.1.0"
}

compileKotlin.kotlinOptions.jvmTarget = "17"
Expand Down
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'signing'
id "jacoco"
id "org.jetbrains.kotlin.jvm"
id "org.jetbrains.kotlin.plugin.spring" version "1.6.10"
id "org.jetbrains.kotlin.plugin.spring" version "2.1.0"
}

compileKotlin.kotlinOptions.jvmTarget = "17"
Expand Down

0 comments on commit f57ceb1

Please sign in to comment.