Skip to content

Commit

Permalink
Spring Boot 2.1.3 to 2.1.4
Browse files Browse the repository at this point in the history
Gradle 5.2.1 to 5.3.1
  • Loading branch information
jkazama committed Apr 5, 2019
1 parent 8b69725 commit 352780b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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.3.RELEASE"
id "org.springframework.boot" version "2.1.4.RELEASE"
id "io.spring.dependency-management" version "1.0.6.RELEASE"
}

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

version = "2.1.3"
version = "2.1.4"

sourceCompatibility = '1.8'
targetCompatibility = '1.8'
Expand Down Expand Up @@ -48,5 +48,5 @@ dependencies {
}

wrapper {
gradleVersion = "5.2.1"
gradleVersion = "5.3.1"
}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.3.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spring:
password:
jpa:
open-in-view: false
show-sql: false
show-sql: true
hibernate.ddl-auto: create-drop

server:
Expand Down

0 comments on commit 352780b

Please sign in to comment.