Skip to content

Commit

Permalink
Update dependency org.apache.tomcat:tomcat-jdbc to v8.5.85 (#105)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 7, 2023
1 parent 3ad0be1 commit bfee12c
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 @@ -13,7 +13,7 @@ dependencies {
testCompile "org.grails:grails-datastore-gorm-mongodb:${gormMongoDbVersion}"
testCompile 'com.github.fakemongo:fongo:2.1.1'
testRuntime "com.h2database:h2:1.4.192"
testRuntime "org.apache.tomcat:tomcat-jdbc:8.5.84"
testRuntime "org.apache.tomcat:tomcat-jdbc:8.5.85"
testRuntime "org.apache.tomcat.embed:tomcat-embed-logging-log4j:8.5.2"
testRuntime "org.slf4j:slf4j-api:$slf4jVersion"
}
Expand Down

0 comments on commit bfee12c

Please sign in to comment.