@@ -218,7 +218,7 @@ dependencies {
218
218
implementation " io.rest-assured:rest-assured:4.5.1"
219
219
implementation " org.scalatest:scalatest_${ gradle.scala.depVersion} :3.0.8"
220
220
implementation " com.typesafe.akka:akka-testkit_${ gradle.scala.depVersion} :${ gradle.akka.version} "
221
- implementation " com.google.code.gson:gson:2.3 .1"
221
+ implementation " com.google.code.gson:gson:2.10 .1"
222
222
implementation " org.scalamock:scalamock_${ gradle.scala.depVersion} :4.4.0"
223
223
implementation " com.typesafe.akka:akka-http-testkit_${ gradle.scala.depVersion} :${ gradle.akka_http.version} "
224
224
implementation " com.github.java-json-tools:json-schema-validator:2.2.8"
@@ -234,7 +234,7 @@ dependencies {
234
234
235
235
implementation " com.amazonaws:aws-java-sdk-s3:1.12.395"
236
236
implementation " com.microsoft.azure:azure-cosmos:3.7.6"
237
- implementation ' org.testcontainers:elasticsearch:1.17.1 '
237
+ implementation ' org.testcontainers:elasticsearch:1.17.6 '
238
238
implementation ' org.testcontainers:mongodb:1.17.1'
239
239
240
240
implementation project(' :common:scala' )
@@ -245,7 +245,7 @@ dependencies {
245
245
implementation project(' :core:monitoring:user-events' )
246
246
implementation project(' :tools:admin' )
247
247
248
- swaggerCodegen ' io.swagger:swagger-codegen-cli:2.4.9 '
248
+ swaggerCodegen ' io.swagger:swagger-codegen-cli:2.4.29 '
249
249
}
250
250
251
251
def keystorePath = new File (sourceSets. test. scala. outputDir, ' keystore' )
0 commit comments