Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) | `1.9.21` | `1.9.22` |
| [org.jetbrains.kotlin:kotlin-test](https://github.com/JetBrains/kotlin) | `1.9.21` | `1.9.22` |
| [org.flywaydb:flyway-core](https://github.com/flyway/flyway) | `10.3.0` | `10.4.0` |
| org.flywaydb:flyway-database-postgresql | `10.3.0` | `10.4.0` |
| [jvm](https://github.com/JetBrains/kotlin) | `1.9.21` | `1.9.22` |


Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.21 to 1.9.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.21...v1.9.22)

Updates `org.jetbrains.kotlin:kotlin-test` from 1.9.21 to 1.9.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.21...v1.9.22)

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

Updates `org.flywaydb:flyway-database-postgresql` from 10.3.0 to 10.4.0

Updates `jvm` from 1.9.21 to 1.9.22
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.21...v1.9.22)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: 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: jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 21, 2023
1 parent 0e2cba1 commit 56fcbf3
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 @@ -12,10 +12,10 @@ val smCommonVersion = "2.0.8"
val mockkVersion = "1.13.8"
val nimbusdsVersion = "9.37.3"
val hikariVersion = "5.1.0"
val flywayVersion = "10.3.0"
val flywayVersion = "10.4.0"
val postgresVersion = "42.7.1"
val testContainerVersion = "1.19.3"
val kotlinVersion = "1.9.21"
val kotlinVersion = "1.9.22"
val sykepengesoknadKafkaVersion = "2023.09.18-14.15-7ea2dc46"
val swaggerUiVersion = "5.10.3"
val kotestVersion = "5.8.0"
Expand All @@ -27,7 +27,7 @@ val snappyJavaVersion = "1.1.10.5"
plugins {
id("application")
id("com.diffplug.spotless") version "6.23.3"
kotlin("jvm") version "1.9.21"
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 56fcbf3

Please sign in to comment.