Skip to content

Commit

Permalink
Merge pull request #49 from guardian/update/non_aws
Browse files Browse the repository at this point in the history
chore(deps): Non-AWS dependency updates
  • Loading branch information
aracho1 authored Jul 24, 2024
2 parents 928f603 + dc86c86 commit 8c8aac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ lazy val archive = project
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.761",
"com.typesafe" % "config" % "1.4.3",
"ch.qos.logback" % "logback-classic" % "1.5.6",
"io.netty" % "netty-codec-http" % "4.1.111.Final",
"io.netty" % "netty-common" % "4.1.111.Final"
"io.netty" % "netty-codec-http" % "4.1.112.Final",
"io.netty" % "netty-common" % "4.1.112.Final"
)
)

Expand Down

0 comments on commit 8c8aac7

Please sign in to comment.