File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 132
132
133
133
<properties >
134
134
<clirr .comparisonVersion>3.4.6</clirr .comparisonVersion>
135
+ <log4j .version>2.21.0</log4j .version>
135
136
136
137
<!-- Add slow test groups here and annotate classes similar to @Tag('groupName'). -->
137
138
<!-- Excluded groups are ran on github ci, to force here, pass -d"excludedGroups=" -->
187
188
<dependency >
188
189
<groupId >org.apache.logging.log4j</groupId >
189
190
<artifactId >log4j-api</artifactId >
190
- <version >2.21.0 </version >
191
+ <version >${log4j.version} </version >
191
192
<optional >true</optional >
192
193
</dependency >
193
194
<dependency >
329
330
<dependency >
330
331
<groupId >org.apache.logging.log4j</groupId >
331
332
<artifactId >log4j-core</artifactId >
332
- <version >2.21.0 </version >
333
+ <version >${log4j.version} </version >
333
334
<scope >test</scope >
334
335
</dependency >
335
336
</dependencies >
You can’t perform that action at this time.
0 commit comments