diff options
author | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2022-08-25 13:48:45 +0200 |
---|---|---|
committer | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2022-08-29 18:41:45 +0200 |
commit | 5662ec25d8c24caa014d6988581dfca76c15fef0 (patch) | |
tree | 0033818469c12c642076e1ed46148c951564ba91 /version.properties | |
parent | 8929c55ec055d25a8e10c9e06983f849e2f65f40 (diff) |
Fix DFC vulnerabilities1.9.0
- Update DCAE-SDK to version 1.8.10
- Update spring-boot to version 2.7.2
- Update spring to version 5.3.22
- Update tomcat-embed-core to version 9.0.65
- Update classgraph to version 4.8.149
- Update jackson-databind to version 2.13.3
- Update springdoc-openapi-ui to version 1.6.11
Issue-ID: DCAEGEN2-3211
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: Iab97ade90792708742283cdeec732ca11351ec28
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.properties b/version.properties index 3c572001..f9146bd6 100644 --- a/version.properties +++ b/version.properties @@ -1,5 +1,5 @@ major=1
-minor=8
+minor=9
patch=0
base_version=${major}.${minor}.${patch}
release_version=${base_version}
|