Skip to content

Commit

Permalink
Bump the all group across 1 directory with 8 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.14` | `1.13.16` |
| [org.jetbrains.kotlinx:kotlinx-serialization-hocon](https://github.com/Kotlin/kotlinx.serialization) | `1.7.3` | `1.8.0` |
| [com.charleskorn.kaml:kaml](https://github.com/charleskorn/kaml) | `0.67.0` | `0.70.0` |
| org.flywaydb:flyway-database-postgresql | `11.1.0` | `11.3.0` |
| org.jooq:jooq | `3.19.16` | `3.19.18` |
| [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.4` | `42.7.5` |
| [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer) | `1.14.2` | `1.14.3` |
| org.jooq:jooq-codegen | `3.19.16` | `3.19.18` |



Updates `io.mockk:mockk` from 1.13.14 to 1.13.16
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.14...1.13.16)

Updates `org.jetbrains.kotlinx:kotlinx-serialization-hocon` from 1.7.3 to 1.8.0
- [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
- [Commits](Kotlin/kotlinx.serialization@v1.7.3...v1.8.0)

Updates `com.charleskorn.kaml:kaml` from 0.67.0 to 0.70.0
- [Release notes](https://github.com/charleskorn/kaml/releases)
- [Changelog](https://github.com/charleskorn/kaml/blob/main/.releaserc.yml)
- [Commits](charleskorn/kaml@0.67.0...0.70.0)

Updates `org.flywaydb:flyway-database-postgresql` from 11.1.0 to 11.3.0

Updates `org.jooq:jooq` from 3.19.16 to 3.19.18

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

Updates `io.micrometer:micrometer-registry-prometheus` from 1.14.2 to 1.14.3
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.14.2...v1.14.3)

Updates `org.jooq:jooq-codegen` from 3.19.16 to 3.19.18

---
updated-dependencies:
- dependency-name: io.mockk:mockk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-hocon
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: com.charleskorn.kaml:kaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- 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: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: io.micrometer:micrometer-registry-prometheus
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 4cf0c77 commit e4a6c09
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 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.16")
implementation("org.flywaydb:flyway-database-postgresql:11.1.0")
implementation("org.postgresql:postgresql:42.7.4")
implementation("org.jooq:jooq-codegen:3.19.18")
implementation("org.flywaydb:flyway-database-postgresql:11.3.0")
implementation("org.postgresql:postgresql:42.7.5")
implementation("ch.qos.logback:logback-classic:1.5.16")
}
14 changes: 7 additions & 7 deletions app-backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ dependencies {
implementation(kotlin("reflect"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.10.1")

implementation("org.jetbrains.kotlinx:kotlinx-serialization-hocon:1.7.3")
implementation("com.charleskorn.kaml:kaml:0.67.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-hocon:1.8.0")
implementation("com.charleskorn.kaml:kaml:0.70.0")

implementation("org.flywaydb:flyway-database-postgresql:11.1.0")
implementation("org.jooq:jooq:3.19.16")
implementation("org.postgresql:postgresql:42.7.4")
implementation("org.flywaydb:flyway-database-postgresql:11.3.0")
implementation("org.jooq:jooq:3.19.18")
implementation("org.postgresql:postgresql:42.7.5")
implementation("com.zaxxer:HikariCP:6.2.1")

implementation("at.favre.lib:bcrypt:0.10.2")
Expand All @@ -50,7 +50,7 @@ dependencies {
implementation("io.ktor:ktor-client-content-negotiation:3.0.3")
implementation("io.ktor:ktor-server-auth-jwt:3.0.3")
implementation("io.ktor:ktor-server-metrics-micrometer:3.0.3")
implementation("io.micrometer:micrometer-registry-prometheus:1.14.2")
implementation("io.micrometer:micrometer-registry-prometheus:1.14.3")
implementation("io.ktor:ktor-server-call-logging:3.0.3")
implementation("io.ktor:ktor-server-default-headers:3.0.3")
implementation("io.ktor:ktor-server-caching-headers:3.0.3")
Expand All @@ -63,6 +63,6 @@ dependencies {
implementation("ch.qos.logback:logback-classic:1.5.16")

testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1")
testImplementation("io.mockk:mockk:1.13.14")
testImplementation("io.mockk:mockk:1.13.16")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.4")
}
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ dependencies {
implementation("io.ktor:ktor-client-apache:3.0.3")
implementation("io.ktor:ktor-client-jackson:3.0.3")

testImplementation("io.mockk:mockk:1.13.14")
testImplementation("io.mockk:mockk:1.13.16")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.4")
}

0 comments on commit e4a6c09

Please sign in to comment.