JAVA-9824: Identify boot modules not using parent-boot-2 as parent and

upgrade log4j for them
This commit is contained in:
sampadawagde
2022-02-22 21:53:39 +05:30
parent 13a7a1d7eb
commit 9d19160043
30 changed files with 242 additions and 1 deletions
@@ -21,6 +21,13 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-bom</artifactId>
<version>${log4j2.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
@@ -55,6 +62,7 @@
<properties>
<spring-cloud.version>2.1.1.RELEASE</spring-cloud.version>
<spring-boot.version>2.1.4.RELEASE</spring-boot.version>
<log4j2.version>2.17.1</log4j2.version>
</properties>
</project>