Skip to content

Commit

Permalink
Update dependency org.apache.tomcat:tomcat-jdbc to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 10, 2024
1 parent 92caa35 commit 8cc70ba
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:10.1.29"
testImplementation "org.apache.tomcat.embed:tomcat-embed-logging-log4j:8.5.2"
testImplementation "org.slf4j:slf4j-api:$slf4jVersion"
}
Expand Down

0 comments on commit 8cc70ba

Please sign in to comment.