Skip to content

Commit e126fb9

Browse files
Update all dependencies
| datasource | package | from | to | | -------------- | --------------------------------------------------------------------- | ------- | ------- | | github-tags | actions/checkout | v3.5.2 | v3.5.3 | | github-tags | actions/setup-java | v3.11.0 | v3.12.0 | | gradle-version | gradle | 8.1.1 | 8.3 | | github-tags | gradle/gradle-build-action | v2.4.2 | v2.7.1 | | maven | org.testcontainers:kafka | 1.18.3 | 1.19.0 | | maven | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.7.1 | 0.7.3 | | maven | org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin | 1.8.10 | 1.8.20 | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 | 1.7.1 | 1.7.3 | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-core | 1.7.1 | 1.7.3 | | maven | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin | 1.8.21 | 1.9.10 | | maven | org.jetbrains.kotlin:kotlin-stdlib | 1.8.21 | 1.9.10 | | maven | org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable | 1.8.21 | 1.9.10 | | maven | org.apache.kafka:kafka-streams | 3.4.0 | 3.5.1 | | maven | org.apache.kafka:kafka-clients | 3.4.0 | 3.5.1 | | maven | org.apache.kafka:connect-runtime | 3.4.0 | 3.5.1 |
1 parent 9ea0291 commit e126fb9

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ 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

2626
- name: Set up Java
27-
uses: actions/setup-java@v3.11.0
27+
uses: actions/setup-java@v3.12.0
2828
with:
2929
distribution: 'zulu'
3030
java-version: 11
3131

3232
- name: Build
33-
uses: gradle/gradle-build-action@v2.4.2
33+
uses: gradle/gradle-build-action@v2.7.1
3434
with:
3535
arguments: build --scan --full-stacktrace
3636

@@ -82,7 +82,7 @@ jobs:
8282
fetch-depth: 0
8383

8484
- name: Set up Java
85-
uses: actions/setup-java@v3.11.0
85+
uses: actions/setup-java@v3.12.0
8686
with:
8787
distribution: 'zulu'
8888
java-version: 11

.github/workflows/pr.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ 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

2424
- name: Set up Java
25-
uses: actions/setup-java@v3.11.0
25+
uses: actions/setup-java@v3.12.0
2626
with:
2727
distribution: 'zulu'
2828
java-version: 11
2929

3030
- name: Build
31-
uses: gradle/gradle-build-action@v2.4.2
31+
uses: gradle/gradle-build-action@v2.7.1
3232
with:
3333
arguments: build --scan --full-stacktrace
3434

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[versions]
22
arrowGradleConfig = "0.11.0"
33
kotest = "5.6.2"
4-
kafka = "3.4.0"
5-
kotlin = "1.8.21"
6-
kotlinx-coroutines = "1.7.1"
7-
dokka = "1.8.10"
4+
kafka = "3.5.1"
5+
kotlin = "1.9.10"
6+
kotlinx-coroutines = "1.7.3"
7+
dokka = "1.8.20"
88
knit = "0.4.0"
9-
kover = "0.7.1"
10-
testcontainers-kafka = "1.18.3"
9+
kover = "0.7.3"
10+
testcontainers-kafka = "1.19.0"
1111
slf4j = "2.0.7"
1212

1313
[libraries]

0 commit comments

Comments
 (0)