From 473aeb1aa6bfbc8c83a36e57eb668c3c4176f7b9 Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 9 Feb 2024 10:50:41 +0100 Subject: [PATCH] Update dependencies (#4725) Co-authored-by: Simon Dumas --- build.sbt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index e51b513e22..265a63b611 100755 --- a/build.sbt +++ b/build.sbt @@ -35,7 +35,7 @@ val classgraphVersion = "4.8.165" val distageVersion = "1.2.5" val doobieVersion = "1.0.0-RC5" val fs2Version = "3.9.4" -val googleAuthClientVersion = "1.34.1" +val googleAuthClientVersion = "1.35.0" val handleBarsVersion = "4.3.1" val hikariVersion = "5.1.0" val jenaVersion = "4.2.0" @@ -47,15 +47,15 @@ val log4catsVersion = "2.6.0" val logbackVersion = "1.4.14" val magnoliaVersion = "1.1.8" val mockitoVersion = "1.17.30" -val munitVersion = "1.0.0-M10" +val munitVersion = "1.0.0-M11" val munitCatsEffectVersion = "2.0.0-M4" val nimbusJoseJwtVersion = "9.37.3" val postgresJdbcVersion = "42.7.1" val pureconfigVersion = "0.17.5" -val scalaTestVersion = "3.2.17" +val scalaTestVersion = "3.2.18" val scalaXmlVersion = "2.2.0" val topBraidVersion = "1.3.2" // 1.4.1 fails to validate some test schemas -val testContainersVersion = "1.19.3" +val testContainersVersion = "1.19.5" lazy val akkaActorTyped = "com.typesafe.akka" %% "akka-actor-typed" % akkaVersion