@@ -47,15 +47,15 @@ lazy val core =
47
47
.settings(commonSettings : _* )
48
48
.settings(
49
49
name := " docker-testkit-core" ,
50
- libraryDependencies += " org.slf4j" % " slf4j-api" % " 1.7.21 " )
50
+ libraryDependencies += " org.slf4j" % " slf4j-api" % " 1.7.22 " )
51
51
52
52
lazy val testkitSpotifyImpl =
53
53
project.in(file(" impl/spotify" ))
54
54
.settings(commonSettings : _* )
55
55
.settings(
56
56
name := " docker-testkit-impl-spotify" ,
57
57
libraryDependencies ++=
58
- Seq (" com.spotify" % " docker-client" % " 8.4 .0" ,
58
+ Seq (" com.spotify" % " docker-client" % " 8.8 .0" ,
59
59
" com.google.code.findbugs" % " jsr305" % " 3.0.1" ))
60
60
.dependsOn(core)
61
61
@@ -65,7 +65,7 @@ lazy val testkitDockerJavaImpl =
65
65
.settings(
66
66
name := " docker-testkit-impl-docker-java" ,
67
67
libraryDependencies ++=
68
- Seq (" com.github.docker-java" % " docker-java" % " 3.0.9 " ,
68
+ Seq (" com.github.docker-java" % " docker-java" % " 3.0.12 " ,
69
69
" com.google.code.findbugs" % " jsr305" % " 3.0.1" ))
70
70
.dependsOn(core)
71
71
@@ -84,7 +84,7 @@ lazy val scalatest =
84
84
libraryDependencies ++=
85
85
Seq (
86
86
" org.scalatest" %% " scalatest" % " 3.0.3" ,
87
- " ch.qos.logback" % " logback-classic" % " 1.1.7 " % " test" ,
87
+ " ch.qos.logback" % " logback-classic" % " 1.2.1 " % " test" ,
88
88
" org.postgresql" % " postgresql" % " 9.4.1210" % " test" ))
89
89
.dependsOn(core, testkitSpotifyImpl % " test" , testkitDockerJavaImpl % " test" , samples % " test" )
90
90
@@ -96,7 +96,7 @@ lazy val specs2 =
96
96
libraryDependencies ++=
97
97
Seq (
98
98
" org.specs2" %% " specs2-core" % " 3.8.6" ,
99
- " ch.qos.logback" % " logback-classic" % " 1.1.7 " % " test" ,
99
+ " ch.qos.logback" % " logback-classic" % " 1.2.1 " % " test" ,
100
100
" org.postgresql" % " postgresql" % " 9.4.1210" % " test" ))
101
101
.dependsOn(core, samples % " test" , testkitDockerJavaImpl % " test" )
102
102
@@ -107,7 +107,7 @@ lazy val config =
107
107
name := " docker-testkit-config" ,
108
108
libraryDependencies ++=
109
109
Seq (
110
- " com.iheart" %% " ficus" % " 1.4.0 " ,
110
+ " com.iheart" %% " ficus" % " 1.4.1 " ,
111
111
" org.scalatest" %% " scalatest" % " 3.0.3" % " test" ),
112
112
publish := scalaVersion map {
113
113
case x if x.startsWith(" 2.10" ) => {}
0 commit comments