diff options
-rwxr-xr-x | cps-dependencies/pom.xml | 14 | ||||
-rwxr-xr-x | cps-parent/pom.xml | 2 |
2 files changed, 3 insertions, 13 deletions
diff --git a/cps-dependencies/pom.xml b/cps-dependencies/pom.xml index 0f33e03961..1de07c3cbf 100755 --- a/cps-dependencies/pom.xml +++ b/cps-dependencies/pom.xml @@ -66,14 +66,14 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> - <version>2.5.5</version> + <version>2.6.4</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-dependencies</artifactId> - <version>2020.0.2</version> + <version>2021.0.1</version> <type>pom</type> <scope>import</scope> </dependency> @@ -181,16 +181,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-api</artifactId> - <version>2.17.2</version> - </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-to-slf4j</artifactId> - <version>2.17.2</version> - </dependency> - <dependency> <groupId>org.mapstruct</groupId> <artifactId>mapstruct</artifactId> <version>${mapstruct.version}</version> diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index 77269570ea..b76c63c6f7 100755 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -115,7 +115,7 @@ <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> - <version>2.3.3.RELEASE</version> + <version>2.6.4</version> <executions> <execution> <goals> |