Skip to content

Commit

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


Updates `ch.qos.logback:logback-classic` from 1.5.11 to 1.5.12
- [Commits](qos-ch/logback@v_1.5.11...v_1.5.12)

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

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.flywaydb:flyway-database-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 Oct 28, 2024
1 parent 2f4cfa7 commit f91a705
Show file tree
Hide file tree
Showing 3 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 @@ -8,7 +8,7 @@ repositories {

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

implementation("org.flywaydb:flyway-database-postgresql:10.20.0")
implementation("org.flywaydb:flyway-database-postgresql:10.20.1")
implementation("org.jooq:jooq:3.19.14")
implementation("org.postgresql:postgresql:42.7.4")
implementation("com.zaxxer:HikariCP:6.0.0")
Expand All @@ -60,7 +60,7 @@ dependencies {
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.0")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.18.0")

implementation("ch.qos.logback:logback-classic:1.5.11")
implementation("ch.qos.logback:logback-classic:1.5.12")

testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0")
testImplementation("io.mockk:mockk:1.13.13")
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.0")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.18.0")

implementation("ch.qos.logback:logback-classic:1.5.11")
implementation("ch.qos.logback:logback-classic:1.5.12")

implementation("com.rometools:rome:2.1.0")
implementation("com.github.dfabulich:sitemapgen4j:1.1.2")
Expand Down

0 comments on commit f91a705

Please sign in to comment.