From 3bf6124aeeb760fa593e5b9e22d31008fa8b0f25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 04:12:37 +0000 Subject: [PATCH 1/2] Bump co.elastic.clients:elasticsearch-java from 8.15.0 to 8.15.1 Bumps [co.elastic.clients:elasticsearch-java](https://github.com/elastic/elasticsearch-java) from 8.15.0 to 8.15.1. - [Release notes](https://github.com/elastic/elasticsearch-java/releases) - [Changelog](https://github.com/elastic/elasticsearch-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/elastic/elasticsearch-java/compare/v8.15.0...v8.15.1) --- updated-dependencies: - dependency-name: co.elastic.clients:elasticsearch-java dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a725bff..60d54a5 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ - 8.15.0 + 8.15.1 2.17.2 2.23.1 2.0.16 From b633eef71029445c61128c38cb8f5e4d1ff4fe46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 6 Sep 2024 04:12:50 +0000 Subject: [PATCH 2/2] Apply automatic changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46033ca..0892df2 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ I believe it could be beneficial for many, so I've made the code available here. You're welcome to contribute your own examples if you'd like. -This repository is tested against Elasticsearch 8.15.0. +This repository is tested against Elasticsearch 8.15.1. We automatically start a Docker image using the [Elasticsearch module for TestContainers](https://www.testcontainers.org/modules/elasticsearch/).