Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
| datasource     | package                                                               | from   | to     |
| -------------- | --------------------------------------------------------------------- | ------ | ------ |
| gradle-version | gradle                                                                | 8.4    | 8.5    |
| maven          | com.diffplug.spotless:com.diffplug.spotless.gradle.plugin             | 6.22.0 | 6.23.2 |
| maven          | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.7.4  | 0.7.5  |
| maven          | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin       | 1.9.20 | 1.9.21 |
| maven          | org.jetbrains.kotlin:kotlin-stdlib                                    | 1.9.20 | 1.9.21 |
| maven          | org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable             | 1.9.20 | 1.9.21 |
  • Loading branch information
renovate[bot] authored Nov 30, 2023
1 parent 1eda042 commit dfbc023
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[versions]
kotest = "5.8.0"
kafka = "3.6.0"
kotlin = "1.9.20"
kotlin = "1.9.21"
kotlinx-coroutines = "1.7.3"
dokka = "1.9.10"
knit = "0.4.0"
kover = "0.7.4"
kover = "0.7.5"
testcontainers-kafka = "1.19.3"
slf4j = "2.0.9"
spotless="6.22.0"
spotless="6.23.2"
publish="0.25.3"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit dfbc023

Please sign in to comment.