Skip to content

Commit

Permalink
Refactor for depreciation of MasterService (#531) (#533)
Browse files Browse the repository at this point in the history
* Address core changes

Signed-off-by: Khushboo Rajput <khushbr@amazon.com>

(cherry picked from commit fc93dc1)

Co-authored-by: Khushboo Rajput <59671881+khushbr@users.noreply.github.com>
  • Loading branch information
opensearch-trigger-bot[bot] and khushbr committed Sep 7, 2023
1 parent d4c8e65 commit e8025cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ dependencies {
force "com.fasterxml.jackson.dataformat:jackson-dataformat-smile:${jacksonVersion}"
force "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:${jacksonVersion}"
force "com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:${jacksonVersion}"
force "org.apache.commons:commons-lang3:3.12.0"
force "org.apache.commons:commons-lang3:${versions.commonslang}"
force "org.slf4j:slf4j-api:2.0.0"
force "org.apache.bcel:bcel:6.6.0" // This line should be removed once Spotbugs is upgraded to 4.7.4
}
Expand Down

0 comments on commit e8025cc

Please sign in to comment.