Skip to content

Commit 52b686f

Browse files
Bump netty-codec-http from 4.1.85.Final to 4.1.86.Final in /fhir-parent (#4124)
* Bump netty-codec-http from 4.1.85.Final to 4.1.86.Final in /fhir-parent Bumps [netty-codec-http](https://github.com/netty/netty) from 4.1.85.Final to 4.1.86.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](netty/netty@netty-4.1.85.Final...netty-4.1.86.Final) --- updated-dependencies: - dependency-name: io.netty:netty-codec-http dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * bump other netty modules too Signed-off-by: Lee Surprenant <lmsurpre@merative.com> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Lee Surprenant <lmsurpre@merative.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lee Surprenant <lmsurpre@merative.com>
1 parent d879361 commit 52b686f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fhir-parent/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -615,22 +615,22 @@
615615
<!-- [CVE-2021-37137] SnappyFrameDecoder doesn't restrict chunk length any may buffer skippable chunks in an unnecessary way; patched in 4.1.68.Final -->
616616
<groupId>io.netty</groupId>
617617
<artifactId>netty-all</artifactId>
618-
<version>4.1.85.Final</version>
618+
<version>4.1.86.Final</version>
619619
</dependency>
620620
<dependency>
621621
<!-- Used in com.amazonaws:aws-java-sdk which is brought in by com.ibm.stocator:stocator (but marked provided by default) -->
622622
<!-- [CVE-2021-37136] Bzip2Decoder doesn't allow setting size restrictions for decompressed data; patched in 4.1.68.Final -->
623623
<!-- [CVE-2021-37137] SnappyFrameDecoder doesn't restrict chunk length any may buffer skippable chunks in an unnecessary way; patched in 4.1.68.Final -->
624624
<groupId>io.netty</groupId>
625625
<artifactId>netty-codec-http</artifactId>
626-
<version>4.1.85.Final</version>
626+
<version>4.1.86.Final</version>
627627
</dependency>
628628
<dependency>
629629
<!-- Used in com.datastax.oss:java-driver-core -->
630630
<!-- [CVE-2022-24823] CWE-378: Creation of Temporary File With Insecure Permissions; patched in 4.1.77.Final -->
631631
<groupId>io.netty</groupId>
632632
<artifactId>netty-handler</artifactId>
633-
<version>4.1.85.Final</version>
633+
<version>4.1.86.Final</version>
634634
</dependency>
635635
<dependency>
636636
<!-- [CVE-2020-8908] A temp directory creation vulnerability exists in all versions of Guava, addressed in latest versions -->

0 commit comments

Comments
 (0)