diff --git a/api/pom.xml b/api/pom.xml
index 49410d3..54a9d85 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -15,7 +15,7 @@
org.openmrs.module
labonfhir
- 1.4.0-SNAPSHOT
+ 1.5.0-SNAPSHOT
labonfhir-api
diff --git a/api/src/main/java/org/openmrs/module/labonfhir/api/event/LabCreationListener.java b/api/src/main/java/org/openmrs/module/labonfhir/api/event/LabCreationListener.java
index 8f07841..fbcdc9f 100644
--- a/api/src/main/java/org/openmrs/module/labonfhir/api/event/LabCreationListener.java
+++ b/api/src/main/java/org/openmrs/module/labonfhir/api/event/LabCreationListener.java
@@ -88,7 +88,7 @@ public Bundle createLabBundle(Task task) {
includes.add(new Include("Task:based-on"));
includes.add(new Include("Task:location"));
- IBundleProvider labBundle = fhirTaskService.searchForTasks(new TaskSearchParams(null, null, null, uuid, null, null, includes));
+ IBundleProvider labBundle = fhirTaskService.searchForTasks(new TaskSearchParams(null, null , null ,null, null, uuid, null, null, includes));
Bundle transactionBundle = new Bundle();
transactionBundle.setType(Bundle.BundleType.TRANSACTION);
diff --git a/omod/pom.xml b/omod/pom.xml
index 750b938..c87ccc9 100644
--- a/omod/pom.xml
+++ b/omod/pom.xml
@@ -3,7 +3,7 @@
org.openmrs.module
labonfhir
- 1.4.0-SNAPSHOT
+ 1.5.0-SNAPSHOT
labonfhir-omod
diff --git a/pom.xml b/pom.xml
index e8519eb..b9276ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
org.openmrs.module
labonfhir
- 1.4.0-SNAPSHOT
+ 1.5.0-SNAPSHOT
pom
Lab on FHIR
A module to support lab order communication between OpenMRS and an LIS like OpenELIS using FHIR-based
@@ -245,7 +245,7 @@
- 1.10.0
+ 2.2.0
2.26.0
1.8
1.8