Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies to v1.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent d56f9b8 commit f09b945
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ r2dbc-postgresql = "0.8.13.RELEASE"
elastic = "8.15.3"
mongodb = "5.2.0"
wiremock = "3.9.2"
testcontainers = "1.20.2"
testcontainers = "1.20.3"
r2dbc-mssql = "1.0.2.RELEASE"
spotless = "6.25.0"
detekt = "1.23.7"
Expand Down
2 changes: 1 addition & 1 deletion recipes/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "jun
kotest-runner-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
kotest-property = { module = "io.kotest:kotest-property", version.ref = "kotest" }
kotest-framework-api = { module = "io.kotest:kotest-framework-api", version.ref = "kotest" }
testcontainers-kafka = { module = "org.testcontainers:kafka", version = "1.20.2" }
testcontainers-kafka = { module = "org.testcontainers:kafka", version = "1.20.3" }

# Stove
stove-testing = { module = "com.trendyol:stove-testing-e2e", version.ref = "stove" }
Expand Down

0 comments on commit f09b945

Please sign in to comment.