Upgraded dependencies.

This commit is contained in:
andrewlalis 2026-01-12 14:37:01 -05:00
parent 69549a5537
commit c1756fa648
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
"dependencies": { "dependencies": {
"handy-http-primitives": "~>1.8", "handy-http-primitives": "~>1.8",
"path-matcher": "~>1.2.0", "path-matcher": "~>1.2.0",
"slf4d": "~>4.1.1" "slf4d": "~>4.0"
}, },
"description": "Library for some common, handy request handlers that you're likely to need in web projects.", "description": "Library for some common, handy request handlers that you're likely to need in web projects.",
"license": "CC0", "license": "CC0",

View File

@ -1,9 +1,9 @@
{ {
"fileVersion": 1, "fileVersion": 1,
"versions": { "versions": {
"handy-http-primitives": "1.8.0", "handy-http-primitives": "1.8.1",
"path-matcher": "1.2.0", "path-matcher": "1.2.0",
"slf4d": "4.1.1", "slf4d": "4.2.0",
"streams": "3.6.0" "streams": "3.6.0"
} }
} }