Skip to content

Commit

Permalink
Bump the dependencies group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [org.flywaydb:flyway-core](https://github.com/flyway/flyway) | `10.4.1` | `10.6.0` |
| org.flywaydb:flyway-database-postgresql | `10.4.1` | `10.6.0` |
| com.google.cloud.sql:postgres-socket-factory | `1.15.1` | `1.15.2` |
| [com.google.oauth-client:google-oauth-client](https://github.com/googleapis/google-oauth-java-client) | `1.34.1` | `1.35.0` |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.8` | `1.13.9` |
| com.diffplug.spotless | `6.23.3` | `6.24.0` |


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

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

Updates `com.google.cloud.sql:postgres-socket-factory` from 1.15.1 to 1.15.2

Updates `com.google.oauth-client:google-oauth-client` from 1.34.1 to 1.35.0
- [Release notes](https://github.com/googleapis/google-oauth-java-client/releases)
- [Changelog](https://github.com/googleapis/google-oauth-java-client/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-oauth-java-client@v1.34.1...v1.35.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: com.google.cloud.sql:postgres-socket-factory
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.google.oauth-client:google-oauth-client
  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 18, 2024
1 parent 05441a0 commit 52e9bbd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,24 @@ 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.6.0"
val postgresVersion = "42.7.1"
val testContainerVersion = "1.19.3"
val kotlinVersion = "1.9.22"
val sykepengesoknadKafkaVersion = "2023.09.18-14.15-7ea2dc46"
val swaggerUiVersion = "5.10.3"
val kotestVersion = "5.8.0"
val googlePostgresVersion = "1.15.1"
val googleOauthVersion = "1.34.1"
val googlePostgresVersion = "1.15.2"
val googleOauthVersion = "1.35.0"
val ktfmtVersion = "0.44"
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 52e9bbd

Please sign in to comment.