Skip to content

Commit df23a61

Browse files
authored
Merge pull request #89 from guardian/update/non_aws
chore(deps): Non-AWS dependency updates
2 parents 29540d2 + 32f2577 commit df23a61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resolvers ++= Resolver.sonatypeOssRepos("releases")
1212
libraryDependencies ++= Seq(
1313
"com.fasterxml.jackson.core" % "jackson-databind" % "2.17.2",
1414
"org.playframework" %% "play-json" % "3.0.4",
15-
"org.slf4j" % "slf4j-api" % "2.0.13",
15+
"org.slf4j" % "slf4j-api" % "2.0.16",
1616
"org.specs2" %% "specs2-core" % "4.20.8" % Test
1717
)
1818

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
22

33
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
44

5-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.1")
5+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3")
66

77
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1")
88

0 commit comments

Comments
 (0)