Skip to content

Commit

Permalink
kasramp#8 | Hendi Santika | Use ElasticSearch 8.14.1 version πŸ«ΈπŸŒ€βœοΈπŸ“—πŸ§πŸ³β¬†
Browse files Browse the repository at this point in the history
  • Loading branch information
hendisantika committed Jun 26, 2024
1 parent 8a9fccb commit c2e969c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
elasticsearch:
image: elasticsearch:8.11.3
image: elasticsearch:8.14.1
container_name: elasticsearch
ports:
# Map the 9200 port to a random port on host
Expand All @@ -9,4 +9,4 @@ services:
- discovery.type=single-node
- cluster.name=elasticsearch
# Since ES 8, SSL is on by default, disabling on local
- xpack.security.enabled=false
- xpack.security.enabled=false
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.3.0</version>
<version>2.5.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit c2e969c

Please sign in to comment.