We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da65ad commit 8f74695Copy full SHA for 8f74695
grails-data-graphql/core/build.gradle
@@ -20,7 +20,7 @@ dependencies {
20
testImplementation "org.grails:grails-datastore-gorm-mongodb:${gormMongoDbVersion}"
21
testImplementation 'com.github.fakemongo:fongo:2.1.1'
22
testImplementation 'com.h2database:h2:2.2.224'
23
- testImplementation "org.apache.tomcat:tomcat-jdbc:8.5.97"
+ testImplementation "org.apache.tomcat:tomcat-jdbc:8.5.100"
24
testImplementation "org.apache.tomcat.embed:tomcat-embed-logging-log4j:8.5.2"
25
testImplementation "org.slf4j:slf4j-api:$slf4jVersion"
26
}
0 commit comments