Skip to content

Commit

Permalink
Merge branch 'master' into bugfix-in-memory-baker-stop-execution
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Linschoten committed Nov 25, 2024
2 parents 943a6e2 + b0b03b9 commit 6667717
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ object Dependencies {
val catsEffectVersion = "2.5.5"
val catsCoreVersion = "2.12.0"
val scalapbVersion = scalapb.compiler.Version.scalapbVersion
val springVersion = "6.1.14"
val springVersion = "6.1.15"
val springBootVersion = "2.6.1"

val akkaInmemoryJournal = ("com.github.dnvriend" %% "akka-persistence-inmemory" % "2.5.15.2")
Expand Down Expand Up @@ -141,7 +141,7 @@ object Dependencies {
val jacksonDatabind = "com.fasterxml.jackson.core" % "jackson-databind" % "2.18.1"
val jacksonCore = "com.fasterxml.jackson.core" % "jackson-core" % "2.18.1"
val jawnParser = "org.typelevel" %% "jawn-parser" % "1.6.0"
val nettyHandler = "io.netty" % "netty-handler" % "4.1.114.Final"
val nettyHandler = "io.netty" % "netty-handler" % "4.1.115.Final"

private val bouncycastleVersion = "1.79"

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.4
sbt.version=1.10.5

0 comments on commit 6667717

Please sign in to comment.