Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtanko committed Jan 6, 2025
1 parent a73e407 commit 3382340
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ optimizations.

## Findings (0)

generated with [detekt version 1.23.7](https://detekt.dev/) on 2024-12-11 22:35:45 UTC
generated with [detekt version 1.23.7](https://detekt.dev/) on 2025-01-06 23:31:19 UTC
20 changes: 10 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[versions]
coroutines = "1.9.0" # https://github.com/Kotlin/kotlinx.coroutines
junit = "5.11.3" # https://junit.org/junit5 | https://central.sonatype.com/artifact/org.junit.jupiter/junit-jupiter
kotlin = "2.0.21" # https://github.com/JetBrains/kotlin
mockk = "1.13.13" # https://mockk.io
coroutines = "1.10.1" # https://github.com/Kotlin/kotlinx.coroutines
junit = "5.11.4" # https://junit.org/junit5 | https://central.sonatype.com/artifact/org.junit.jupiter/junit-jupiter
kotlin = "2.1.0" # https://github.com/JetBrains/kotlin
mockk = "1.13.14" # https://mockk.io
detekt = "1.23.7" # https://github.com/detekt/detekt
dokka = "1.9.20" # https://github.com/Kotlin/dokka
spotless = "7.0.0.BETA4" # https://github.com/diffplug/spotless
dokka = "2.0.0" # https://github.com/Kotlin/dokka
spotless = "7.0.0" # https://github.com/diffplug/spotless
dependency = "1.32.0" # https://github.com/autonomousapps/dependency-analysis-gradle-plugin
pitest = "1.15.0" # https://plugins.gradle.org/plugin/info.solidsoft.pitest
pinterestKtlint = "0.49.0" # https://github.com/pinterest/ktlint
ktlint = "12.1.1" # https://github.com/JLLeitschuh/ktlint-gradle
assertj = "3.26.3" # https://mvnrepository.com/artifact/org.assertj/assertj-core | https://assertj.github.io/doc
kover = "0.8.3" # https://github.com/Kotlin/kotlinx-kover
ktlint = "12.1.2" # https://github.com/JLLeitschuh/ktlint-gradle
assertj = "3.27.2" # https://mvnrepository.com/artifact/org.assertj/assertj-core | https://assertj.github.io/doc
kover = "0.9.0" # https://github.com/Kotlin/kotlinx-kover
diktat = "2.0.0" # https://github.com/saveourtool/diktat
mockito = "5.14.2" # https://mvnrepository.com/artifact/org.mockito/mockito-core
mockito = "5.15.2" # https://mvnrepository.com/artifact/org.mockito/mockito-core
mockito_kotlin = "2.2.0" # https://mvnrepository.com/artifact/com.nhaarman.mockitokotlin2/mockito-kotlin

[libraries]
Expand Down

0 comments on commit 3382340

Please sign in to comment.