Skip to content

Commit e40665d

Browse files
authored
Merge pull request #1055 from guardian/update/non_aws
chore(deps): Non-AWS dependency updates
2 parents fb63d00 + b87819f commit e40665d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "prism"
22

33
version := "1.0-SNAPSHOT"
44

5-
ThisBuild / scalaVersion := "2.13.16"
5+
ThisBuild / scalaVersion := "2.13.17"
66

77
val awsVersion = "2.32.33"
88

@@ -52,8 +52,8 @@ lazy val root = (project in file("."))
5252
"software.amazon.awssdk" % "route53" % awsVersion,
5353
"software.amazon.awssdk" % "cloudformation" % awsVersion,
5454
"com.beust" % "jcommander" % "1.82", // TODO: remove once security vulnerability introduced by aws sdk v2 fixed: https://snyk.io/vuln/maven:com.beust%3Ajcommanderbu
55-
"org.playframework" %% "play-json" % "3.0.5",
56-
"org.playframework" %% "play-json-joda" % "3.0.5",
55+
"org.playframework" %% "play-json" % "3.0.6",
56+
"org.playframework" %% "play-json-joda" % "3.0.6",
5757
ws,
5858
"org.scala-stm" %% "scala-stm" % "0.11.1",
5959
filters,

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.11.6
1+
sbt.version=1.11.7

0 commit comments

Comments
 (0)