Skip to content

Commit

Permalink
Update dependency co.elastic.clients:elasticsearch-java to v7.17.15 (#…
Browse files Browse the repository at this point in the history
…109)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 1, 2023
1 parent 3d79513 commit 1772349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hikari = { module = "com.zaxxer:HikariCP", version = "5.0.1" }
jedis = { module = "redis.clients:jedis", version = "4.3.1" }
mysql-connector-java = { module = "mysql:mysql-connector-java", version = "8.0.33" }
kafka-client = { module = "org.apache.kafka:kafka-clients", version = "3.5.1" }
elastic-client = { module = "co.elastic.clients:elasticsearch-java", version = "7.17.14" }
elastic-client = { module = "co.elastic.clients:elasticsearch-java", version = "7.17.15" }

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

0 comments on commit 1772349

Please sign in to comment.