@@ -12,32 +12,32 @@ object Dependencies {
1212 scope.map(s => modules.map(_ % s)).getOrElse(modules)
1313 }
1414
15- private val testcontainersVersion = " 1.20.6 "
15+ private val testcontainersVersion = " 1.21.1 "
1616 private val seleniumVersion = " 2.53.1"
17- private val slf4jVersion = " 1.7.32 "
17+ private val slf4jVersion = " 2.0.17 "
1818 private val scalaTestVersion = " 3.2.9"
1919 private val scalaTestMockitoVersion = " 3.2.9.0"
2020 private val scalaTestSeleniumVersion_scala2 = " 3.2.2.0"
2121 private val scalaTestSeleniumVersion_scala3 = " 3.2.9.0"
2222 private val junitVersion = " 4.13.2"
23- private val munitVersion = " 1.0.0 "
23+ private val munitVersion = " 1.1.1 "
2424 private val mysqlConnectorVersion = " 5.1.42"
2525 private val neo4jConnectorVersion = " 4.0.0"
2626 private val oracleDriverVersion = " 21.3.0.0"
2727 private val cassandraDriverVersion = " 4.0.1"
28- private val postgresqlDriverVersion = " 42.2.24 "
28+ private val postgresqlDriverVersion = " 42.7.6 "
2929 private val kafkaDriverVersion = " 2.2.0"
3030 private val mockitoVersion = " 3.12.4"
3131 private val restAssuredVersion = " 4.0.0"
3232 private val groovyVersion = " 2.5.16"
3333 private val awsV1Version = " 1.11.479"
34- private val awsV2Version = " 2.20.68 "
34+ private val awsV2Version = " 2.31.58 "
3535 private val sttpVersion = " 3.3.14"
3636 private val firestoreConnectorVersion = " 3.0.11"
3737 private val bigtableVersion = " 2.45.0"
3838 private val pubsubVersion = " 1.139.4"
39- private val redisTestcontainersVersion = " 2.0.1 "
40- private val jedisVersion = " 5 .0.0"
39+ private val redisTestcontainersVersion = " 2.2.4 "
40+ private val jedisVersion = " 6 .0.0"
4141 private val wireMockTestcontainersVersion = " 1.0-alpha-13"
4242 private val milvusSdkVersion = " 2.4.1"
4343 private val quadrantClientVersion = " 1.14.0"
@@ -148,7 +148,7 @@ object Dependencies {
148148 ) ++ TEST (
149149 (" io.rest-assured" % " scala-support" % restAssuredVersion)
150150 .exclude(" org.codehaus.groovy" , " groovy" ),
151- " org.codehaus.groovy" % " groovy" % groovyVersion
151+ " org.codehaus.groovy" % " groovy" % groovyVersion
152152 )
153153 )
154154
0 commit comments