Skip to content

Commit

Permalink
Temporary Fix for Failing MySql2 Contract Tests (#125)
Browse files Browse the repository at this point in the history
Changes to mysql2 upstream 3.11.5 has caused failures in contract tests.
Currently locking it to 3.11.4 until a fix is implemented.

*Description of changes:*

Locking the package.json in mysql2 to 3.11.4

By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
  • Loading branch information
liustve authored Dec 3, 2024
1 parent 584b969 commit a29ba61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contract-tests/images/applications/mysql2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"license": "ISC",
"description": "",
"dependencies": {
"mysql2": "^3.11.3"
"mysql2": "3.11.4"
}
}

0 comments on commit a29ba61

Please sign in to comment.