Skip to content

Commit

Permalink
Merge pull request #75 from sanopsmx/OES-1.30.1
Browse files Browse the repository at this point in the history
Fixed json-smart cve issue. Upgraded from 2.4.8 to 2.4.9. OP-21519
  • Loading branch information
sanopsmx authored Jan 5, 2024
2 parents fba332b + 5edd159 commit 70bb0ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion clouddriver-artifacts/clouddriver-artifacts.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ dependencies {
// kotlin.
transitive = false
}
implementation "com.oracle.oci.sdk:oci-java-sdk-core"
implementation ('com.oracle.oci.sdk:oci-java-sdk-core') {
exclude group: "com.nimbusds", module: "nimbus-jose-jwt:9.22"
}
implementation "com.nimbusds:nimbus-jose-jwt:9.37.3"
implementation "com.squareup.okhttp:okhttp:2.7.5"
implementation "com.sun.jersey:jersey-client:1.9.1"
implementation "org.apache.commons:commons-lang3"
Expand Down
5 changes: 4 additions & 1 deletion clouddriver-oracle/clouddriver-oracle.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ dependencies {
implementation "io.spinnaker.fiat:fiat-api:$fiatVersion"
implementation "io.spinnaker.fiat:fiat-core:$fiatVersion"
implementation "io.spinnaker.kork:kork-moniker"
implementation "com.oracle.oci.sdk:oci-java-sdk-core"
implementation ('com.oracle.oci.sdk:oci-java-sdk-core') {
exclude group: "com.nimbusds", module: "nimbus-jose-jwt:9.22"
}
implementation "com.nimbusds:nimbus-jose-jwt:9.37.3"
implementation "com.oracle.oci.sdk:oci-java-sdk-identity"
implementation "com.oracle.oci.sdk:oci-java-sdk-loadbalancer"
implementation "com.oracle.oci.sdk:oci-java-sdk-objectstorage"
Expand Down

0 comments on commit 70bb0ab

Please sign in to comment.