Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit 00e874f

Browse files
Update dependency org.apache.tomcat:tomcat-jdbc to v8.5.97 (#131)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8668dfc commit 00e874f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
testImplementation "org.grails:grails-datastore-gorm-mongodb:${gormMongoDbVersion}"
2121
testImplementation 'com.github.fakemongo:fongo:2.1.1'
2222
testImplementation 'com.h2database:h2:2.2.224'
23-
testImplementation "org.apache.tomcat:tomcat-jdbc:8.5.96"
23+
testImplementation "org.apache.tomcat:tomcat-jdbc:8.5.97"
2424
testImplementation "org.apache.tomcat.embed:tomcat-embed-logging-log4j:8.5.2"
2525
testImplementation "org.slf4j:slf4j-api:$slf4jVersion"
2626
}

0 commit comments

Comments
 (0)