diff options
author | Taka Cho <takamune.cho@att.com> | 2019-04-25 08:13:23 -0400 |
---|---|---|
committer | Taka Cho <takamune.cho@att.com> | 2019-04-25 08:14:10 -0400 |
commit | cea6e5d971f42590491ff8253ddc60fb2f0a2597 (patch) | |
tree | 27c726fc6985c414878149da14513c0c7ead6ab9 /CdtProxyService/pom.xml | |
parent | 6626192a480fcfc9024b8366e5a5ebec61389dbf (diff) |
upgrade spring-boot-starter-web
spring-boot-starter-web to
2.1.4 RELEASE version
Change-Id: I6e0452665f63a28e06310934abd7ececfb09f411
Issue-ID: APPC-1541
Signed-off-by: Taka Cho <takamune.cho@att.com>
Diffstat (limited to 'CdtProxyService/pom.xml')
-rw-r--r-- | CdtProxyService/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CdtProxyService/pom.xml b/CdtProxyService/pom.xml index 4f05c1a..679da45 100644 --- a/CdtProxyService/pom.xml +++ b/CdtProxyService/pom.xml @@ -57,7 +57,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.1.3.RELEASE</version> + <version>2.1.4.RELEASE</version> </parent> <dependencyManagement> <dependencies> @@ -72,7 +72,7 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> - <version>2.1.3.RELEASE</version> + <version>2.1.4.RELEASE</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> |