Skip to content

Commit 13575e4

Browse files
bdoyle0182Brendan Doyle
authored andcommitted
dependency updates for cve patches (part 2) (apache#5379)
* dependency updates for cve patches * revert mongodb driver with breaking deprecation * revert kafka client upgrade * revert kube client upgrade for now * remove cve comment --------- Co-authored-by: Brendan Doyle <[email protected]> (cherry picked from commit f0e281e)
1 parent 843c3d7 commit 13575e4

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

common/scala/build.gradle

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,15 @@ dependencies {
104104
api ("com.azure:azure-storage-blob:12.7.0") {
105105
exclude group: "com.azure", module: "azure-core-test"
106106
}
107+
108+
compile "io.netty:netty-buffer:${gradle.netty.version}"
109+
compile "io.netty:netty-handler:${gradle.netty.version}"
110+
compile "io.netty:netty-handler-proxy:${gradle.netty.version}"
111+
compile "io.netty:netty-codec-socks:${gradle.netty.version}"
112+
compile "io.netty:netty-codec-http:${gradle.netty.version}"
113+
compile "io.netty:netty-codec-http2:${gradle.netty.version}"
114+
compile "io.netty:netty-transport-native-epoll:${gradle.netty.version}"
115+
compile "io.netty:netty-transport-native-unix-common:${gradle.netty.version}"
107116
}
108117

109118
configurations {

settings.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,5 @@ gradle.ext.akka_management = [version : '1.0.5']
8080

8181
gradle.ext.curator = [version : '4.3.0']
8282
gradle.ext.kube_client = [version: '4.10.3']
83+
84+
gradle.ext.netty = [version : '4.1.87.Final']

tests/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ dependencies {
218218
implementation "io.rest-assured:rest-assured:4.5.1"
219219
implementation "org.scalatest:scalatest_${gradle.scala.depVersion}:3.0.8"
220220
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"
222222
implementation "org.scalamock:scalamock_${gradle.scala.depVersion}:4.4.0"
223223
implementation "com.typesafe.akka:akka-http-testkit_${gradle.scala.depVersion}:${gradle.akka_http.version}"
224224
implementation "com.github.java-json-tools:json-schema-validator:2.2.8"
@@ -234,7 +234,7 @@ dependencies {
234234

235235
implementation "com.amazonaws:aws-java-sdk-s3:1.12.395"
236236
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'
238238
implementation 'org.testcontainers:mongodb:1.17.1'
239239

240240
implementation project(':common:scala')
@@ -245,7 +245,7 @@ dependencies {
245245
implementation project(':core:monitoring:user-events')
246246
implementation project(':tools:admin')
247247

248-
swaggerCodegen 'io.swagger:swagger-codegen-cli:2.4.9'
248+
swaggerCodegen 'io.swagger:swagger-codegen-cli:2.4.29'
249249
}
250250

251251
def keystorePath = new File(sourceSets.test.scala.outputDir, 'keystore')

0 commit comments

Comments
 (0)