Skip to content

Commit

Permalink
Merge pull request jbake-org#45 from ancho/feature/flexmark-version
Browse files Browse the repository at this point in the history
align flexmark version with 2.6.2 dependencies
  • Loading branch information
aalmiray authored Oct 7, 2018
2 parents 5a8b751 + 15ee14d commit 55761ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/groovy/org/jbake/gradle/JBakeExtension.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ package org.jbake.gradle
class JBakeExtension {
String version = '2.6.2'
String pegdownVersion = '1.6.0'
String flexmarkVersion = '0.34.24'
String flexmarkVersion = '0.34.48'
String freemarkerVersion = '2.3.28'
String asciidoctorJavaIntegrationVersion = '0.1.4'
String asciidoctorjVersion = '1.5.7'
Expand Down
4 changes: 2 additions & 2 deletions src/test/groovy/org/jbake/gradle/JBakePluginSpec.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ class JBakePluginSpec extends Specification {
group | name | version
'org.jbake' | 'jbake-core' | '2.6.2'
'org.freemarker' | 'freemarker' | '2.3.28'
'com.vladsch.flexmark' | 'flexmark' | '0.34.24'
'com.vladsch.flexmark' | 'flexmark-profile-pegdown' | '0.34.24'
'com.vladsch.flexmark' | 'flexmark' | '0.34.48'
'com.vladsch.flexmark' | 'flexmark-profile-pegdown' | '0.34.48'
'org.asciidoctor' | 'asciidoctorj' | '1.5.7'
'org.codehaus.groovy' | 'groovy-templates' | '2.5.2'
'org.thymeleaf' | 'thymeleaf' | '3.0.9.RELEASE'
Expand Down

0 comments on commit 55761ae

Please sign in to comment.