diff options
-rwxr-xr-x | springboot/springboot1/pom.xml | 2 | ||||
-rwxr-xr-x | springboot/springboot2/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml index 8dabd679..b8f644b3 100755 --- a/springboot/springboot1/pom.xml +++ b/springboot/springboot1/pom.xml @@ -11,7 +11,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>1.5.4.RELEASE</version> + <version>1.5.20.RELEASE</version> <relativePath/> </parent> diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml index 397baf08..51aed331 100755 --- a/springboot/springboot2/pom.xml +++ b/springboot/springboot2/pom.xml @@ -11,7 +11,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.1.0.RELEASE</version> + <version>2.1.4.RELEASE</version> <relativePath/> </parent> |