From 4a535f719d5f26a3daead7baacf39ccb722ca30d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 11:22:55 +0200 Subject: [PATCH] fix(deps): update dependency co.elastic.clients:elasticsearch-java to v8.9.0 (#177) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a1b6c9b9..dc79f481 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -21,7 +21,7 @@ ktor = "2.3.2" koin = "3.4.1" r2dbc-spi = "1.0.0.RELEASE" r2dbc-postgresql = "0.8.13.RELEASE" -elastic = "8.8.2" +elastic = "8.9.0" mongodb = "4.10.2" [libraries]