File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 19
19
<version >4.1.5</version >
20
20
</dependency >
21
21
22
+ <!-- override apache http client transitive dependency until updated -->
23
+ <dependency >
24
+ <groupId >commons-codec</groupId >
25
+ <artifactId >commons-codec</artifactId >
26
+ <version >1.15</version >
27
+ </dependency >
28
+
22
29
<!-- Algolia dependencies-->
23
30
<dependency >
24
31
<groupId >com.algolia</groupId >
Original file line number Diff line number Diff line change 11
11
<packaging >jar</packaging >
12
12
13
13
<properties >
14
- <jackson .version>2.13.2 </jackson .version>
15
- <jackson-databind .version>2.13.2.2 </jackson-databind .version>
14
+ <jackson .version>2.13.3 </jackson .version>
15
+ <jackson-databind .version>2.13.3 </jackson-databind .version>
16
16
</properties >
17
17
18
18
<dependencies >
Original file line number Diff line number Diff line change 141
141
<plugin >
142
142
<groupId >org.apache.maven.plugins</groupId >
143
143
<artifactId >maven-enforcer-plugin</artifactId >
144
- <version >3.0.0-M3 </version >
144
+ <version >3.1.0 </version >
145
145
<dependencies >
146
146
<dependency >
147
147
<groupId >org.sonatype.ossindex.maven</groupId >
148
148
<artifactId >ossindex-maven-enforcer-rules</artifactId >
149
- <version >3.1 .0</version >
149
+ <version >3.2 .0</version >
150
150
</dependency >
151
151
</dependencies >
152
152
<executions >
You can’t perform that action at this time.
0 commit comments