Skip to content

Commit 667a415

Browse files
committed
Kobby release 4.1.1
1 parent 46041a5 commit 667a415

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

cinema-api/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ description = "Cinema API"
22

33
plugins {
44
kotlin("jvm")
5-
id("io.github.ermadmi78.kobby") version "4.0.3"
5+
id("io.github.ermadmi78.kobby") version "4.1.1"
66
}
77

88
kotlin {
@@ -14,5 +14,5 @@ dependencies {
1414
compileOnly("com.fasterxml.jackson.core:jackson-annotations:2.15.4")
1515

1616
// Add this dependency to enable default Ktor adapters generation
17-
compileOnly("io.ktor:ktor-client-cio:2.3.9")
17+
compileOnly("io.ktor:ktor-client-cio:2.3.13")
1818
}

cinema-client/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ dependencies {
1919
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.4")
2020
implementation("com.fasterxml.jackson.module:jackson-module-parameter-names:2.15.4")
2121

22-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0")
22+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1")
2323

24-
implementation("io.ktor:ktor-client-cio:2.3.9")
25-
implementation("io.ktor:ktor-client-websockets:2.3.9")
24+
implementation("io.ktor:ktor-client-cio:2.3.13")
25+
implementation("io.ktor:ktor-client-websockets:2.3.13")
2626

2727
implementation(kotlin("stdlib"))
2828
implementation(kotlin("reflect"))

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# suppress inspection "UnusedProperty" for whole file
22
kotlin.code.style=official
3-
kotlin.version=1.9.24
4-
kotlinVersion=1.9.24
3+
kotlin.version=1.9.25
4+
kotlinVersion=1.9.25
55

66
group=io.github.ermadmi78
77
version=0.0.0-SNAPSHOT

0 commit comments

Comments
 (0)