File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 <httpasyncclient .version>4.1.4</httpasyncclient .version>
4848 <httpmime .version>4.5.12</httpmime .version>
4949 <tika-core .version>1.28.3</tika-core .version>
50+ <!-- Override the commons-codec 1.11 pulled in transitively by httpclient -->
51+ <commons-codec .version>1.22.0</commons-codec .version>
5052
5153 <jackson-databind .version>2.22.1</jackson-databind .version>
5254
158160 </dependency >
159161 </dependencies >
160162
163+ <dependencyManagement >
164+ <dependencies >
165+ <!-- Force commons-codec above the vulnerable 1.11 that httpclient pulls in transitively -->
166+ <dependency >
167+ <groupId >commons-codec</groupId >
168+ <artifactId >commons-codec</artifactId >
169+ <version >${commons-codec.version} </version >
170+ </dependency >
171+ </dependencies >
172+ </dependencyManagement >
173+
161174 <profiles >
162175 <profile >
163176 <id >unit-tests</id >
You can’t perform that action at this time.
0 commit comments