Skip to content

Commit 999d4f7

Browse files
dependabot[bot]rnorth
authored andcommitted
Bump tomcat-jdbc from 9.0.17 to 9.0.19 in /modules/mysql (#1401)
Bumps tomcat-jdbc from 9.0.17 to 9.0.19. [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=org.apache.tomcat:tomcat-jdbc&package-manager=gradle&previous-version=9.0.17&new-version=9.0.19)](https://dependabot.com/compatibility-score.html?dependency-name=org.apache.tomcat:tomcat-jdbc&package-manager=gradle&previous-version=9.0.17&new-version=9.0.19) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) If all status checks pass Dependabot will automatically merge this pull request. [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
1 parent ed0db16 commit 999d4f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/mysql/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies {
55

66
testCompile 'mysql:mysql-connector-java:8.0.14'
77
testCompile 'com.zaxxer:HikariCP-java6:2.3.13'
8-
testCompile 'org.apache.tomcat:tomcat-jdbc:9.0.17'
8+
testCompile 'org.apache.tomcat:tomcat-jdbc:9.0.19'
99
testCompile 'commons-dbutils:commons-dbutils:1.7'
1010
testCompile 'org.vibur:vibur-dbcp:22.2'
1111
}

0 commit comments

Comments
 (0)