Skip to content

Commit

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


Updates `org.flywaydb:flyway-database-postgresql` from 10.11.0 to 10.11.1

Updates `ch.qos.logback:logback-classic` from 1.5.5 to 1.5.6
- [Commits](qos-ch/logback@v_1.5.5...v_1.5.6)

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

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 Apr 29, 2024
1 parent a13c079 commit 6874f8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

val assertjVersion = "3.25.3"
val flywayVersion = "10.11.0"
val flywayVersion = "10.11.1"
val h2Version = "2.2.224"
val hikaricpVersion = "5.1.0"
val junitJupiterVersion = "5.10.2"
Expand All @@ -13,7 +13,7 @@ val kotlinLoggingVersion = "3.0.5"
val kotlinVersion = "1.9.23"
val kotliqueryVersion = "1.9.0"
val ktorVersion = "2.3.10"
val logbackVersion = "1.5.5"
val logbackVersion = "1.5.6"
val logstashLogbackEncoderVersion = "7.4"
val micrometerRegistryPrometheusVersion = "1.12.5"
val mockOAuth2ServerVersion = "2.1.4"
Expand Down

0 comments on commit 6874f8a

Please sign in to comment.