Skip to content

Commit

Permalink
elasticsearch version 8.12.1 and removed strict versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
osoykan committed Feb 9, 2024
1 parent 86943b8 commit be083d5
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 @@ -25,7 +25,7 @@ ktor = "2.3.8"
koin = "3.5.3"
r2dbc-spi = "1.0.0.RELEASE"
r2dbc-postgresql = "0.8.13.RELEASE"
elastic = { strictly = "[8.12.0,)" }
elastic = "8.12.1"
mongodb = "4.11.1"
wiremock = "3.3.1"
testcontainers = "1.19.5"
Expand Down

0 comments on commit be083d5

Please sign in to comment.