From bd864eb0e1913e1d84c883dfa7d5679ca788c484 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 13:27:44 +0000 Subject: [PATCH] build(deps): bump org.apache.tomcat:tomcat-jdbc from 9.0.36 to 11.0.4 Bumps org.apache.tomcat:tomcat-jdbc from 9.0.36 to 11.0.4. --- updated-dependencies: - dependency-name: org.apache.tomcat:tomcat-jdbc dependency-type: direct:production update-type: version-update:semver-major ... 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 d191cc87..f064d009 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:9.0.36' + runtimeOnly 'org.apache.tomcat:tomcat-jdbc:11.0.4' runtimeOnly "org.grails.plugins:scaffolding:$scaffolingVersion" runtimeOnly "org.grails.plugins:fields:$fieldsVersion"