Skip to content

Commit

Permalink
Spring Boot 2.1.5 to 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jkazama committed Jun 20, 2019
1 parent a1f32f1 commit dc928f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
plugins {
id "java"
id "eclipse"
id "org.springframework.boot" version "2.1.5.RELEASE"
id "org.springframework.boot" version "2.1.6.RELEASE"
id "io.spring.dependency-management" version "1.0.6.RELEASE"
}

ext['lombok.version'] = "1.18.8"

version = "2.1.5"
version = "2.1.6"

sourceCompatibility = '1.8'
targetCompatibility = '1.8'
Expand Down

0 comments on commit dc928f1

Please sign in to comment.