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

chore: update dependencies #2358

Merged
merged 4 commits into from Jan 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions project/Dependencies.scala
Expand Up @@ -19,14 +19,14 @@ object Dependencies {
val AkkaHttpVersion = "10.2.10"
val JenaVersion = "4.6.1"

val ZioConfigVersion = "3.0.2"
val ZioConfigVersion = "3.0.6"
val ZioHttpVersion = "2.0.0-RC11"
val ZioJsonVersion = "0.3.0"
val ZioLoggingVersion = "2.1.5"
val ZioLoggingVersion = "2.1.7"
val ZioMetricsConnectorsVersion = "2.0.4"
val ZioPreludeVersion = "1.0.0-RC16"
val ZioSchemaVersion = "0.2.0"
val ZioVersion = "2.0.4"
val ZioVersion = "2.0.5"

// ZIO - all Scala 3 compatible
val zio = "dev.zio" %% "zio" % ZioVersion
Expand Down Expand Up @@ -66,7 +66,7 @@ object Dependencies {
val slf4jApi = "org.slf4j" % "slf4j-api" % "2.0.6" // the logging interface

// Metrics
val aspectjweaver = "org.aspectj" % "aspectjweaver" % "1.9.9.1"
val aspectjweaver = "org.aspectj" % "aspectjweaver" % "1.9.19"
val kamonCore = "io.kamon" %% "kamon-core" % "2.5.12" // Scala 3 compatible
val kamonScalaFuture = "io.kamon" %% "kamon-scala-future" % "2.5.12" // Scala 3 incompatible

Expand All @@ -78,7 +78,7 @@ object Dependencies {
val jwtSprayJson = "com.github.jwt-scala" %% "jwt-spray-json" % "9.0.2"
// jwtSprayJson -> 9.0.2 is the latest version that's compatible with spray-json; if it wasn't for spray, this would be Scala 3 compatible
val springSecurityCore =
"org.springframework.security" % "spring-security-core" % "6.0.0" exclude ("commons-logging", "commons-logging") exclude ("org.springframework", "spring-aop")
"org.springframework.security" % "spring-security-core" % "6.0.1" exclude ("commons-logging", "commons-logging") exclude ("org.springframework", "spring-aop")
val bouncyCastle = "org.bouncycastle" % "bcprov-jdk15to18" % "1.72"

// caching
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Expand Up @@ -9,7 +9,7 @@ addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.9")
addSbtPlugin("io.kamon" % "sbt-aspectj-runner" % "1.1.2")
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.5.1")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.0.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.0")
addSbtPlugin("com.lightbend.sbt" % "sbt-javaagent" % "0.1.6")
addSbtPlugin("io.gatling" % "gatling-sbt" % "4.2.6")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3")
Expand Down