diff options
author | 2025-01-03 11:31:59 +0100 | |
---|---|---|
committer | 2025-02-04 14:01:13 +0100 | |
commit | 30148e02849d29ab05e4800091a10585b54839bb (patch) | |
tree | 54e6696366e407a982c3848fd34d1b192e7e64fc /aai-auth/pom.xml | |
parent | 671edd133f4858b4b17663d109a23c80bbffa6b7 (diff) |
Spring-boot 3 update
- update to spring boot 3.0.13, this includes:
- change of javax to jakarta namespace
- upgrade of eclipselink (2.7.15 -> 3.0.1)
Issue-ID: AAI-4098
Change-Id: I57bbc453be892a6425a23d5ec58c140cf9736cda
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-auth/pom.xml')
-rw-r--r-- | aai-auth/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/aai-auth/pom.xml b/aai-auth/pom.xml index f2bfe03a..7b450144 100644 --- a/aai-auth/pom.xml +++ b/aai-auth/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.15.5-SNAPSHOT</version> + <version>1.16.0-SNAPSHOT</version> <relativePath>../aai-parent/pom.xml</relativePath> </parent> <artifactId>aai-auth</artifactId> @@ -41,8 +41,8 @@ <dependencies> <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient</artifactId> + <groupId>org.apache.httpcomponents.client5</groupId> + <artifactId>httpclient5</artifactId> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> |