File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 16
16
<dependency >
17
17
<groupId >org.apache.httpcomponents</groupId >
18
18
<artifactId >httpasyncclient</artifactId >
19
- <version >4.1.4 </version >
19
+ <version >4.1.5 </version >
20
20
</dependency >
21
21
22
22
<!-- Algolia dependencies-->
Original file line number Diff line number Diff line change 136
136
</execution >
137
137
</executions >
138
138
</plugin >
139
+ <plugin >
140
+ <groupId >org.apache.maven.plugins</groupId >
141
+ <artifactId >maven-enforcer-plugin</artifactId >
142
+ <version >3.0.0-M3</version >
143
+ <dependencies >
144
+ <dependency >
145
+ <groupId >org.sonatype.ossindex.maven</groupId >
146
+ <artifactId >ossindex-maven-enforcer-rules</artifactId >
147
+ <version >3.1.0</version >
148
+ </dependency >
149
+ </dependencies >
150
+ <executions >
151
+ <execution >
152
+ <id >vulnerability-checks</id >
153
+ <phase >validate</phase >
154
+ <goals >
155
+ <goal >enforce</goal >
156
+ </goals >
157
+ <configuration >
158
+ <rules >
159
+ <banVulnerable implementation =" org.sonatype.ossindex.maven.enforcer.BanVulnerableDependencies" />
160
+ </rules >
161
+ </configuration >
162
+ </execution >
163
+ </executions >
164
+ </plugin >
139
165
</plugins >
140
166
141
167
</build >
You can’t perform that action at this time.
0 commit comments