Skip to content

Commit

Permalink
chore: use elastic 8.12 and up version strategy strictly
Browse files Browse the repository at this point in the history
  • Loading branch information
osoykan committed Jan 24, 2024
1 parent b56764e commit d22fe35
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ktor = "2.3.7"
koin = "3.5.3"
r2dbc-spi = "1.0.0.RELEASE"
r2dbc-postgresql = "0.8.13.RELEASE"
elastic = "8.12.0"
elastic = { strictly = "[8.12.0,)" }
mongodb = "4.11.1"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion lib/stove-testing-e2e-elasticsearch/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {}
dependencies {
api(project(":lib:stove-testing-e2e"))
api(libs.elastic)
implementation(libs.elastic)
implementation(testLibs.testcontainers.elasticsearch)
implementation(libs.jackson.databind)
implementation(libs.jackson.arrow)
Expand Down
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ dependencyResolutionManagement {

repositories {
mavenCentral()
maven { url = uri("https://oss.sonatype.org/content/repositories/snapshots") }
}
}

0 comments on commit d22fe35

Please sign in to comment.