diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-10-17 12:02:43 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-10-17 12:02:43 +0200 |
commit | ad2b8a5dcda43c3d606d567061594bc5474855c9 (patch) | |
tree | 096cd9b6995bfb7a7ac0d42ae4a539139afb8f79 /aai-parent | |
parent | f5c07845a81a7cda191ea7a0771c507bad3c46b7 (diff) |
Update logback in aai-common
- update logback (1.2.3 + 1.2.7 -> 1.2.13)
- bump snapshot version to 1.15.2-SNAPSHOT
Issue-ID: AAI-4020
Change-Id: I1f961ffddfbefe810044cafac500defeb6727da8
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-parent')
-rw-r--r-- | aai-parent/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index b4cf13e6..1479b3ad 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.15.1-SNAPSHOT</version> + <version>1.15.2-SNAPSHOT</version> </parent> <artifactId>aai-parent</artifactId> <name>aai-parent</name> @@ -94,7 +94,7 @@ limitations under the License. <junit.version>4.12</junit.version> <httpclient.version>4.5.13</httpclient.version> <io.swagger.version>1.5.24</io.swagger.version> - <logback.version>1.2.7</logback.version> + <logback.version>1.2.13</logback.version> <slf4j.version>1.7.25</slf4j.version> <log4j.version>2.17.1</log4j.version> <mockito.all.version>3.4.0</mockito.all.version> |