diff options
author | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2022-03-01 12:43:23 +0100 |
---|---|---|
committer | Remigiusz Janeczek <remigiusz.janeczek@nokia.com> | 2022-03-01 13:41:23 +0100 |
commit | 514df09462968920406877d6508027d72a9b957e (patch) | |
tree | e613ba6197e2836bb7ca515c3982b35b400d2470 /version.properties | |
parent | a26ca2c67cef8c6c72a61d25a68f0b8d193a7a4e (diff) |
Fix security vulnerabilities1.1.0
- update spring to version 2.6.4
- update jackson-databind to version 2.13.1
Issue-ID: DCAEGEN2-3092
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: I130f7f16485b2059f9669f65d304ef9c91db56fe
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/version.properties b/version.properties index fdf525c..7b8b963 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 -minor=0 -patch=1 +minor=1 +patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} -snapshot_version=${base_version}-SNAPSHOT
\ No newline at end of file +snapshot_version=${base_version}-SNAPSHOT |