Skip to content

Commit

Permalink
Upgrade mysql-connector to 8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stvoutsin committed Jun 19, 2024
1 parent f945d5c commit 2e94c71
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ Find changes for the upcoming release in the project's [changelog.d](https://git

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

<a id='changelog-1.17.3'></a>
## 1.17.3 (2024-06-18)

### Changed

- Upgrade MySQL connector to version 8.4.0

<a id='changelog-1.17.2'></a>
## 1.17.2 (2024-06-10)

Expand Down
2 changes: 1 addition & 1 deletion tap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ 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 'org.postgresql:postgresql:42.2.2.jre7'
implementation 'org.opencadc:cadc-tap-server-pg:[1.0.0,)'
// ## END CUSTOM DATABASE ##
Expand Down

0 comments on commit 2e94c71

Please sign in to comment.