Skip to content

Commit

Permalink
⬆ Bump org.testcontainers:postgresql from 1.19.5 to 1.19.6
Browse files Browse the repository at this point in the history
Bumps [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) from 1.19.5 to 1.19.6.
- [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.5...1.19.6)

---
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 elitho committed Feb 22, 2024
1 parent 2c0eb23 commit 42f453c
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.GraphQLIntrospectSchemaTask

val testcontainersVersion = "1.19.5"
val testcontainersVersion = "1.19.6"
val graphQLKotlinVersion = "7.0.2"
val ktorVersion = "2.3.8"

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.5"
val testcontainersVersion = "1.19.6"
val cloudSqlVersion = "1.16.0"
val postgresqlVersion = "42.7.2"

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.5"
val testcontainersVersion = "1.19.6"
val cloudSqlVersion = "1.16.0"
val postgresqlVersion = "42.7.2"

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.2"
val testcontainersVersion = "1.19.5"
val testcontainersVersion = "1.19.6"

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

0 comments on commit 42f453c

Please sign in to comment.