Skip to content

Commit 85a6350

Browse files
Update all dependencies
| datasource | package | from | to | | ----------- | --------------------------------------------------------------- | ------ | ------ | | github-tags | actions/checkout | v3.5.2 | v3.5.3 | | maven | org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin | 1.8.10 | 1.8.20 | | maven | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin | 1.8.21 | 1.8.22 | | maven | org.jetbrains.kotlin:kotlin-stdlib | 1.8.21 | 1.8.22 | | maven | org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable | 1.8.21 | 1.8.22 | | maven | org.apache.kafka:kafka-streams | 3.4.0 | 3.5.0 | | maven | org.apache.kafka:kafka-clients | 3.4.0 | 3.5.0 | | maven | org.apache.kafka:connect-runtime | 3.4.0 | 3.5.0 |
1 parent 9ea0291 commit 85a6350

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout the repo
22-
uses: actions/[email protected].2
22+
uses: actions/[email protected].3
2323
with:
2424
fetch-depth: 0
2525

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout the repo
20-
uses: actions/[email protected].2
20+
uses: actions/[email protected].3
2121
with:
2222
fetch-depth: 0
2323

libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[versions]
22
arrowGradleConfig = "0.11.0"
33
kotest = "5.6.2"
4-
kafka = "3.4.0"
5-
kotlin = "1.8.21"
4+
kafka = "3.5.0"
5+
kotlin = "1.8.22"
66
kotlinx-coroutines = "1.7.1"
7-
dokka = "1.8.10"
7+
dokka = "1.8.20"
88
knit = "0.4.0"
99
kover = "0.7.1"
1010
testcontainers-kafka = "1.18.3"

0 commit comments

Comments
 (0)