diff options
author | Dominik Mizyn <d.mizyn@samsung.com> | 2019-11-18 13:08:23 +0100 |
---|---|---|
committer | Dominik Mizyn <d.mizyn@samsung.com> | 2019-11-18 13:52:09 +0100 |
commit | dd4c51e4349b596766f2fda555a7a0d3ba46e9fa (patch) | |
tree | a4d60c9900fc29302bd42e1a9bee77aea6c70587 /portal-BE/pom.xml | |
parent | d904fc786956891946e7bd92b559fdb98f62330f (diff) |
UserRolesController methods up
putAppWithUserRoleStateForUser() up
Issue-ID: PORTAL-710
Change-Id: Ie0d03fc28d684bb0362901b0ec108941e70f6b9c
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
Diffstat (limited to 'portal-BE/pom.xml')
-rw-r--r-- | portal-BE/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/portal-BE/pom.xml b/portal-BE/pom.xml index 13477b68..a882f751 100644 --- a/portal-BE/pom.xml +++ b/portal-BE/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.2.0.M4</version> + <version>2.2.1.RELEASE</version> <relativePath/> <!-- lookup parent from repository --> </parent> <groupId>org.onap</groupId> @@ -188,7 +188,7 @@ <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs-client</artifactId> - <version>3.3.2</version> + <version>3.3.4</version> <scope>compile</scope> </dependency> </dependencies> |