diff options
author | leventecsanyi <levente.csanyi@est.tech> | 2022-12-07 17:08:58 +0100 |
---|---|---|
committer | leventecsanyi <levente.csanyi@est.tech> | 2022-12-08 14:57:57 +0100 |
commit | 4f77777c9c3c7be336644c8fe68b76f0d9e9b3f3 (patch) | |
tree | 59994d18156a90a00f77c6140fc33e6c32d855df /cps-tbdmt-service | |
parent | bcfdb23464d0cd7b419081aeea54d1496947705a (diff) |
Analyze outdated CPS Dependencies
- Updated the required Jetty, SpringBoot and Postgres dependencies
Signed-off-by: leventecsanyi <levente.csanyi@est.tech>
Change-Id: I29348f7647e26856dcea47f7f53d6d38d7d20e3e
Issue-ID: CPS-1408
Diffstat (limited to 'cps-tbdmt-service')
-rw-r--r-- | cps-tbdmt-service/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-tbdmt-service/pom.xml b/cps-tbdmt-service/pom.xml index f685721..485940a 100644 --- a/cps-tbdmt-service/pom.xml +++ b/cps-tbdmt-service/pom.xml @@ -37,7 +37,7 @@ <packaging>jar</packaging> <properties> - <spring.version>5.3.20</spring.version> + <spring.version>5.3.24</spring.version> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format> </properties> |