Skip to content

Commit

Permalink
Update dependency org.apache.tomcat:tomcat-jdbc to v8.5.100
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 25, 2024
1 parent 17ea39e commit 72fd6dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
testImplementation "org.grails:grails-datastore-gorm-mongodb:${gormMongoDbVersion}"
testImplementation 'com.github.fakemongo:fongo:2.1.1'
testImplementation 'com.h2database:h2:2.2.224'
testImplementation "org.apache.tomcat:tomcat-jdbc:8.5.97"
testImplementation "org.apache.tomcat:tomcat-jdbc:8.5.100"
testImplementation "org.apache.tomcat.embed:tomcat-embed-logging-log4j:8.5.2"
testImplementation "org.slf4j:slf4j-api:$slf4jVersion"
}
Expand Down

0 comments on commit 72fd6dd

Please sign in to comment.