Skip to content

Commit a29ba61

Browse files
authored
Temporary Fix for Failing MySql2 Contract Tests (#125)
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.
1 parent 584b969 commit a29ba61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contract-tests/images/applications/mysql2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"license": "ISC",
1111
"description": "",
1212
"dependencies": {
13-
"mysql2": "^3.11.3"
13+
"mysql2": "3.11.4"
1414
}
1515
}

0 commit comments

Comments
 (0)