Skip to content

Commit 889422d

Browse files
chore(deps): bump the dependencies group across 1 directory with 6 updates
Bumps the dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) | `2.1.10` | `2.1.20` | | [org.jetbrains.kotlin:kotlin-test](https://github.com/JetBrains/kotlin) | `2.1.10` | `2.1.20` | | [org.flywaydb:flyway-core](https://github.com/flyway/flyway) | `11.4.0` | `11.4.1` | | org.flywaydb:flyway-database-postgresql | `11.4.0` | `11.4.1` | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.17` | `1.5.18` | | [jvm](https://github.com/JetBrains/kotlin) | `2.1.10` | `2.1.20` | Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.1.10 to 2.1.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.10...v2.1.20) Updates `org.jetbrains.kotlin:kotlin-test` from 2.1.10 to 2.1.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.10...v2.1.20) Updates `org.flywaydb:flyway-core` from 11.4.0 to 11.4.1 - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](flyway/flyway@flyway-11.4.0...flyway-11.4.1) Updates `org.flywaydb:flyway-database-postgresql` from 11.4.0 to 11.4.1 Updates `org.flywaydb:flyway-database-postgresql` from 11.4.0 to 11.4.1 Updates `ch.qos.logback:logback-classic` from 1.5.17 to 1.5.18 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.5.17...v_1.5.18) Updates `org.jetbrains.kotlin:kotlin-test` from 2.1.10 to 2.1.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.10...v2.1.20) Updates `jvm` from 2.1.10 to 2.1.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.10...v2.1.20) --- 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-patch dependency-group: dependencies - dependency-name: org.flywaydb:flyway-database-postgresql dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.flywaydb:flyway-database-postgresql dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: ch.qos.logback:logback-classic 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: jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1a81362 commit 889422d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle.kts

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ val javaVersion = JvmTarget.JVM_21
88
val coroutinesVersion = "1.10.1"
99
val kluentVersion = "1.73"
1010
val ktorVersion = "3.1.1"
11-
val logbackVersion = "1.5.17"
11+
val logbackVersion = "1.5.18"
1212
val prometheusVersion = "0.16.0"
1313
val kotestVersion = "5.9.1"
1414
val logstashEncoderVersion = "8.0"
@@ -17,11 +17,11 @@ val jacksonVersion = "2.18.3"
1717
val avroVersion = "1.12.0"
1818
val confluentVersion = "7.9.0"
1919
val postgresVersion = "42.7.5"
20-
val flywayVersion = "11.4.0"
20+
val flywayVersion = "11.4.1"
2121
val hikariVersion = "6.2.1"
2222
val brukernotifikasjonAvroVersion = "1.2022.04.13-12.09-292ce6d359bd"
2323
val mockkVersion = "1.13.17"
24-
val kotlinVersion = "2.1.10"
24+
val kotlinVersion = "2.1.20"
2525
val testContainerVersion = "1.20.6"
2626
val ktfmtVersion = "0.44"
2727
val opentelemetryVersion = "2.14.0"
@@ -33,7 +33,7 @@ val nettycommonVersion = "4.1.119.Final"
3333

3434
plugins {
3535
id("application")
36-
kotlin("jvm") version "2.1.10"
36+
kotlin("jvm") version "2.1.20"
3737
id("com.diffplug.spotless") version "7.0.2"
3838
id("com.gradleup.shadow") version "8.3.6"
3939
}

0 commit comments

Comments
 (0)