File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ libraryDependencies ++= Seq(
28
28
" com.typesafe.akka" %% " akka-slf4j" % akkaVersion,
29
29
" com.typesafe.akka" %% " akka-serialization-jackson" % akkaVersion,
30
30
" com.lightbend.akka" %% " akka-persistence-r2dbc" % akkaR2dbcVersion,
31
- " ch.qos.logback" % " logback-classic" % " 1.5.7 " ,
31
+ " ch.qos.logback" % " logback-classic" % " 1.5.8 " ,
32
32
// H2
33
33
" com.h2database" % " h2" % " 2.2.224" ,
34
34
" io.r2dbc" % " r2dbc-h2" % " 1.0.0.RELEASE" )
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ object Dependencies {
48
48
49
49
val postgresql = " org.postgresql" % " postgresql" % " 42.7.3" % Test // BSD-2-Clause
50
50
51
- val logback = " ch.qos.logback" % " logback-classic" % " 1.5.7 " % Test // EPL 1.0 / LGPL 2.1
51
+ val logback = " ch.qos.logback" % " logback-classic" % " 1.5.8 " % Test // EPL 1.0 / LGPL 2.1
52
52
val scalaTest = " org.scalatest" %% " scalatest" % " 3.2.12" % Test // ApacheV2
53
53
val junit = " junit" % " junit" % " 4.12" % Test // Eclipse Public License 1.0
54
54
val junitInterface = " com.novocode" % " junit-interface" % " 0.11" % Test // "BSD 2-Clause"
You can’t perform that action at this time.
0 commit comments