Skip to content

Commit

Permalink
Merge pull request #59 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
lindseydew authored Nov 20, 2024
2 parents dc86215 + 6d671d7 commit d10598e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ lazy val root = (project in file("."))
"ch.qos.logback" % "logback-core" % "1.5.12",
"com.fasterxml.jackson.core" % "jackson-core" % "2.18.1",
"com.fasterxml.jackson.core" % "jackson-databind" % "2.18.1",
"io.netty" % "netty-codec" % "4.1.114.Final",
"io.netty" % "netty-codec-http" % "4.1.114.Final",
"io.netty" % "netty-codec-http2" % "4.1.114.Final",
"io.netty" % "netty-common" % "4.1.114.Final",
"io.netty" % "netty-codec" % "4.1.115.Final",
"io.netty" % "netty-codec-http" % "4.1.115.Final",
"io.netty" % "netty-codec-http2" % "4.1.115.Final",
"io.netty" % "netty-common" % "4.1.115.Final",
"org.specs2" %% "specs2-core" % "4.20.9" % "test"
),
releaseVersion := ReleaseVersion.fromAggregatedAssessedCompatibilityWithLatestRelease().value,
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.4
sbt.version=1.10.5

0 comments on commit d10598e

Please sign in to comment.