From eee6bedb79ea23156a44397e3187c373d2ff54f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 13:58:41 +0000 Subject: [PATCH] Bump org.apache.tomcat:tomcat-jdbc from 9.0.36 to 10.1.28 Bumps org.apache.tomcat:tomcat-jdbc from 9.0.36 to 10.1.28. --- 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..687c4af1 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:10.1.28' runtimeOnly "org.grails.plugins:scaffolding:$scaffolingVersion" runtimeOnly "org.grails.plugins:fields:$fieldsVersion"