Skip to content

Commit d533be5

Browse files
authored
Merge branch 'main' into main
2 parents 4f634a6 + 040e5ab commit d533be5

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/CD.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: Homebrew/actions/setup-homebrew@master
1616
id: set-up-homebrew
17-
- uses: actions/setup-java@v3
17+
- uses: actions/setup-java@v4
1818
with:
1919
distribution: 'adopt'
2020
java-version: 17

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: Homebrew/actions/setup-homebrew@master
2121
id: set-up-homebrew
2222
- run: brew install libpq
23-
- uses: actions/setup-java@v3
23+
- uses: actions/setup-java@v4
2424
with:
2525
distribution: 'adopt'
2626
java-version: 17

.github/workflows/Docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: Homebrew/actions/setup-homebrew@master
3131
id: set-up-homebrew
3232
- run: brew install libpq
33-
- uses: actions/setup-java@v3
33+
- uses: actions/setup-java@v4
3434
with:
3535
distribution: 'adopt'
3636
java-version: 17

gradle/libs.versions.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotlin = "1.9.10"
2+
kotlin = "1.9.21"
33
sqldelight = "2.0.0"
44
idea = "222.4459.24"
55
coroutines = "1.7.3"
@@ -13,10 +13,10 @@ sqldelight-compiler-env = { module = "app.cash.sqldelight:compiler-env", version
1313

1414
coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
1515
coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }
16-
ktor-network = { module = "io.ktor:ktor-network", version = "2.3.5" }
16+
ktor-network = { module = "io.ktor:ktor-network", version = "2.3.6" }
1717
datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version = "0.4.1" }
18-
uuid = { module = "app.softwork:kotlinx-uuid-core", version = "0.0.21" }
19-
serialization-core = { module = "org.jetbrains.kotlinx:kotlinx-serialization-core", version = "1.6.0" }
18+
uuid = { module = "app.softwork:kotlinx-uuid-core", version = "0.0.22" }
19+
serialization-core = { module = "org.jetbrains.kotlinx:kotlinx-serialization-core", version = "1.6.2" }
2020

2121
[plugins]
2222
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
@@ -26,4 +26,4 @@ publish = { id = "io.github.gradle-nexus.publish-plugin", version = "1.3.0" }
2626
binary = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.13.2" }
2727
sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" }
2828
licensee = { id = "app.cash.licensee", version = "1.8.0" }
29-
dokka = { id = "org.jetbrains.dokka", version = "1.9.0" }
29+
dokka = { id = "org.jetbrains.dokka", version = "1.9.10" }

0 commit comments

Comments
 (0)