Skip to content

Commit

Permalink
chore: Patch dependency updates (#3156)
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Kleinbölting <seakayone@users.noreply.github.com>
  • Loading branch information
daschbot and seakayone committed Apr 2, 2024
1 parent 79dc239 commit 1f949a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
@@ -1,4 +1,4 @@
version = "3.8.0"
version = "3.8.1"
runner.dialect = Scala213Source3
maxColumn = 120
align.preset = most
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Expand Up @@ -41,7 +41,7 @@ object Dependencies {
val zioNio = "dev.zio" %% "zio-nio" % ZioNioVersion
val zioMacros = "dev.zio" %% "zio-macros" % ZioVersion
val zioPrelude = "dev.zio" %% "zio-prelude" % ZioPreludeVersion
val zioSttp = "com.softwaremill.sttp.client3" %% "zio" % "3.9.4"
val zioSttp = "com.softwaremill.sttp.client3" %% "zio" % "3.9.5"

// refined
val refined = Seq(
Expand Down Expand Up @@ -79,7 +79,7 @@ object Dependencies {
val jwtSprayJson = "com.github.jwt-scala" %% "jwt-zio-json" % "10.0.0"
// 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.2.2" exclude ("commons-logging", "commons-logging") exclude ("org.springframework", "spring-aop")
"org.springframework.security" % "spring-security-core" % "6.2.3" exclude ("commons-logging", "commons-logging") exclude ("org.springframework", "spring-aop")
val bouncyCastle = "org.bouncycastle" % "bcprov-jdk15to18" % "1.77"

// caching
Expand Down

0 comments on commit 1f949a0

Please sign in to comment.