Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
| datasource | package                                                                 | from   | to     |
| ---------- | ----------------------------------------------------------------------- | ------ | ------ |
| maven      | com.vanniktech.maven.publish:com.vanniktech.maven.publish.gradle.plugin | 0.26.0 | 0.27.0 |
| maven      | org.slf4j:slf4j-simple                                                  | 2.0.9  | 2.0.10 |
| maven      | org.slf4j:slf4j-api                                                     | 2.0.9  | 2.0.10 |
| maven      | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin         | 1.9.21 | 1.9.22 |
| maven      | org.jetbrains.kotlin:kotlin-stdlib                                      | 1.9.21 | 1.9.22 |
| maven      | org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable               | 1.9.21 | 1.9.22 |
  • Loading branch information
renovate[bot] authored Jan 6, 2024
1 parent f7db4b4 commit f573dff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[versions]
kotest = "5.8.0"
kafka = "3.6.1"
kotlin = "1.9.21"
kotlin = "1.9.22"
kotlinx-coroutines = "1.7.3"
dokka = "1.9.10"
knit = "0.5.0"
kover = "0.7.5"
testcontainers-kafka = "1.19.3"
slf4j = "2.0.9"
slf4j = "2.0.10"
spotless="6.23.3"
publish="0.26.0"
publish="0.27.0"

[libraries]
kotest-assertions = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
Expand Down

0 comments on commit f573dff

Please sign in to comment.