Skip to content

Commit c2e969c

Browse files
committed
kasramp#8 | Hendi Santika | Use ElasticSearch 8.14.1 version πŸ«ΈπŸŒ€βœοΈπŸ“—πŸ§πŸ³β¬†
1 parent 8a9fccb commit c2e969c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

β€Ždocker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
elasticsearch:
3-
image: elasticsearch:8.11.3
3+
image: elasticsearch:8.14.1
44
container_name: elasticsearch
55
ports:
66
# Map the 9200 port to a random port on host
@@ -9,4 +9,4 @@ services:
99
- discovery.type=single-node
1010
- cluster.name=elasticsearch
1111
# Since ES 8, SSL is on by default, disabling on local
12-
- xpack.security.enabled=false
12+
- xpack.security.enabled=false

β€Žpom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>org.springdoc</groupId>
3737
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
38-
<version>2.3.0</version>
38+
<version>2.5.0</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
Β (0)