From 142a90293542d0652c99b6be81809bfebc530e57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 13:29:52 +0000 Subject: [PATCH] chore(deps): bump org.grails.plugins:views-gradle from 2.3.2 to 3.2.2 Bumps [org.grails.plugins:views-gradle](https://github.com/grails/grails-views) from 2.3.2 to 3.2.2. - [Release notes](https://github.com/grails/grails-views/releases) - [Commits](https://github.com/grails/grails-views/compare/v2.3.2...v3.2.2) --- updated-dependencies: - dependency-name: org.grails.plugins:views-gradle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a8cb3fd3..a824921f 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ buildscript { classpath "org.grails:grails-gradle-plugin:$grailsGradlePluginVersion" classpath 'org.asciidoctor:asciidoctor-gradle-plugin:1.6.1' classpath "com.github.erdi:webdriver-binaries-gradle-plugin:$webdriverBinariesVersion" - classpath "org.grails.plugins:views-gradle:2.3.2" + classpath "org.grails.plugins:views-gradle:3.2.2" classpath "io.github.gradle-nexus:publish-plugin:1.3.0" } }