diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 2b19881..0be2e8f 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -9,8 +9,8 @@ object Dependencies { lazy val circeCore = "io.circe" %% "circe-core" % circeVersion lazy val circeGeneric = "io.circe" %% "circe-generic" % circeVersion lazy val circeParser = "io.circe" %% "circe-parser" % circeVersion - lazy val s3Utils = "uk.gov.nationalarchives" %% "s3-utils" % "0.1.201" - lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.382" + lazy val s3Utils = "uk.gov.nationalarchives" %% "s3-utils" % "0.1.203" + lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.384" lazy val csvParser = "com.github.tototoshi" %% "scala-csv" % "2.0.0" lazy val scalaLogging = "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5" lazy val logback = "ch.qos.logback" % "logback-classic" % "1.5.6" @@ -18,7 +18,7 @@ object Dependencies { lazy val mockito = "org.mockito" %% "mockito-scala" % "1.17.37" lazy val wiremock = "com.github.tomakehurst" % "wiremock" % "3.0.1" lazy val droidApi = "uk.gov.nationalarchives" % "droid-api" % "6.8.0" - lazy val apacheCommons = "org.apache.commons" % "commons-lang3" % "3.15.0" + lazy val apacheCommons = "org.apache.commons" % "commons-lang3" % "3.17.0" // This is an older version of this dependency but the newer version won't work with Droid without some major changes. // Scala Steward configured to ignore it. lazy val javaxXml = "org.glassfish.jaxb" % "jaxb-runtime" % "2.3.7"