Skip to content

Commit

Permalink
Bump the all group with 4 updates (#984)
Browse files Browse the repository at this point in the history
Bumps the all group with 4 updates: org.flywaydb:flyway-database-postgresql, org.jooq:jooq, [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) and org.jooq:jooq-codegen.


Updates `org.flywaydb:flyway-database-postgresql` from 10.20.1 to 10.21.0

Updates `org.jooq:jooq` from 3.19.14 to 3.19.15

Updates `com.zaxxer:HikariCP` from 6.0.0 to 6.1.0
- [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES)
- [Commits](brettwooldridge/HikariCP@HikariCP-6.0.0...HikariCP-6.1.0)

Updates `org.jooq:jooq-codegen` from 3.19.14 to 3.19.15

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: org.jooq:jooq
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.zaxxer:HikariCP
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: org.jooq:jooq-codegen
  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 Nov 11, 2024
1 parent 9285b01 commit cf8dd71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 @@ -7,8 +7,8 @@ repositories {
}

dependencies {
implementation("org.jooq:jooq-codegen:3.19.14")
implementation("org.flywaydb:flyway-database-postgresql:10.20.1")
implementation("org.jooq:jooq-codegen:3.19.15")
implementation("org.flywaydb:flyway-database-postgresql:10.21.0")
implementation("org.postgresql:postgresql:42.7.4")
implementation("ch.qos.logback:logback-classic:1.5.12")
}
6 changes: 3 additions & 3 deletions app-backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-serialization-hocon:1.7.3")
implementation("com.charleskorn.kaml:kaml:0.62.2")

implementation("org.flywaydb:flyway-database-postgresql:10.20.1")
implementation("org.jooq:jooq:3.19.14")
implementation("org.flywaydb:flyway-database-postgresql:10.21.0")
implementation("org.jooq:jooq:3.19.15")
implementation("org.postgresql:postgresql:42.7.4")
implementation("com.zaxxer:HikariCP:6.0.0")
implementation("com.zaxxer:HikariCP:6.1.0")

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

Expand Down

0 comments on commit cf8dd71

Please sign in to comment.