Skip to content

Commit

Permalink
chore: bump plugin.spring from 2.1.0 to 2.1.10 in /dgs-subscription-s…
Browse files Browse the repository at this point in the history
…se (#3124)

Bumps [plugin.spring](https://github.com/JetBrains/kotlin) from 2.1.0 to 2.1.10.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.10/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.1.0...v2.1.10)

---
updated-dependencies:
- dependency-name: plugin.spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 12, 2025
1 parent 1ae88f4 commit c96157d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dgs-subscription-sse/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id("io.spring.dependency-management") version "1.1.7"

kotlin("jvm") version "2.1.0"
kotlin("plugin.spring") version "2.1.0"
kotlin("plugin.spring") version "2.1.10"
id("com.netflix.dgs.codegen") version "7.0.3" //https://plugins.gradle.org/plugin/com.netflix.dgs.codegen
}

Expand Down

0 comments on commit c96157d

Please sign in to comment.