File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 <dependency >
2020 <groupId >ca.uhn.hapi.fhir</groupId >
2121 <artifactId >hapi-fhir-server</artifactId >
22- <version >${hapi-fhir.version} </version >
22+ <version >8.10.0 </version >
2323 </dependency >
2424 <dependency >
2525 <groupId >ca.uhn.hapi.fhir</groupId >
Original file line number Diff line number Diff line change 183183 <javapoet .version>1.13.0</javapoet .version>
184184
185185 <!-- Fix for Snyk vulnerability (CWE-770 and CWE-436)-->
186+ <netty .version>4.1.133.Final</netty .version>
186187 <jetty .version>12.1.7</jetty .version>
187188 <org .apache.httpcomponents.httpclient.version>4.5.14</org .apache.httpcomponents.httpclient.version>
188189 <datasource-proxy .version>1.10</datasource-proxy .version>
311312 <dependency >
312313 <groupId >io.netty</groupId >
313314 <artifactId >netty-codec-http2</artifactId >
314- <version >4.1.133.Final </version >
315+ <version >${netty.version} </version >
315316 </dependency >
316-
317+
317318 <!-- Fix for Snyk vulnerability (CWE-93 and CWE-444)-->
318319 <dependency >
319320 <groupId >io.netty</groupId >
320321 <artifactId >netty-codec-http</artifactId >
321- <version >4.1.133.Final </version >
322+ <version >${netty.version} </version >
322323 </dependency >
323324 <!-- Fix for Snyk vulnerability (CVE-2026-42583: Lz4FrameDecoder resource exhaustion)-->
324325 <dependency >
325326 <groupId >io.netty</groupId >
326327 <artifactId >netty-codec</artifactId >
327- <version >4.1.133.Final </version >
328+ <version >${netty.version} </version >
328329 </dependency >
329330 <!-- Fix for Snyk vulnerability (CWE-835 and CWE-770)-->
330331 <dependency >
You can’t perform that action at this time.
0 commit comments