File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -19,18 +19,18 @@ jobs:
19
19
20
20
steps :
21
21
- name : Checkout the repo
22
-
22
+
23
23
with :
24
24
fetch-depth : 0
25
25
26
26
- name : Set up Java
27
- uses : actions/setup-java@v3.11 .0
27
+ uses : actions/setup-java@v3.12 .0
28
28
with :
29
29
distribution : ' zulu'
30
30
java-version : 11
31
31
32
32
- name : Build
33
- uses : gradle/gradle-build-action@v2.4.2
33
+ uses : gradle/gradle-build-action@v2.7.1
34
34
with :
35
35
arguments : build --scan --full-stacktrace
36
36
82
82
fetch-depth : 0
83
83
84
84
- name : Set up Java
85
- uses : actions/setup-java@v3.11 .0
85
+ uses : actions/setup-java@v3.12 .0
86
86
with :
87
87
distribution : ' zulu'
88
88
java-version : 11
Original file line number Diff line number Diff line change @@ -17,18 +17,18 @@ jobs:
17
17
18
18
steps :
19
19
- name : Checkout the repo
20
-
20
+
21
21
with :
22
22
fetch-depth : 0
23
23
24
24
- name : Set up Java
25
- uses : actions/setup-java@v3.11 .0
25
+ uses : actions/setup-java@v3.12 .0
26
26
with :
27
27
distribution : ' zulu'
28
28
java-version : 11
29
29
30
30
- name : Build
31
- uses : gradle/gradle-build-action@v2.4.2
31
+ uses : gradle/gradle-build-action@v2.7.1
32
32
with :
33
33
arguments : build --scan --full-stacktrace
34
34
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
4
4
networkTimeout =10000
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
arrowGradleConfig = " 0.11.0"
3
3
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 "
8
8
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 "
11
11
slf4j = " 2.0.7"
12
12
13
13
[libraries ]
You can’t perform that action at this time.
0 commit comments