Skip to content

Commit

Permalink
chore(deps): Bump plugin.spring from 1.6.21 to 1.7.0
Browse files Browse the repository at this point in the history
Bumps [plugin.spring](https://github.com/JetBrains/kotlin) from 1.6.21 to 1.7.0.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 2, 2022
1 parent 005277d commit 7e85e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -21,7 +21,7 @@ plugins {
id("org.springframework.boot") version "2.7.1" apply false
id("io.spring.dependency-management") version "1.0.12.RELEASE" apply false
kotlin("jvm") version "1.6.21" apply false
kotlin("plugin.spring") version "1.6.21" apply false
kotlin("plugin.spring") version "1.7.0" apply false
id("org.jlleitschuh.gradle.ktlint") version "10.3.0"
id("com.google.cloud.tools.jib") version "3.2.1" apply false
id("io.gitlab.arturbosch.detekt") version "1.20.0" apply false
Expand Down

0 comments on commit 7e85e36

Please sign in to comment.