Skip to content

Commit 73624b5

Browse files
chore(deps): bump the update-dependencies group across 1 directory with 3 updates (#254)
Bumps the update-dependencies group with 3 updates in the / directory: [org.flywaydb:flyway-core](https://github.com/flyway/flyway), org.flywaydb:flyway-database-postgresql and [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java). Updates `org.flywaydb:flyway-core` from 11.3.2 to 11.3.3 - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](flyway/flyway@flyway-11.3.2...flyway-11.3.3) Updates `org.flywaydb:flyway-database-postgresql` from 11.3.2 to 11.3.3 Updates `org.flywaydb:flyway-database-postgresql` from 11.3.2 to 11.3.3 Updates `org.testcontainers:postgresql` from 1.20.4 to 1.20.5 - [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.4...1.20.5) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: update-dependencies - dependency-name: org.flywaydb:flyway-database-postgresql dependency-type: direct:production update-type: version-update:semver-patch dependency-group: update-dependencies - dependency-name: org.flywaydb:flyway-database-postgresql dependency-type: direct:production update-type: version-update:semver-patch dependency-group: update-dependencies - dependency-name: org.testcontainers:postgresql dependency-type: direct:production update-type: version-update:semver-patch dependency-group: update-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 575439e commit 73624b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ val prometheusVersion = "0.16.0"
1212
val junitjupiterVersion = "5.11.4"
1313
val jacksonVersion = "2.18.2"
1414
val postgresVersion = "42.7.5"
15-
val flywayVersion = "11.3.2"
15+
val flywayVersion = "11.3.3"
1616
val hikariVersion = "6.2.1"
17-
val testcontainerVersion = "1.20.4"
17+
val testcontainerVersion = "1.20.5"
1818
val mockkVersion = "1.13.16"
1919
val kotlinVersion = "2.1.10"
2020
val googlecloudstorageVersion = "2.48.2"

0 commit comments

Comments
 (0)