Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.

Commit b102421

Browse files
Update dependency co.elastic.clients:elasticsearch-java to v7.17.13 (#104)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8d6b773 commit b102421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ hikari = { module = "com.zaxxer:HikariCP", version = "5.0.1" }
88
jedis = { module = "redis.clients:jedis", version = "4.3.1" }
99
mysql-connector-java = { module = "mysql:mysql-connector-java", version = "8.0.33" }
1010
kafka-client = { module = "org.apache.kafka:kafka-clients", version = "3.5.1" }
11-
elastic-client = { module = "co.elastic.clients:elasticsearch-java", version = "7.17.12" }
11+
elastic-client = { module = "co.elastic.clients:elasticsearch-java", version = "7.17.13" }
1212

1313
testcontainers-elastic = { module = "org.testcontainers:elasticsearch", version.ref = "testcontainers" }
1414
testcontainers-mysql = { module = "org.testcontainers:mysql", version.ref = "testcontainers" }

0 commit comments

Comments
 (0)