Skip to content

Commit

Permalink
Merge pull request #103 from lsst-sqre/tickets/DM-44885
Browse files Browse the repository at this point in the history
Upgrade mysql connector to 8.4.0
  • Loading branch information
stvoutsin authored Jun 18, 2024
2 parents 913fdb5 + bfad81a commit 85a66e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Find changes for the upcoming release in the project's [changelog.d](https://git

<!-- scriv-insert-here -->

# 2024-06-18

## Other Changes

- Upgrade mysql-connector to 8.4.0

# 2024-06-11

## New features
Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ dependencies {

// Switch out this to use any supported database instead of PostgreSQL.
// ## START CUSTOM DATABASE ##
implementation group: 'mysql', name: 'mysql-connector-java', version: '8.0.13'

implementation group: 'com.mysql', name: 'mysql-connector-j', version: '8.4.0'
implementation group: 'org.postgresql', name: 'postgresql', version: '42.2.5'
// ## END CUSTOM DATABASE ##

Expand Down

0 comments on commit 85a66e0

Please sign in to comment.