diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-07-08 20:39:34 -0400 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-07-08 20:44:02 -0400 |
commit | 7fb88326062bdd7669a5e765e033639a0664ccfc (patch) | |
tree | a7f9d6ee29ea912a1071e3abf2e2a64ea964bfc9 /standalone | |
parent | b5628bd6e1bd8bf35b70d7ca5e8f7eb81df6e6ce (diff) |
Further changes as per silicon-sr1
Issue-ID: CCSDK-3365
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I01aebff10d73cda54eccbbd497f6a642be2fc482
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/pom.xml b/standalone/pom.xml index 3205cbae..a7423127 100755 --- a/standalone/pom.xml +++ b/standalone/pom.xml @@ -97,7 +97,7 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> - <version>1.7.28</version> + <version>1.7.29</version> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> |