Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
Bump dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Semenov committed Dec 20, 2018
1 parent 0d37c46 commit 2b328c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

buildscript {
val kotlinVersion = "1.2.51"
val kotlinVersion = "1.2.71"
extra["kotlinVersion"] = kotlinVersion

val springBootVersion = "1.5.10.RELEASE"
val springBootVersion = "1.5.18.RELEASE"
extra["springBootVersion"] = springBootVersion

repositories {
Expand Down

0 comments on commit 2b328c8

Please sign in to comment.