Skip to content

Commit

Permalink
Merge pull request #73 from SusmithaGundu/SusmithaGundu-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
sanopsmx authored Dec 27, 2023
2 parents 392b84f + ccc944c commit 24772cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clouddriver-elasticsearch/clouddriver-elasticsearch.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ dependencies {
implementation "io.spinnaker.kork:kork-security"
implementation "com.squareup.retrofit:retrofit:1.9.0"
implementation "org.apache.groovy:groovy"
implementation ("org.elasticsearch:elasticsearch:8.6.2") {
implementation ("org.elasticsearch:elasticsearch:8.11.3") {
exclude group: "org.elasticsearch",module: "elasticsearch-x-content"
}
implementation "org.yaml:snakeyaml:2.0"
implementation "org.springframework.boot:spring-boot-starter-web"
implementation("org.elasticsearch:elasticsearch-x-content:8.10.2"){
implementation("org.elasticsearch:elasticsearch-x-content:8.11.3"){
exclude group: "org.yaml", module: "snakeyaml"
}

Expand Down

0 comments on commit 24772cc

Please sign in to comment.