From 5195bfb5daa02d893a502c780a289aa64c6af2f2 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 13 Dec 2023 13:25:31 +0000
Subject: [PATCH] Bump org.apache.tomcat:tomcat-jdbc from 9.0.36 to 10.1.17

Bumps org.apache.tomcat:tomcat-jdbc from 9.0.36 to 10.1.17.

---
updated-dependencies:
- dependency-name: org.apache.tomcat:tomcat-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 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..50a3899a 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.17'
     runtimeOnly "org.grails.plugins:scaffolding:$scaffolingVersion"
     runtimeOnly "org.grails.plugins:fields:$fieldsVersion"