Skip to content

Commit

Permalink
chore: Upgrade dependencies and CFEngines
Browse files Browse the repository at this point in the history
  • Loading branch information
elpete committed Mar 19, 2024
1 parent 34ac270 commit ea013ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
cfengine: [ "lucee@5", "adobe@2018", "adobe@2021" ]
cfengine: [ "lucee@5", "lucee@6", "adobe@2021", "adobe@2023" ]
steps:
- name: Checkout Repository
uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions box.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"shortDescription":"An API for interacting with SendGrid, including sending emails and receiving webhooks",
"description":"An API for interacting with SendGrid, including sending emails and receiving webhooks",
"dependencies":{
"hyper":"^4.0.0"
"hyper":"^7.5.0"
},
"devDependencies":{
"coldbox":"^6.0.0",
"testbox":"^4.0.0"
"coldbox":"^7.0.0",
"testbox":"^5.0.0"
},
"installPaths":{
"hyper":"modules/hyper/",
Expand Down

0 comments on commit ea013ff

Please sign in to comment.