diff --git a/build.gradle b/build.gradle index 378c738..ea13164 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ dependencies { compileOnly "org.graceframework:grace-boot" compileOnly "org.graceframework:grace-core" compileOnly "org.graceframework:grace-web-common" - compileOnly "org.graceframework.plugins:views-markup:5.1.0" + compileOnly "org.graceframework.plugins:views-markup:5.2.0" implementation "commons-beanutils:commons-beanutils:1.9.4" profile "org.graceframework.profiles:web-plugin" }