Skip to content

Commit

Permalink
chore: update gradle wrapper and dependencies #0
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamHavlicek committed Aug 12, 2022
1 parent 851c0a8 commit dcf8f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
id("org.springframework.boot") version "2.7.2"
id("io.spring.dependency-management") version "1.0.12.RELEASE"
id("io.spring.dependency-management") version "1.0.13.RELEASE"
id("org.jetbrains.kotlin.plugin.noarg") version "1.7.10"
kotlin("jvm") version "1.7.10"
kotlin("plugin.jpa") version "1.7.10"
Expand Down

0 comments on commit dcf8f80

Please sign in to comment.