diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-01-10 16:27:15 +0100 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-01-10 16:27:15 +0100 |
commit | 64ba3c1816fc85d24ca2de935a5263608fd7b23f (patch) | |
tree | 182f2b244a630c7f07a5b1cfe7736d6ada78578c /aai-parent | |
parent | 09fd390a6f265419edcc8d1225a43b9a85dcd76a (diff) |
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 <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-parent')
-rw-r--r-- | aai-parent/pom.xml | 9 |
1 files changed, 7 insertions, 2 deletions
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. <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-common</artifactId> - <version>1.13.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> </parent> <artifactId>aai-parent</artifactId> <name>aai-parent</name> @@ -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 --> - <spring.boot.version>2.2.13.RELEASE</spring.boot.version> + <spring.boot.version>2.3.12.RELEASE</spring.boot.version> <spring.version>5.2.12.RELEASE</spring.version> <spring.jms.version>5.2.25.RELEASE</spring.jms.version> <spring.test.version>${spring.version}</spring.test.version> @@ -880,6 +880,11 @@ limitations under the License. <artifactId>sonar-maven-plugin</artifactId> <version>${sonar.scanner.version}</version> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-checkstyle-plugin</artifactId> + <version>3.0.0</version> + </plugin> </plugins> </pluginManagement> |