diff --git a/build.gradle b/build.gradle index a6986a43..dd4f7f34 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ apply plugin: 'com.homedepot.gitprops' jar { baseName = 'willitconnect' - version = '1.0.7' + version = '1.0.9' } sourceCompatibility = 1.8 targetCompatibility = 1.8 diff --git a/manifest.yml b/manifest.yml index f810eacc..3a92ef07 100644 --- a/manifest.yml +++ b/manifest.yml @@ -2,6 +2,6 @@ applications: - name: willitconnect memory: 1G - path: build/libs/willitconnect-1.0.7.jar - buildpack: https://github.com/cloudfoundry/java-buildpack#v3.8 + path: build/libs/willitconnect-1.0.9.jar + buildpack: https://github.com/cloudfoundry/java-buildpack#v3.10