Skip to content

Commit cd730ed

Browse files
committed
Align versions of log4 dependencies
Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
1 parent 179c609 commit cd730ed

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

vertx-db2-client/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<db2-container.version/>
3131
<vertx.asciidoc.sources.dir>${project.basedir}/src/main/asciidoc/*.adoc,${project.basedir}/../vertx-sql-client/src/main/asciidoc/*.adoc</vertx.asciidoc.sources.dir>
3232
<vertx.surefire.useModulePath>false</vertx.surefire.useModulePath>
33+
<log4j.version>2.25.3</log4j.version>
3334
</properties>
3435

3536
<dependencies>
@@ -73,14 +74,14 @@
7374
<dependency>
7475
<groupId>org.apache.logging.log4j</groupId>
7576
<artifactId>log4j-core</artifactId>
76-
<version>2.25.3</version>
77+
<version>${log4j.version}</version>
7778
<scope>test</scope>
7879
</dependency>
7980
<!-- Log4j 2 SLF4J Binding -->
8081
<dependency>
8182
<groupId>org.apache.logging.log4j</groupId>
8283
<artifactId>log4j-slf4j2-impl</artifactId>
83-
<version>2.20.0</version>
84+
<version>${log4j.version}</version>
8485
<scope>test</scope>
8586
</dependency>
8687
<dependency>

0 commit comments

Comments
 (0)