Skip to content

Commit

Permalink
Force a version of netty-codec-http2 (#26655)
Browse files Browse the repository at this point in the history
Fixes an issue with the dependency. This is a transitive dependency of the AWS SDK used by etag-caching library.

Co-authored-by: George B <[email protected]>
Co-authored-by: Max Duval <[email protected]>
Co-authored-by: Ioanna Kokkini <[email protected]>
Co-authored-by: Charlotte Emms <[email protected]>
Co-authored-by: Daniel Clifton <[email protected]>
Co-authored-by: Sophie <[email protected]>
  • Loading branch information
7 people authored Oct 24, 2023
1 parent 5664735 commit 5cd5c17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ val common = library("common")
awsSqs,
awsSsm,
eTagCachingS3,
nettyCodecHttp2,
contentApiClient,
enumeratumPlayJson,
filters,
Expand Down
4 changes: 4 additions & 0 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ object Dependencies {
jacksonDatabind,
)

// Forcing a version of this to fix an issue with the dependency.
// This is a transitive dependency of the AWS SDK used by etag-caching library
val nettyCodecHttp2 = "io.netty" % "netty-codec-http2" % "4.1.100.Final"

// Web jars
val bootstrap = "org.webjars" % "bootstrap" % "3.3.7"
val jquery = "org.webjars" % "jquery" % "3.2.1"
Expand Down

0 comments on commit 5cd5c17

Please sign in to comment.