Skip to content

Commit

Permalink
⬆️ Bump org.testcontainers:postgresql from 1.19.0 to 1.19.1
Browse files Browse the repository at this point in the history
Bumps [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) from 1.19.0 to 1.19.1.
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.19.0...1.19.1)

---
updated-dependencies:
- dependency-name: org.testcontainers:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and MartinMekk committed Oct 5, 2023
1 parent 5b0e551 commit 6f385f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion spesialist-api/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import com.expediagroup.graphql.plugin.gradle.tasks.GraphQLGenerateClientTask

val testcontainersVersion = "1.19.0"
val testcontainersVersion = "1.19.1"
val graphQLKotlinVersion = "7.0.1"
val ktorVersion = "2.3.4"

Expand Down
2 changes: 1 addition & 1 deletion spesialist-migrering/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val testcontainersVersion = "1.19.0"
val testcontainersVersion = "1.19.1"
val cloudSqlVersion = "1.14.0"
val postgresqlVersion = "42.6.0"

Expand Down
2 changes: 1 addition & 1 deletion spesialist-opprydding-dev/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val testcontainersVersion = "1.19.0"
val testcontainersVersion = "1.19.1"
val cloudSqlVersion = "1.14.0"
val postgresqlVersion = "42.6.0"

Expand Down
2 changes: 1 addition & 1 deletion spesialist-selve/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val graphQLKotlinVersion = "7.0.1"
val testcontainersVersion = "1.19.0"
val testcontainersVersion = "1.19.1"

plugins {
kotlin("plugin.serialization") version "1.9.0"
Expand Down

0 comments on commit 6f385f8

Please sign in to comment.