diff options
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> |