Skip to content

Commit

Permalink
align flexmark version with 2.6.2 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ancho committed Oct 7, 2018
1 parent 6841e1c commit 15ee14d
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 15ee14d

Please sign in to comment.