We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa38cd5 commit 7b231d0Copy full SHA for 7b231d0
.gitignore
@@ -10,7 +10,8 @@
10
!.engine/WEB-INF/lib
11
.engine/WEB-INF/lib/*
12
!.engine/WEB-INF/lib/h2-1.4.196.jar
13
-orgluceepostgresql830jdbc4lex/
+orgluceepostgresql*
14
+orgpostgresqljdbc*
15
16
.env
17
.tmp
box.json
@@ -33,7 +33,7 @@
33
}
34
],
35
"dependencies":{
36
- "qb":"^9.4.0",
+ "qb":"^10.0.0",
37
"mockdatacfc":"^3.4.0+35"
38
},
39
"installPaths":{
@@ -44,8 +44,8 @@
44
"orgpostgresqljdbc424214lex":"orgpostgresqljdbc424214lex/"
45
46
"devDependencies":{
47
- "testbox":"^4",
48
- "coldbox":"^6",
+ "testbox":"^6",
+ "coldbox":"^7",
49
"orgpostgresqljdbc424214lex":"lex:https://ext.lucee.org/org.postgresql.jdbc42-42.1.4.lex"
50
51
"ignore":[
0 commit comments