From 64ba3c1816fc85d24ca2de935a5263608fd7b23f Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Wed, 10 Jan 2024 16:27:15 +0100 Subject: Update spring boot to 2.3 - update to 2.3 - bump version of all submodules to 1.13.1-SNAPSHOT Issue-ID: AAI-3724 Change-Id: Id089e27b236476907c4e7ca7e51d72b74d387d1c Signed-off-by: Fiete Ostkamp --- aai-parent/pom.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'aai-parent') diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index 4c047895..b713f63b 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -27,7 +27,7 @@ limitations under the License. org.onap.aai.aai-common aai-common - 1.13.0-SNAPSHOT + 1.13.1-SNAPSHOT aai-parent aai-parent @@ -92,7 +92,7 @@ limitations under the License. Please don't upgrade to 2.3.0 or above for nexus iq or security scans as it could potentially break our code --> - 2.2.13.RELEASE + 2.3.12.RELEASE 5.2.12.RELEASE 5.2.25.RELEASE ${spring.version} @@ -880,6 +880,11 @@ limitations under the License. sonar-maven-plugin ${sonar.scanner.version} + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.0.0 + -- cgit 1.2.3-korg