Skip to content

Commit 85dee47

Browse files
author
Victor Adossi
committed
refactor: use log4j-version variable
Signed-off-by: Victor Adossi <[email protected]>
1 parent 1527f3b commit 85dee47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
<dependency>
252252
<groupId>org.apache.logging.log4j</groupId>
253253
<artifactId>log4j-bom</artifactId>
254-
<version>2.16.0</version>
254+
<version>${log4j-version}</version>
255255
<scope>import</scope>
256256
<type>pom</type>
257257
</dependency>

0 commit comments

Comments
 (0)