Skip to content

Commit ad4d98f

Browse files
committed
(fix) Expand webservices.rest dependency range to support 3.x
Updates webservices.rest backend dependency version constraint from ^2.2.0 (or ^2.24.0) to ">=2.2.0" to support both 2.x stable releases and 3.x pre-release/stable versions. This resolves version compatibility issues when running with webservices.rest 3.0.0-SNAPSHOT.0.
1 parent 9f92f4a commit ad4d98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.openmrs.org/routes.schema.json",
33
"backendDependencies": {
44
"fhir2": ">=1.2",
5-
"webservices.rest": "^2.2.0"
5+
"webservices.rest": ">=2.2.0"
66
},
77
"pages": [
88
{

0 commit comments

Comments
 (0)