From cf0239c6db73aabb52b7c28a7c11693e4e7dc63f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 13:52:07 +0000 Subject: [PATCH] Bump org.grails.plugins:views-gradle from 2.3.2 to 3.1.1 Bumps [org.grails.plugins:views-gradle](https://github.com/grails/grails-views) from 2.3.2 to 3.1.1. - [Release notes](https://github.com/grails/grails-views/releases) - [Commits](https://github.com/grails/grails-views/compare/v2.3.2...v3.1.1) --- 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 eeb8e1c7..0e80084d 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 "gradle.plugin.com.energizedwork.webdriver-binaries:webdriver-binaries-gradle-plugin:$webdriverBinariesVersion" - classpath "org.grails.plugins:views-gradle:2.3.2" + classpath "org.grails.plugins:views-gradle:3.1.1" classpath "io.github.gradle-nexus:publish-plugin:1.3.0" } }