diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -4,6 +4,7 @@ ~ Copyright (C) 2018-2022 Nokia. All rights reserved. ~ Copyright (C) 2018-2021 Nordix Foundation. All rights reserved. ~ Copyright (C) 2021 Samsung Electronics. All rights reserved. + ~ Copyright (C) 2023 Deutsche Telekom AG. All rights reserved. ~ ============================================================================================== ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. @@ -49,19 +50,19 @@ </licenses> <properties> - <revision>1.9.0-SNAPSHOT</revision> + <revision>1.10.0-SNAPSHOT</revision> <java.version>11</java.version> <sdk.version>1.8.10</sdk.version> <apache.httpcomponents.version>4.1.4</apache.httpcomponents.version> <apache.commons.version>3.6</apache.commons.version> <immutable.version>2.7.1</immutable.version> - <spring.version>5.3.22</spring.version> + <spring.version>5.3.25</spring.version> <spring-boot.version>2.7.2</spring-boot.version> <commons-io.version>2.8.0</commons-io.version> <commons-net.version>3.3</commons-net.version> <projectreactor.version>2020.0.2</projectreactor.version> <httpcomponents.core5.version>5.0.3</httpcomponents.core5.version> - <tomcat-embed-core.version>9.0.65</tomcat-embed-core.version> + <tomcat-embed-core.version>9.0.72</tomcat-embed-core.version> <io.github.classgraph.version>4.8.149</io.github.classgraph.version> <!-- LOGGING SETTINGS --> @@ -77,7 +78,7 @@ <jcraft.version>0.1.54</jcraft.version> <springfox.version>3.0.0</springfox.version> <awaitility.version>3.1.6</awaitility.version> - <jackson-databind.version>2.13.3</jackson-databind.version> + <jackson-databind.version>2.14.1</jackson-databind.version> <powermock.version>2.0.9</powermock.version> <!-- Plugin versions --> |