diff options
author | ToineSiebelink <toine.siebelink@est.tech> | 2023-04-19 12:04:50 +0100 |
---|---|---|
committer | ToineSiebelink <toine.siebelink@est.tech> | 2023-04-19 12:04:50 +0100 |
commit | a0bbb4e36550f8c224f07ef21f67e3d28dbfc1f7 (patch) | |
tree | 86dc10dcc838fdc8e7886bb01b0f96eb5650ad07 /cps-parent/pom.xml | |
parent | 918db951327aed3f0d655ac8f95b0c55e2228a08 (diff) |
Addtional dependency updates
-Allign org.onap.oparent.checkstyle version with oparent version
-Move org.springdoc version control to dependcy mgmt module
Issue-ID: CPS-1627
Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
Change-Id: I0ce3e6bb18341fac1e3d4bd6d7290bcc3bf28f50
Diffstat (limited to 'cps-parent/pom.xml')
-rwxr-xr-x | cps-parent/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index 829ab04b68..5428953a48 100755 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -303,7 +303,7 @@ <dependency> <groupId>org.onap.oparent</groupId> <artifactId>checkstyle</artifactId> - <version>3.1.0</version> + <version>3.2.0</version> </dependency> <dependency> <groupId>${project.groupId}</groupId> |