From 75033cc17d0ddfb2726585e53d34f6a1ae769eb6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 06:12:25 +0000 Subject: [PATCH] Bump webapp-runner from 8.5.11.3 to 9.0.27.1 Bumps [webapp-runner](https://github.com/jsimone/webapp-runner) from 8.5.11.3 to 9.0.27.1. - [Release notes](https://github.com/jsimone/webapp-runner/releases) - [Commits](https://github.com/jsimone/webapp-runner/compare/webapp-runner-parent-8.5.11.3...webapp-runner-parent-9.0.27.1) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 527cb19..d0d4fd7 100644 --- a/build.gradle +++ b/build.gradle @@ -72,7 +72,7 @@ dependencies { compile "com.h2database:h2" //For local testing // compile 'org.postgresql:postgresql:9.4.1212' //for heroku - compile 'com.github.jsimone:webapp-runner:8.5.11.3' + compile 'com.github.jsimone:webapp-runner:9.0.27.1' testCompile "org.grails:grails-plugin-testing" testCompile "org.grails:grails-datastore-rest-client"