Skip to content

Commit

Permalink
fix: Bump the other-dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the other-dependencies group with 4 updates: [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin), io.github.gradle-nexus.publish-plugin, com.palantir.git-version and [org.jetbrains.kotlin.plugin.spring](https://github.com/JetBrains/kotlin).


Updates `org.jetbrains.kotlin.jvm` from 1.6.10 to 2.1.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.6.10...v2.1.0)

Updates `io.github.gradle-nexus.publish-plugin` from 1.1.0 to 2.0.0

Updates `com.palantir.git-version` from 0.12.3 to 3.1.0

Updates `org.jetbrains.kotlin.plugin.spring` from 1.6.10 to 2.1.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.6.10...v2.1.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other-dependencies
- dependency-name: io.github.gradle-nexus.publish-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other-dependencies
- dependency-name: com.palantir.git-version
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other-dependencies
- dependency-name: org.jetbrains.kotlin.plugin.spring
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 29, 2024
1 parent 28217a9 commit e358d3c
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 e358d3c

Please sign in to comment.