diff --git a/docs/build.gradle b/docs/build.gradle index 056cb92..64b7e04 100644 --- a/docs/build.gradle +++ b/docs/build.gradle @@ -3,7 +3,7 @@ buildscript { maven { url 'https://repo.grails.org/grails/core' } } dependencies { - classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.5.3' + classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.6.1' classpath 'org.asciidoctor:asciidoctorj-epub3:1.5.1' classpath 'org.asciidoctor:asciidoctorj-pdf:2.3.9' } diff --git a/gradle.properties b/gradle.properties index 87e1549..dd0d9e2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -projectVersion=4.0.0-SNAPSHOT +projectVersion=5.0.0-SNAPSHOT title=Spring Security UI Plugin authors=Puneet Behl projectDesc=Provides CRUD screens and other user management workflows. @@ -23,4 +23,4 @@ springSecurityCoreVersion=4.0.5 springSecurityVersion=5.1.2.RELEASE org.gradle.daemon=true org.gradle.parallel=false -org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx1024M \ No newline at end of file +org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Xmx1024M