Skip to content

Commit

Permalink
Bump com.mysql:mysql-connector-j from 8.3.0 to 8.4.0
Browse files Browse the repository at this point in the history
Bumps [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) from 8.3.0 to 8.4.0.
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.x/CHANGES)
- [Commits](mysql/mysql-connector-j@8.3.0...8.4.0)

---
updated-dependencies:
- dependency-name: com.mysql:mysql-connector-j
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 3, 2024
1 parent 81cd5e3 commit 26a564c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {

implementation group: 'org.liquibase', name: 'liquibase-core', version: '3.10.3'
implementation group: 'net.sf', name: 'dbdeploy', version: '2.11.1'
implementation group: 'com.mysql', name: 'mysql-connector-j', version: '8.3.0'
implementation group: 'com.mysql', name: 'mysql-connector-j', version: '8.4.0'
implementation group: 'com.h2database', name: 'h2', version: '1.4.200' // Should match version at GoCD 20.5.0 release, since H2 dont guarantee backward compatiiblity
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.3'

Expand Down

0 comments on commit 26a564c

Please sign in to comment.