aboutsummaryrefslogtreecommitdiffstats
path: root/ui-ci/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ui-ci/pom.xml')
-rw-r--r--ui-ci/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui-ci/pom.xml b/ui-ci/pom.xml
index 8fd1970b21..dedd21c969 100644
--- a/ui-ci/pom.xml
+++ b/ui-ci/pom.xml
@@ -160,14 +160,14 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.3.1</version>
+ <version>${jackson.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
- <version>2.3.1</version>
+ <version>${jackson.version}</version>
<scope>compile</scope>
</dependency>