From befa97194bb597948741f7ab2ac8586f7e9fd6f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Aug 2021 13:17:09 +0000 Subject: [PATCH] Bump tomcat-jdbc from 10.0.8 to 10.0.10 Bumps tomcat-jdbc from 10.0.8 to 10.0.10. --- updated-dependencies: - dependency-name: org.apache.tomcat:tomcat-jdbc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/grails3-hibernate5-mongodb/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/grails3-hibernate5-mongodb/build.gradle b/examples/grails3-hibernate5-mongodb/build.gradle index ddc1beba..92f08da3 100644 --- a/examples/grails3-hibernate5-mongodb/build.gradle +++ b/examples/grails3-hibernate5-mongodb/build.gradle @@ -18,7 +18,7 @@ dependencies { runtimeOnly "com.bertramlabs.plugins:asset-pipeline-grails:$assetPipelineVersion" runtimeOnly "com.h2database:h2" - runtimeOnly 'org.apache.tomcat:tomcat-jdbc:10.0.8' + runtimeOnly 'org.apache.tomcat:tomcat-jdbc:10.0.10' runtimeOnly "org.grails.plugins:scaffolding:$scaffolingVersion" runtimeOnly "org.grails.plugins:fields:$fieldsVersion"