aboutsummaryrefslogtreecommitdiffstats
path: root/cps-dependencies
diff options
context:
space:
mode:
authorPriyank Maheshwari <priyank.maheshwari@est.tech>2024-03-19 15:42:26 +0000
committerGerrit Code Review <gerrit@onap.org>2024-03-19 15:42:26 +0000
commite79c1d9991b47e0a944fba27286cd87d5b0f5be4 (patch)
tree4bf8da518560a99bccd5241c3f5a74d37e8cecfd /cps-dependencies
parent4e2c927201143795748e599d205ebe46679c7e05 (diff)
parent59a34f5f9e1aaea13df8903ac30ee8cb5735f205 (diff)
Merge "Fix SonarQube warnings"
Diffstat (limited to 'cps-dependencies')
-rw-r--r--cps-dependencies/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/cps-dependencies/pom.xml b/cps-dependencies/pom.xml
index 69ea85917f..68f36fb839 100644
--- a/cps-dependencies/pom.xml
+++ b/cps-dependencies/pom.xml
@@ -2,7 +2,7 @@
<!--
============LICENSE_START=======================================================
Copyright (c) 2021 Linux Foundation.
- Modifications Copyright (C) 2020-2023 Nordix Foundation
+ Modifications Copyright (C) 2020-2024 Nordix Foundation
Modifications Copyright (C) 2022 Bell Canada.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
@@ -130,7 +130,7 @@
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs</artifactId>
- <version>4.2.0</version>
+ <version>4.2.3</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>