From 2f9410a1436fc23da41eacec9b41ce6572bf4d9f Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 10:01:04 +0000 Subject: [PATCH 1/2] Update identity-auth-core to 4.33 --- project/dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/dependencies.scala b/project/dependencies.scala index 029a703..580ac39 100644 --- a/project/dependencies.scala +++ b/project/dependencies.scala @@ -29,7 +29,7 @@ object Dependencies { val specsScalaCheck = "org.specs2" %% "specs2-scalacheck" % specsVersion % "test" val specsMock = "org.specs2" %% "specs2-mock" % specsVersion % "test" - val identityAuthCore = "com.gu.identity" %% "identity-auth-core" % "4.32" + val identityAuthCore = "com.gu.identity" %% "identity-auth-core" % "4.33" //DependencyOverride val commonsLogging = "commons-logging" % "commons-logging" % "1.2" From 0dc20201699f9711a0a16c18fa8604d2c271b187 Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 10:01:04 +0000 Subject: [PATCH 2/2] Update scala-library to 2.13.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 52b39f6..6badffd 100644 --- a/build.sbt +++ b/build.sbt @@ -56,7 +56,7 @@ val commonSettings: immutable.Seq[Def.Setting[_]] = List( }, organization := "com.gu", version := "1.0", - scalaVersion := "2.13.14", + scalaVersion := "2.13.15", scalacOptions ++= Seq( "-deprecation", "-encoding",