diff options
author | Sneha Dantkale <Sneha.dantkale@amdocs.com> | 2020-02-24 15:57:55 +0530 |
---|---|---|
committer | Sneha Dantkale <sneha.dantkale@amdocs.com> | 2020-02-25 14:51:16 +0000 |
commit | 151cf374b7dcd873d087d62a14a3ca3b1ab85ecc (patch) | |
tree | ac33f7620719d8943d442d861ce47123c7c246bb /pom.xml | |
parent | cd8137301cd5fe9c5fb1cb026674357577563f80 (diff) |
[AAI-2536] | Update to spring-boot 2.1.12.RELEASE
Issue-ID: AAI-2536
Change-Id: Ie816ebc33d513ecfa2d4dd01344b64ec6ede7874
Signed-off-by: Sneha Dantkale <Sneha.dantkale@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>1.5.21.RELEASE</version> + <version>2.1.12.RELEASE</version> <relativePath /> </parent> <groupId>org.onap.aai.data-router</groupId> @@ -35,7 +35,7 @@ limitations under the License. <properties> <java.version>1.8</java.version> - <camel-spring-boot.version>2.21.1</camel-spring-boot.version> + <camel-spring-boot.version>2.22.5</camel-spring-boot.version> <absoluteDistFilesRoot>/appl/${project.artifactId}</absoluteDistFilesRoot> <!-- For NO Versioning, REMOVE the /${project.version} from the <distFilesRoot> property, below. PLEASE, NOTE: If your ${project.version} is a "-SNAPSHOT" |