Skip to content

Commit d821284

Browse files
Bump the update-dependencies group with 3 updates
Bumps the update-dependencies group with 3 updates: [org.flywaydb:flyway-core](https://github.com/flyway/flyway), org.flywaydb:flyway-database-postgresql and [com.google.cloud:google-cloud-storage](https://github.com/googleapis/java-storage). Updates `org.flywaydb:flyway-core` from 10.7.2 to 10.8.1 - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](flyway/flyway@flyway-10.7.2...flyway-10.8.1) Updates `org.flywaydb:flyway-database-postgresql` from 10.7.2 to 10.8.1 Updates `org.flywaydb:flyway-database-postgresql` from 10.7.2 to 10.8.1 Updates `com.google.cloud:google-cloud-storage` from 2.33.0 to 2.34.0 - [Release notes](https://github.com/googleapis/java-storage/releases) - [Changelog](https://github.com/googleapis/java-storage/blob/main/CHANGELOG.md) - [Commits](googleapis/java-storage@v2.33.0...v2.34.0) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: update-dependencies - dependency-name: org.flywaydb:flyway-database-postgresql dependency-type: direct:production update-type: version-update:semver-minor dependency-group: update-dependencies - dependency-name: org.flywaydb:flyway-database-postgresql dependency-type: direct:production update-type: version-update:semver-minor dependency-group: update-dependencies - dependency-name: com.google.cloud:google-cloud-storage dependency-type: direct:production update-type: version-update:semver-minor dependency-group: update-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 45d583d commit d821284

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
@@ -9,12 +9,12 @@ val junitjupiterVersion="5.10.2"
99
val pale2commonVersion="2.0.4"
1010
val jacksonVersion="2.16.1"
1111
val postgresVersion="42.7.1"
12-
val flywayVersion="10.7.2"
12+
val flywayVersion="10.8.1"
1313
val hikariVersion="5.1.0"
1414
val testcontainerVersion="1.19.5"
1515
val mockkVersion="1.13.9"
1616
val kotlinVersion="1.9.22"
17-
val googlecloudstorageVersion="2.33.0"
17+
val googlecloudstorageVersion="2.34.0"
1818
val ktfmtVersion="0.44"
1919
val jvmVersion= "17"
2020
val snappyJavaVersion = "1.1.10.5"

0 commit comments

Comments
 (0)