diff options
author | 2025-02-21 11:54:19 +0530 | |
---|---|---|
committer | 2025-02-21 18:25:47 +0530 | |
commit | c8d9b63d72ec6ce72d587eb0ac20ae4709a0222d (patch) | |
tree | 0e5e427de40254c5f9c42162a23f00b46fbfc4d5 /catalog-ui | |
parent | 2cf0e33271373bb45e66f43d06be24b68ba2cbbf (diff) |
SDC component upliftment of janusgraph version
- Janusgraph version update from 0.3.3 to 0.5.0
Issue-ID: SDC-4717
Change-Id: Ib7f7c7f0113a854e119ff7bd32ce5ec34da1692f
Signed-off-by: Anamika Khantwal <anamika.khantwal@accenture.com>
Diffstat (limited to 'catalog-ui')
-rw-r--r-- | catalog-ui/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog-ui/pom.xml b/catalog-ui/pom.xml index d9d7fd77ab..df1d6f9b25 100644 --- a/catalog-ui/pom.xml +++ b/catalog-ui/pom.xml @@ -89,7 +89,7 @@ </goals> <configuration> <!-- See https://nodejs.org/en/download/ for latest node and npm (lts) versions --> - <nodeVersion>v14.17.1</nodeVersion> + <nodeVersion>v16.20.0</nodeVersion> <npmVersion>6.14.13</npmVersion> </configuration> </execution> |