File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 72
72
fetch-depth : 0
73
73
74
74
- name : Set up Java
75
- uses : actions/setup-java@v3.0 .0
75
+ uses : actions/setup-java@v3.1 .0
76
76
with :
77
77
distribution : ' zulu'
78
78
java-version : 11
Original file line number Diff line number Diff line change 21
21
22
22
- name : Restore Gradle cache
23
23
id : cache
24
- uses : actions/cache@v3.0.0
24
+ uses : actions/cache@v3.0.1
25
25
with :
26
26
path : |
27
27
~/.gradle/caches
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-7.4.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.4.2 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 3
3
arrowGradleConfig = " 0.10.0"
4
4
kotest = " 5.2.2"
5
5
kafka = " 3.1.0"
6
- kotlin = " 1.6.10 "
7
- kotlinx-coroutines = " 1.6.0 "
6
+ kotlin = " 1.6.20 "
7
+ kotlinx-coroutines = " 1.6.1 "
8
8
dokka = " 1.6.10"
9
9
knit = " 0.3.0"
10
10
kover = " 0.5.0"
You can’t perform that action at this time.
0 commit comments