Skip to content
This repository was archived by the owner on Nov 13, 2025. It is now read-only.

Commit 5107e30

Browse files
Update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.7.1-0.6.x-compat (#73)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [org.jetbrains.kotlinx:kotlinx-datetime](https://redirect.github.com/Kotlin/kotlinx-datetime) | dependencies | patch | `0.7.1` -> `0.7.1-0.6.x-compat` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/Kotlin/kotlinx-datetime/badge)](https://securityscorecards.dev/viewer/?uri=github.com/Kotlin/kotlinx-datetime) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Buried-In-Code/Kraken). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b283cf7 commit 5107e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ versions = { id = "com.github.ben-manes.versions", version = "0.52.0" }
1212
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version = "5.13.4" }
1313
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher", version = "1.13.4" }
1414
kotlin-logging = { module = "io.github.oshai:kotlin-logging-jvm", version = "7.0.13" }
15-
kotlinx-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version = "0.7.1" }
15+
kotlinx-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version = "0.7.1-0.6.x-compat" }
1616
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.9.0" }
1717
log4j2-slf4j2 = { module = "org.apache.logging.log4j:log4j-slf4j2-impl", version = "2.25.1" }
1818
sqlite-jdbc = { module = "org.xerial:sqlite-jdbc", version = "3.50.3.0" }

0 commit comments

Comments
 (0)