diff options
author | RossC <ross.carter@est.tech> | 2020-07-01 16:45:01 +0100 |
---|---|---|
committer | RossC <ross.carter@est.tech> | 2020-07-01 16:51:20 +0100 |
commit | 6a384a208834df1ca94c350d8cd8ddad82f18efb (patch) | |
tree | 19161a3a18c48c62f406e6c45cac329249371ee2 /utils-test | |
parent | d3e074c0010cce39ed4ca0071f5a78aadc8d6496 (diff) |
Updating common dependencies
Issue-ID: POLICY-2387
Change-Id: Ib2b14f66f6416ca3b8d6353bb6aa19fa2f41ebbb
Signed-off-by: RossC <ross.carter@est.tech>
Diffstat (limited to 'utils-test')
-rw-r--r-- | utils-test/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils-test/pom.xml b/utils-test/pom.xml index 1a054961..c04e0cbc 100644 --- a/utils-test/pom.xml +++ b/utils-test/pom.xml @@ -43,7 +43,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-jexl3</artifactId> - <version>3.0</version> + <version>3.1</version> </dependency> <dependency> <groupId>org.projectlombok</groupId> |