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 4b62cbfac7
commit fe5deb1362
30 changed files with 242 additions and 1 deletions

View File

@@ -24,6 +24,13 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-bom</artifactId>
<version>${log4j2.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>
@@ -184,6 +191,7 @@
<dynamodblocal.repository.url>https://s3-us-west-2.amazonaws.com/dynamodb-local/release</dynamodblocal.repository.url>
<maven-dependency-plugin.version>3.1.1</maven-dependency-plugin.version>
<spring-boot.version>2.4.7</spring-boot.version>
<log4j2.version>2.17.1</log4j2.version>
</properties>
</project>