Skip to content

Commit f9a5155

Browse files
committed
take GH CP recommendation for netty
1 parent 02e65c6 commit f9a5155

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

apps/bfd-server-openapi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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>

apps/pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@
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>
@@ -311,20 +312,20 @@
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>

0 commit comments

Comments
 (0)