diff options
author | Piotr Jaszczyk <piotr.jaszczyk@nokia.com> | 2019-02-04 12:32:17 +0100 |
---|---|---|
committer | Piotr Jaszczyk <piotr.jaszczyk@nokia.com> | 2019-02-04 14:29:04 +0100 |
commit | 09b68daf6b644df4dd66ab792c430898bb9d2f6d (patch) | |
tree | afd12e303453acb61b7311e360d985ccd5317a37 /security | |
parent | 1442bffa7b80665049d2347f7ba2a03ca6c2bd70 (diff) |
Update reactor version
Use latest Reactor version. Also align with Spring Boot and Spring
Framework.
Change-Id: I43217817f4efc3649711b58106b0393152c750f8
Issue-ID: DCAEGEN2-1069
Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
Diffstat (limited to 'security')
-rw-r--r-- | security/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pom.xml b/security/pom.xml index bcd93de1..bf3ba379 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.onap.dcaegen2.services</groupId> <artifactId>sdk</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.2-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> |