diff --git a/docker-compose.yml b/docker-compose.yml index f0e402b..f506eb2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 @@ -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 \ No newline at end of file + - xpack.security.enabled=false diff --git a/pom.xml b/pom.xml index 8124487..362b335 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.1 + 3.4.0 com.madadipouya.elasticsearch.springdata.example elasticsearch-springdata @@ -14,9 +14,9 @@ Elasticsearch SpringData - 17 + 21 5.8.0 - 1.19.3 + 1.19.8 @@ -35,7 +35,7 @@ org.springdoc springdoc-openapi-starter-webmvc-ui - 2.3.0 + 2.5.0 org.springframework.boot @@ -117,4 +117,4 @@ - \ No newline at end of file +