File tree Expand file tree Collapse file tree 8 files changed +16
-16
lines changed
cosmosdb/cache-invalidator
performance/gatling_tests Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ subprojects {
33
33
scalafmt. configFilePath = gradle. scalafmt. config
34
34
35
35
group ' org.apache.openwhisk'
36
- version ' 1.0.0 -SNAPSHOT'
36
+ version ' 1.0.1 -SNAPSHOT'
37
37
38
38
pluginManager. withPlugin(' scala' ) {
39
39
// Constraint all transitive akka-* dependencies to the one we want to use to avoid issues.
Original file line number Diff line number Diff line change @@ -50,11 +50,11 @@ dependencies {
50
50
51
51
api " com.lightbend.akka:akka-stream-alpakka-file_${ gradle.scala.depVersion} :1.1.2"
52
52
53
- api " ch.qos.logback:logback-classic:1.2.3 "
53
+ api " ch.qos.logback:logback-classic:1.4.5 "
54
54
api " org.slf4j:jcl-over-slf4j:1.7.25"
55
55
api " org.slf4j:log4j-over-slf4j:1.7.25"
56
56
api " commons-codec:commons-codec:1.9"
57
- api " commons-io:commons-io:2.6 "
57
+ api " commons-io:commons-io:2.11.0 "
58
58
api " commons-collections:commons-collections:3.2.2"
59
59
api " org.apache.kafka:kafka-clients:2.4.0"
60
60
api " org.apache.httpcomponents:httpclient:4.5.5"
@@ -99,7 +99,7 @@ dependencies {
99
99
exclude group : ' com.fasterxml.jackson.core'
100
100
exclude group : ' com.fasterxml.jackson.dataformat'
101
101
}
102
- api " com.amazonaws:aws-java-sdk-cloudfront:1.11.517 "
102
+ api " com.amazonaws:aws-java-sdk-cloudfront:1.12.395 "
103
103
104
104
api (" com.azure:azure-storage-blob:12.7.0" ) {
105
105
exclude group : " com.azure" , module : " azure-core-test"
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dependencies {
34
34
implementation (project(' :common:scala' )) {
35
35
exclude group : ' com.microsoft.azure' , module :' azure-cosmosdb'
36
36
}
37
- implementation " com.microsoft.azure:azure-cosmos:3.5.0 "
37
+ implementation " com.microsoft.azure:azure-cosmos:3.7.6 "
38
38
implementation " com.typesafe.akka:akka-stream-kafka_${ gradle.scala.depVersion} :${ gradle.akka_kafka.version} "
39
39
}
40
40
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ dependencies {
42
42
implementation (" org.apache.curator:curator-recipes:${ gradle.curator.version} " ) {
43
43
exclude group : ' org.apache.zookeeper' , module :' zookeeper'
44
44
}
45
- implementation (" org.apache.zookeeper:zookeeper:3.4.11 " ) {
45
+ implementation (" org.apache.zookeeper:zookeeper:3.4.14 " ) {
46
46
exclude group : ' org.slf4j'
47
47
exclude group : ' log4j'
48
48
exclude group : ' jline'
Original file line number Diff line number Diff line change @@ -78,5 +78,5 @@ gradle.ext.akka_kafka = [version : '2.0.2']
78
78
gradle. ext. akka_http = [version : ' 10.2.4' ]
79
79
gradle. ext. akka_management = [version : ' 1.0.5' ]
80
80
81
- gradle. ext. curator = [version : ' 4.0 .0' ]
81
+ gradle. ext. curator = [version : ' 4.3 .0' ]
82
82
gradle. ext. kube_client = [version : ' 4.10.3' ]
Original file line number Diff line number Diff line change @@ -212,10 +212,10 @@ task testUnit(type: Test) {
212
212
dependencies {
213
213
implementation " org.scala-lang:scala-library:${ gradle.scala.version} "
214
214
implementation " org.apache.commons:commons-lang3:3.3.2"
215
- implementation " org.apache.httpcomponents:httpclient:4.5.2 :tests"
215
+ implementation " org.apache.httpcomponents:httpclient:4.5.14 :tests"
216
216
implementation " org.apache.httpcomponents:httpmime:4.3.6"
217
217
implementation " junit:junit:4.11"
218
- implementation " io.rest-assured:rest-assured:4.0.0 "
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
221
implementation " com.google.code.gson:gson:2.3.1"
@@ -232,8 +232,8 @@ dependencies {
232
232
implementation " io.fabric8:kubernetes-server-mock:${ gradle.kube_client.version} "
233
233
implementation " org.rogach:scallop_${ gradle.scala.depVersion} :3.3.2"
234
234
235
- implementation " com.amazonaws:aws-java-sdk-s3:1.11.295 "
236
- implementation " com.microsoft.azure:azure-cosmos:3.5.0 "
235
+ implementation " com.amazonaws:aws-java-sdk-s3:1.12.395 "
236
+ implementation " com.microsoft.azure:azure-cosmos:3.7.6 "
237
237
implementation ' org.testcontainers:elasticsearch:1.17.1'
238
238
implementation ' org.testcontainers:mongodb:1.17.1'
239
239
Original file line number Diff line number Diff line change 16
16
*/
17
17
18
18
plugins {
19
- id ' com.github.lkishalmi. gatling' version ' 3.2.1 '
19
+ id ' io. gatling.gradle ' version ' 3.9.0 '
20
20
id ' eclipse'
21
21
id ' scala'
22
22
}
@@ -29,8 +29,8 @@ sourceSets {
29
29
}
30
30
31
31
dependencies {
32
- gatling " io.spray:spray-json_${ gradle.scala.depVersion} :1.3.4 "
33
- gatling " commons-io:commons-io:2.6 "
32
+ gatling " io.spray:spray-json_${ gradle.scala.depVersion} :1.3.6 "
33
+ gatling " commons-io:commons-io:2.11.0 "
34
34
}
35
35
36
36
task buildArtifacts (type :Exec ) {
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ repositories {
26
26
def owHome = project. projectDir. parentFile. parentFile
27
27
28
28
dependencies {
29
- implementation " org.codehaus.groovy:groovy-all:2.4 .14"
30
- implementation " org.apache. commons:commons-io:1.3.2 "
29
+ implementation " org.codehaus.groovy:groovy-all:3.0 .14"
30
+ implementation " commons-io :commons-io:2.11.0 "
31
31
implementation " org.apache.commons:commons-lang3:3.8.1"
32
32
}
33
33
You can’t perform that action at this time.
0 commit comments