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-els-onap-logging | |
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-els-onap-logging')
-rw-r--r-- | aai-els-onap-logging/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-els-onap-logging/pom.xml b/aai-els-onap-logging/pom.xml index 9ae986ff..0fb44189 100644 --- a/aai-els-onap-logging/pom.xml +++ b/aai-els-onap-logging/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.13.0-SNAPSHOT</version> + <version>1.13.1-SNAPSHOT</version> <relativePath>../aai-parent/pom.xml</relativePath> </parent> <artifactId>aai-els-onap-logging</artifactId> @@ -96,7 +96,7 @@ <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> - <version>3.3.0</version> + <version>3.12.4</version> <scope>test</scope> </dependency> <dependency> |