Skip to content

Commit

Permalink
Update dependencies and configuration for DollySearchService #deploy-…
Browse files Browse the repository at this point in the history
…dolly-search-service
  • Loading branch information
krharum committed Feb 19, 2025
1 parent 600e2f3 commit 41e810a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion apps/dolly-search-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ dependencies {
implementation "org.springframework.boot:spring-boot-starter-security"
implementation "org.springframework.boot:spring-boot-starter-oauth2-client"
implementation "org.springframework.boot:spring-boot-starter-web"
implementation "org.springframework.boot:spring-boot-starter-cache"

implementation "org.springdoc:springdoc-openapi-starter-webmvc-ui:$versions.springdoc"
}
3 changes: 3 additions & 0 deletions apps/dolly-search-service/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ consumers:
cluster: dev-fss

management:
health:
elasticsearch:
enabled: false
endpoints:
enabled-by-default: true
web:
Expand Down
2 changes: 1 addition & 1 deletion plugins/java/src/main/groovy/dolly-versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class DollyVersionCatalog {
String logback = "8.0"
String mq = "3.3.5"
String okhttp = "4.12.0"
String opensearch = "1.6.0"
String opensearch = "1.6.1"
String orika = "1.5.4"
String reactorSpring = "1.0.1.RELEASE"
String reactorTest = "3.7.1"
Expand Down

0 comments on commit 41e810a

Please sign in to comment.