Skip to content

Commit

Permalink
Upgrade to Boot 1.5.2 (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgianos committed Mar 9, 2017
1 parent be6cd56 commit a1df9d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions genie-web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,13 @@ def genieVersion = project.version.toString()
asciidoctor {
dependsOn test
inputs.dir snippetsDir
attributes \
"snippets": snippetsDir,
attributes \
"snippets": snippetsDir,
"revnumber": genieVersion,
"docinfo1": ""


// See: https://github.com/asciidoctor/asciidoctor-gradle-plugin/issues/154
def capturedOutput = [ ]
def capturedOutput = []
def listener = { capturedOutput << it } as StandardOutputListener

logging.addStandardErrorListener(listener)
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
## Spring Dependency Versions

# Used in documentation and for including the Gradle plugin
spring_boot_version=1.5.1.RELEASE
spring_boot_version=1.5.2.RELEASE
spring_cloud_version=Camden.SR5
spring_platform_version=Brussels-RELEASE
spring_platform_version=Brussels-SR1

## Override Spring Platform IO Versions

Expand Down

0 comments on commit a1df9d9

Please sign in to comment.