Skip to content

Commit

Permalink
Bump the dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 4 updates: [org.flywaydb:flyway-core](https://github.com/flyway/flyway), org.flywaydb:flyway-database-postgresql, [io.mockk:mockk](https://github.com/mockk/mockk) and com.diffplug.spotless.


Updates `org.flywaydb:flyway-core` from 10.4.1 to 10.5.0
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-10.4.1...flyway-10.5.0)

Updates `org.flywaydb:flyway-database-postgresql` from 10.4.1 to 10.5.0

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

Updates `com.diffplug.spotless` from 6.23.3 to 6.24.0

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.mockk:mockk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.diffplug.spotless
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 05441a0 commit 04e8900
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ val ktorVersion = "2.3.7"
val logstashEncoderVersion = "7.4"
val prometheusVersion = "0.16.0"
val smCommonVersion = "2.0.8"
val mockkVersion = "1.13.8"
val mockkVersion = "1.13.9"
val nimbusdsVersion = "9.37.3"
val hikariVersion = "5.1.0"
val flywayVersion = "10.4.1"
val flywayVersion = "10.5.0"
val postgresVersion = "42.7.1"
val testContainerVersion = "1.19.3"
val kotlinVersion = "1.9.22"
Expand All @@ -26,7 +26,7 @@ val snappyJavaVersion = "1.1.10.5"

plugins {
id("application")
id("com.diffplug.spotless") version "6.23.3"
id("com.diffplug.spotless") version "6.24.0"
kotlin("jvm") version "1.9.22"
id("com.github.johnrengelman.shadow") version "8.1.1"
id("org.hidetake.swagger.generator") version "2.19.2" apply true
Expand Down

0 comments on commit 04e8900

Please sign in to comment.