File tree 1 file changed +18
-1
lines changed
1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 44
44
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
45
45
46
46
<!-- Library versions-->
47
- <log4j .version>2.14.1 </log4j .version>
47
+ <log4j .version>2.15.0 </log4j .version>
48
48
<slf4j .version>1.7.32</slf4j .version>
49
49
<disruptor-maven-plugin .version>3.4.4</disruptor-maven-plugin .version>
50
50
</properties >
133
133
</rules >
134
134
</configuration >
135
135
</execution >
136
+ <execution >
137
+ <id >ban-bad-log4j-versions</id >
138
+ <phase >validate</phase >
139
+ <goals >
140
+ <goal >enforce</goal >
141
+ </goals >
142
+ <configuration >
143
+ <rules >
144
+ <bannedDependencies >
145
+ <excludes >
146
+ <exclude >org.apache.logging.log4j:log4j-core:(,2.15.0)</exclude >
147
+ </excludes >
148
+ </bannedDependencies >
149
+ </rules >
150
+ <fail >true</fail >
151
+ </configuration >
152
+ </execution >
136
153
</executions >
137
154
</plugin >
138
155
<plugin >
You can’t perform that action at this time.
0 commit comments