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 132132
133133 <properties >
134134 <clirr .comparisonVersion>3.4.6</clirr .comparisonVersion>
135+ <log4j .version>2.21.0</log4j .version>
135136
136137 <!-- Add slow test groups here and annotate classes similar to @Tag('groupName'). -->
137138 <!-- Excluded groups are ran on github ci, to force here, pass -d"excludedGroups=" -->
187188 <dependency >
188189 <groupId >org.apache.logging.log4j</groupId >
189190 <artifactId >log4j-api</artifactId >
190- <version >2.21.0 </version >
191+ <version >${log4j.version} </version >
191192 <optional >true</optional >
192193 </dependency >
193194 <dependency >
329330 <dependency >
330331 <groupId >org.apache.logging.log4j</groupId >
331332 <artifactId >log4j-core</artifactId >
332- <version >2.21.0 </version >
333+ <version >${log4j.version} </version >
333334 <scope >test</scope >
334335 </dependency >
335336 </dependencies >
You can’t perform that action at this time.
0 commit comments