Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies for M10 #4897

Merged
merged 2 commits into from
Apr 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ val akkaVersion = "2.6.21"
val alpakkaVersion = "3.0.4"
val apacheCompressVersion = "1.26.1"
val apacheIOVersion = "2.15.1"
val awsSdkVersion = "2.25.27"
val awsSdkVersion = "2.25.37"
val byteBuddyAgentVersion = "1.10.17"
val betterMonadicForVersion = "0.3.1"
val caffeineVersion = "3.1.8"
Expand All @@ -32,7 +32,7 @@ val catsVersion = "2.10.0"
val circeVersion = "0.14.6"
val circeOpticsVersion = "0.15.0"
val circeExtrasVersions = "0.14.3"
val classgraphVersion = "4.8.170"
val classgraphVersion = "4.8.172"
val declineVersion = "2.4.1"
val distageVersion = "1.2.8"
val doobieVersion = "1.0.0-RC5"
Expand All @@ -47,16 +47,16 @@ val kamonVersion = "2.7.1"
val kanelaAgentVersion = "1.0.18"
val kindProjectorVersion = "0.13.3"
val log4catsVersion = "2.6.0"
val logbackVersion = "1.5.4"
val logbackVersion = "1.5.6"
val magnoliaVersion = "1.1.8"
val mockitoVersion = "1.17.31"
val munitVersion = "1.0.0-M11"
val munitCatsEffectVersion = "2.0.0-M4"
val munitVersion = "1.0.0-M12"
val munitCatsEffectVersion = "2.0.0-M5"
val nimbusJoseJwtVersion = "9.37.3"
val postgresJdbcVersion = "42.7.3"
val pureconfigVersion = "0.17.6"
val scalaTestVersion = "3.2.18"
val scalaXmlVersion = "2.2.0"
val scalaXmlVersion = "2.3.0"
val topBraidVersion = "1.4.3"
val testContainersVersion = "1.19.7"
val testContainersScalaVersion = "0.41.3"
Expand Down