Skip to content

Commit

Permalink
0005295: Updated Cosmos dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-miller-jumpmind committed Jul 11, 2022
1 parent 1f5e1ca commit 9a3e7e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Expand Up @@ -55,7 +55,7 @@ teradata=jdbc.teradata:terajdbc4:16.20.00.10
tibero=jdbc.tibero:tibero:6
topspeed=nl.cad:tps-parse:1.0.15-SNAPSHOT, com.beust:jcommander:1.30, joda-time:joda-time:2.8.1
voltdb=org.voltdb:voltdbclient:8.4.1
cosmos=com.azure:azure-cosmos:4.28.0
cosmos=com.azure:azure-cosmos:4.32.1
s3=com.amazonaws:aws-java-sdk-s3:1.12.199
singlestore=com.singlestore:singlestore-jdbc-client:1.0.1

Expand Down
12 changes: 6 additions & 6 deletions symmetric-util/build.gradle
Expand Up @@ -12,32 +12,32 @@ apply from: symAssembleDir + '/common.gradle'
compileOnly "org.bouncycastle:bcprov-jdk15on:$bouncyCastleVersion"
compileOnly "org.bouncycastle:bcpkix-jdk15on:$bouncyCastleVersion"
compileOnly "org.codehaus.mojo:animal-sniffer-annotations:$animalSnifferVersion"
compileOnly ("com.azure:azure-security-keyvault-secrets:4.4.1") {
compileOnly ("com.azure:azure-security-keyvault-secrets:4.4.3") {
exclude group: "com.google.guava"
exclude group: "com.azure", module: "azure-core-http-netty"
exclude group: "io.netty", module: "netty-tcnative-boringssl-static"
}
compileOnly ("com.azure:azure-security-keyvault-keys:4.4.1") {
compileOnly ("com.azure:azure-security-keyvault-keys:4.4.3") {
exclude group: "com.google.guava"
exclude group: "com.azure", module: "azure-core-http-netty"
exclude group: "io.netty", module: "netty-tcnative-boringssl-static"
}
compileOnly ("com.azure:azure-security-keyvault-certificates:4.3.1") {
compileOnly ("com.azure:azure-security-keyvault-certificates:4.3.3") {
exclude group: "com.google.guava"
exclude group: "com.azure", module: "azure-core-http-netty"
exclude group: "io.netty", module: "netty-tcnative-boringssl-static"
}
compileOnly ("com.azure:azure-security-keyvault-jca:2.6.0") {
compileOnly ("com.azure:azure-security-keyvault-jca:2.7.0") {
exclude group: "com.google.guava"
exclude group: "com.azure", module: "azure-core-http-netty"
exclude group: "io.netty", module: "netty-tcnative-boringssl-static"
}
compileOnly ("com.azure:azure-identity:1.5.0") {
compileOnly ("com.azure:azure-identity:1.5.3") {
exclude group: "com.google.guava"
exclude group: "com.azure", module: "azure-core-http-netty"
exclude group: "io.netty", module: "netty-tcnative-boringssl-static"
}
compileOnly ("com.azure:azure-core-http-okhttp:1.8.0") {
compileOnly ("com.azure:azure-core-http-okhttp:1.11.0") {
exclude group: "com.azure", module: "azure-core"
}
}

0 comments on commit 9a3e7e9

Please sign in to comment.