Skip to content

Commit

Permalink
Bump testcontainersVersion from 1.20.2 to 1.20.3 (#240)
Browse files Browse the repository at this point in the history
Bumps `testcontainersVersion` from 1.20.2 to 1.20.3.

Updates `org.testcontainers:testcontainers` from 1.20.2 to 1.20.3
- [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.20.2...1.20.3)

Updates `org.testcontainers:postgresql` from 1.20.2 to 1.20.3
- [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.20.2...1.20.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 24, 2024
1 parent 129cc64 commit 7d43a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ val syfotjenesterVersion = "1.2020.07.02-07.44-62078cd74f7e"
val helseXmlVersion = "1.0.4"
val quartzSchedulerVersion = "2.3.2"
val kotestTestContainersExtensionVersion = "2.0.2"
val testcontainersVersion = "1.20.2"
val testcontainersVersion = "1.20.3"

val githubUser: String by project
val githubPassword: String by project
Expand Down

0 comments on commit 7d43a55

Please sign in to comment.