From f3ebfe1c5efbbf58707b342f94207a2766967104 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 13:08:15 +0000 Subject: [PATCH] Bump org.apache.tomcat:tomcat-jdbc from 9.0.36 to 10.1.30 Bumps org.apache.tomcat:tomcat-jdbc from 9.0.36 to 10.1.30. --- 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..f0fc32dc 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.30' runtimeOnly "org.grails.plugins:scaffolding:$scaffolingVersion" runtimeOnly "org.grails.plugins:fields:$fieldsVersion"