diff options
author | waqas.ikram <waqas.ikram@est.tech> | 2021-06-25 13:21:15 +0100 |
---|---|---|
committer | waqas.ikram <waqas.ikram@est.tech> | 2021-06-28 13:04:54 +0100 |
commit | d18c3bbbdb56f2f55926e01101a570f39dbaff6a (patch) | |
tree | 316c395ba33d6cc18ce4ff638d9163d5456a9826 /bpmn/pom.xml | |
parent | 6a5b05fa3b21085ef21c37db2ea3d29275b87191 (diff) |
Fixing XML parsers sonar issue
Change-Id: Id67c01bbe19057902127e8a66ba0382589789537
Issue-ID: SO-3665
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
Diffstat (limited to 'bpmn/pom.xml')
-rw-r--r-- | bpmn/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/pom.xml b/bpmn/pom.xml index 33c0415d9d..6a61ed1df3 100644 --- a/bpmn/pom.xml +++ b/bpmn/pom.xml @@ -15,7 +15,7 @@ <camunda.bpm.assert.version>1.2</camunda.bpm.assert.version> <h2.version>1.4.196</h2.version> <groovy.version>2.5.3</groovy.version> - <saxon.version>9.5.1-8</saxon.version> + <saxon.version>10.5</saxon.version> <xmlunit.version>2.4.0</xmlunit.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |