Skip to content

Commit 8f74695

Browse files
fix(deps): update dependency org.apache.tomcat:tomcat-jdbc to v8.5.100
1 parent 5da65ad commit 8f74695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-data-graphql/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.97"
23+
testImplementation "org.apache.tomcat:tomcat-jdbc:8.5.100"
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)