From 4101085007da2d5be75822afbb17f6ac3493664a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 18:19:39 +0000 Subject: [PATCH] Update dependency org.apache.tomcat:tomcat-jdbc to v8.5.85 --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index bc95fefc..6ebdb381 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -13,7 +13,7 @@ dependencies { testCompile "org.grails:grails-datastore-gorm-mongodb:${gormMongoDbVersion}" testCompile 'com.github.fakemongo:fongo:2.1.1' testRuntime "com.h2database:h2:1.4.192" - testRuntime "org.apache.tomcat:tomcat-jdbc:8.5.84" + testRuntime "org.apache.tomcat:tomcat-jdbc:8.5.85" testRuntime "org.apache.tomcat.embed:tomcat-embed-logging-log4j:8.5.2" testRuntime "org.slf4j:slf4j-api:$slf4jVersion" }