We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a9fccb commit c2e969cCopy full SHA for c2e969c
βdocker-compose.yml
@@ -1,6 +1,6 @@
1
services:
2
elasticsearch:
3
- image: elasticsearch:8.11.3
+ image: elasticsearch:8.14.1
4
container_name: elasticsearch
5
ports:
6
# Map the 9200 port to a random port on host
@@ -9,4 +9,4 @@ services:
9
- discovery.type=single-node
10
- cluster.name=elasticsearch
11
# Since ES 8, SSL is on by default, disabling on local
12
- - xpack.security.enabled=false
+ - xpack.security.enabled=false
βpom.xml
@@ -35,7 +35,7 @@
35
<dependency>
36
<groupId>org.springdoc</groupId>
37
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
38
- <version>2.3.0</version>
+ <version>2.5.0</version>
39
</dependency>
40
41
<groupId>org.springframework.boot</groupId>
0 commit comments