From 1fa5793d724ea6a09ff97ad71a2b1220cb15a7d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 14:04:24 +0000 Subject: [PATCH] Bump cql-to-elm from 1.5.5 to 2.5.0 Bumps [cql-to-elm](https://github.com/cqframework/clinical_quality_language) from 1.5.5 to 2.5.0. - [Release notes](https://github.com/cqframework/clinical_quality_language/releases) - [Commits](https://github.com/cqframework/clinical_quality_language/compare/v1.5.5...v2.5.0) --- updated-dependencies: - dependency-name: info.cqframework:cql-to-elm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3d212f74..afb95043 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ dependencies { implementation (group: 'org.opencds.cqf', name: 'cql-engine-fhir', version: '1.3.12.1') { exclude group: 'org.slf4j', module: 'slf4j-log4j12' } - implementation 'info.cqframework:cql-to-elm:1.5.5' + implementation 'info.cqframework:cql-to-elm:2.5.0' implementation 'com.google.guava:guava:31.0.1-jre' implementation 'ca.uhn.hapi.fhir:hapi-fhir-base:5.6.1' implementation 'ca.uhn.hapi.fhir:hapi-fhir-structures-dstu3:5.6.1'