Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 13, 2022
1 parent 8895b22 commit 4f2a89d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[versions]
kotlin = "1.6.10"
kotlin = "1.6.21"

[libraries]
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" }
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }

[plugins]
gradleGitProperties = { id = "com.gorylenko.gradle-git-properties", version = "2.4.0" }
gradleGitProperties = { id = "com.gorylenko.gradle-git-properties", version = "2.4.1" }
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
springKotlin = { id = "org.jetbrains.kotlin.plugin.spring", version.ref = "kotlin"}
springBoot = { id = "org.springframework.boot", version = "2.6.6" }
spotless = { id = "com.diffplug.spotless", version = "6.4.1" }
springBoot = { id = "org.springframework.boot", version = "2.6.7" }
spotless = { id = "com.diffplug.spotless", version = "6.6.1" }

0 comments on commit 4f2a89d

Please sign in to comment.