Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
aalmiray committed Oct 7, 2018
1 parent 1a22cfc commit 1b677ab
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -20,4 +20,4 @@ jacocoVersion = 0.8.2
jbakeVersion = 2.6.2
semverVersion = 0.9.0
spockVersion = 1.1-groovy-2.4
jettyVersion = 9.2.24.v20180105
jettyVersion = 9.4.12.v20180830
2 changes: 1 addition & 1 deletion src/main/groovy/org/jbake/gradle/JBakeExtension.groovy
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ class JBakeExtension {
String groovyTemplatesVersion = '2.5.2'
String jade4jVersion = '1.2.7'
String thymeleafVersion = '3.0.9.RELEASE'
String jettyVersion = '9.2.24.v20180105'
String jettyVersion = '9.4.12.v20180830'
String srcDirName = 'src/jbake'
String destDirName = 'jbake'
String template = 'groovy'

0 comments on commit 1b677ab

Please sign in to comment.