Skip to content

Commit 6ffcce0

Browse files
committed
Update all dependencies
| datasource | package | from | to | | -------------- | --------------------------------------------------------------- | ------ | ------ | | github-tags | actions/cache | v3.0.0 | v3.0.1 | | github-tags | actions/setup-java | v3.0.0 | v3.1.0 | | gradle-version | gradle | 7.4.1 | 7.4.2 | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 | 1.6.0 | 1.6.1 | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-core | 1.6.0 | 1.6.1 | | maven | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin | 1.6.10 | 1.6.20 | | maven | org.jetbrains.kotlin:kotlin-stdlib | 1.6.10 | 1.6.20 | | maven | org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable | 1.6.10 | 1.6.20 |
1 parent 4882b0e commit 6ffcce0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
fetch-depth: 0
7373

7474
- name: Set up Java
75-
uses: actions/setup-java@v3.0.0
75+
uses: actions/setup-java@v3.1.0
7676
with:
7777
distribution: 'zulu'
7878
java-version: 11

.github/workflows/pr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Restore Gradle cache
2323
id: cache
24-
uses: actions/cache@v3.0.0
24+
uses: actions/cache@v3.0.1
2525
with:
2626
path: |
2727
~/.gradle/caches
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
arrowGradleConfig = "0.10.0"
44
kotest = "5.2.2"
55
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"
88
dokka = "1.6.10"
99
knit = "0.3.0"
1010
kover = "0.5.0"

0 commit comments

Comments
 (0)