Skip to content

Commit 695ee61

Browse files
Bump the all group with 7 updates
Bumps the all group with 7 updates: | Package | From | To | | --- | --- | --- | | org.flywaydb:flyway-database-postgresql | `11.8.1` | `11.8.2` | | [org.jetbrains.kotlin:kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) | `2.1.20` | `2.1.21` | | [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) | `2.1.20` | `2.1.21` | | [org.jetbrains.kotlin.plugin.serialization](https://github.com/JetBrains/kotlin) | `2.1.20` | `2.1.21` | | [com.squareup:kotlinpoet](https://github.com/square/kotlinpoet) | `2.1.0` | `2.2.0` | | [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer) | `1.14.6` | `1.15.0` | | [com.google.devtools.ksp](https://github.com/google/ksp) | `2.1.20-2.0.1` | `2.1.21-2.0.1` | Updates `org.flywaydb:flyway-database-postgresql` from 11.8.1 to 11.8.2 Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 2.1.20 to 2.1.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.20...v2.1.21) Updates `org.jetbrains.kotlin.jvm` from 2.1.20 to 2.1.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.20...v2.1.21) Updates `org.jetbrains.kotlin.plugin.serialization` from 2.1.20 to 2.1.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.20...v2.1.21) Updates `com.squareup:kotlinpoet` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/square/kotlinpoet/releases) - [Changelog](https://github.com/square/kotlinpoet/blob/main/docs/changelog.md) - [Commits](square/kotlinpoet@2.1.0...2.2.0) Updates `io.micrometer:micrometer-registry-prometheus` from 1.14.6 to 1.15.0 - [Release notes](https://github.com/micrometer-metrics/micrometer/releases) - [Commits](micrometer-metrics/micrometer@v1.14.6...v1.15.0) Updates `org.jetbrains.kotlin.jvm` from 2.1.20 to 2.1.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.20...v2.1.21) Updates `org.jetbrains.kotlin.plugin.serialization` from 2.1.20 to 2.1.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.20...v2.1.21) Updates `com.google.devtools.ksp` from 2.1.20-2.0.1 to 2.1.21-2.0.1 - [Release notes](https://github.com/google/ksp/releases) - [Commits](google/ksp@2.1.20-2.0.1...2.1.21-2.0.1) --- updated-dependencies: - dependency-name: org.flywaydb:flyway-database-postgresql dependency-version: 11.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8 dependency-version: 2.1.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.jetbrains.kotlin.jvm dependency-version: 2.1.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.jetbrains.kotlin.plugin.serialization dependency-version: 2.1.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: com.squareup:kotlinpoet dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: io.micrometer:micrometer-registry-prometheus dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.jetbrains.kotlin.jvm dependency-version: 2.1.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.jetbrains.kotlin.plugin.serialization dependency-version: 2.1.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: com.google.devtools.ksp dependency-version: 2.1.21-2.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a4db4f1 commit 695ee61

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[versions]
22
commonmark = "0.24.0"
33
coroutines = "1.10.2"
4-
flyway = "11.8.1"
4+
flyway = "11.8.2"
55
hikari = "6.3.0"
66
jooq = "3.20.4"
77
jsoup = "1.20.1"
88
junit = "5.12.2"
99
komok = "1.0.12"
10-
kotlin = "2.1.20"
11-
ksp = "2.1.20-2.0.1"
10+
kotlin = "2.1.21"
11+
ksp = "2.1.21-2.0.1"
1212
ktor = "3.1.3"
1313
logback = "1.5.18"
14-
micrometer = "1.14.6"
14+
micrometer = "1.15.0"
1515
mockk = "1.14.2"
16-
poet = "2.1.0"
16+
poet = "2.2.0"
1717
postgresql = "42.7.5"
1818
serialization = "1.8.1"
1919

0 commit comments

Comments
 (0)