Skip to content

Commit

Permalink
Bump the all group with 2 updates (#946)
Browse files Browse the repository at this point in the history
Bumps the all group with 2 updates: org.flywaydb:flyway-database-postgresql and [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc).


Updates `org.flywaydb:flyway-database-postgresql` from 10.17.1 to 10.17.2

Updates `org.postgresql:postgresql` from 42.7.3 to 42.7.4
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.3...REL42.7.4)

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent ac530aa commit 8815359
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app-backend-dataops/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {

dependencies {
implementation("org.jooq:jooq-codegen:3.19.11")
implementation("org.flywaydb:flyway-database-postgresql:10.17.1")
implementation("org.postgresql:postgresql:42.7.3")
implementation("org.flywaydb:flyway-database-postgresql:10.17.2")
implementation("org.postgresql:postgresql:42.7.4")
implementation("ch.qos.logback:logback-classic:1.5.7")
}
4 changes: 2 additions & 2 deletions app-backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-serialization-hocon:1.7.1")
implementation("com.charleskorn.kaml:kaml:0.61.0")

implementation("org.flywaydb:flyway-database-postgresql:10.17.1")
implementation("org.flywaydb:flyway-database-postgresql:10.17.2")
implementation("org.jooq:jooq:3.19.11")
implementation("org.postgresql:postgresql:42.7.3")
implementation("org.postgresql:postgresql:42.7.4")
implementation("com.zaxxer:HikariCP:5.1.0")

implementation("at.favre.lib:bcrypt:0.10.2")
Expand Down

0 comments on commit 8815359

Please sign in to comment.