Skip to content

Commit c30f319

Browse files
committed
updated dependencies for further testing
1 parent 6338bbf commit c30f319

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

.cfconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"clob":"true",
2323
"connectionLimit":"100",
2424
"connectionTimeout":"1",
25-
"custom":"useUnicode=true&characterEncoding=UTF8&serverTimezone=UTC&useLegacyDatetimeCode=true&useSSL=false",
25+
"custom":"useUnicode=true&characterEncoding=UTF8&serverTimezone=UTC&useLegacyDatetimeCode=true&autoReconnect=true&useSSL=false&allowPublicKeyRetrieval=true",
2626
"database":"cbsecurity",
2727
"dbdriver":"MySQL",
2828
"dsn":"jdbc:mysql://{host}:{port}/{database}",

box.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,16 @@
4848
"format":"cfformat run handlers/,interceptors/,models/,test-harness/tests/specs,ModuleConfig.cfc --overwrite",
4949
"format:watch":"cfformat watch handlers/,interceptors/,models/,test-harness/tests/specs,ModuleConfig.cfc ./.cfformat.json",
5050
"format:check":"cfformat check handlers/,interceptors/,models/,test-harness/tests/specs,ModuleConfig.cfc",
51-
"install:dependencies":"install && cd test-harness && install"
51+
"install:dependencies":"install && cd test-harness && install",
52+
"start:lucee" : "server start [email protected]",
53+
"start:2018" : "server start [email protected]",
54+
"start:2021" : "server start [email protected]",
55+
"stop:lucee" : "server stop [email protected]",
56+
"stop:2018" : "server stop [email protected]",
57+
"stop:2021" : "server stop [email protected]",
58+
"logs:lucee" : "server log [email protected] --follow",
59+
"logs:2018" : "server log [email protected] --follow",
60+
"logs:2021" : "server log [email protected] --follow"
5261
},
5362
"installPaths":{
5463
"jwt-cfml":"modules/jwtcfml/",

test-harness/box.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"private":true,
66
"description":"",
77
"dependencies":{
8-
"coldbox":"be",
8+
"coldbox":"^6.0.0",
99
"cbauth":"^6.0.0",
1010
"BCrypt":"^2.0.0",
1111
"jwt-cfml":"^1.0.0",
1212
"cbcsrf":"^3.0.0"
1313
},
1414
"devDependencies":{
15-
"cbdebugger":"^3.5.0+64",
15+
"cbdebugger":"^4.0.0",
1616
"testbox":"*",
1717
"route-visualizer":"*"
1818
},

0 commit comments

Comments
 (0)