File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments