From ada0093b5a97f71a983cbf5570da031c4c1f286b Mon Sep 17 00:00:00 2001 From: Puneet Behl Date: Thu, 4 Apr 2024 20:16:30 +0530 Subject: [PATCH] fix(deps): update grails views to 3.2.3 (#13460) --- gradle.properties | 2 +- grails-bom/plugins.properties | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index e18070db75a..da5da715380 100644 --- a/gradle.properties +++ b/gradle.properties @@ -46,7 +46,7 @@ testingSupportVersion=3.2.1 testingSupportVersionForTests=3.2.1 tomcatLog4jVersion=8.5.2 tomcatVersion=9.0.87 -viewsVersion=3.2.2 +viewsVersion=3.2.3 org.gradle.caching=true org.gradle.parallel=true org.gradle.daemon=true diff --git a/grails-bom/plugins.properties b/grails-bom/plugins.properties index 1e7d31a331c..b3319815fe3 100644 --- a/grails-bom/plugins.properties +++ b/grails-bom/plugins.properties @@ -7,6 +7,6 @@ rxjava=1.1.1 rxjava2=2.0.0 scaffolding=5.0.1 geb=4.0.0 -views-json=3.2.2 -views-json-templates=3.2.2 -views-markup=3.2.2 \ No newline at end of file +views-json=3.2.3 +views-json-templates=3.2.3 +views-markup=3.2.3 \ No newline at end of file