Skip to content

Commit c9a3cd5

Browse files
committed
Versions update
1 parent 9299820 commit c9a3cd5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.gradle

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
2-
id 'org.jetbrains.kotlin.jvm' version '1.5.0'
3-
id 'org.jetbrains.kotlin.plugin.serialization' version '1.5.0'
2+
id 'org.jetbrains.kotlin.jvm' version '1.5.20'
3+
id 'org.jetbrains.kotlin.plugin.serialization' version '1.5.20'
44
}
55

66
group 'intro-coroutines'
@@ -13,24 +13,24 @@ repositories {
1313
dependencies {
1414
implementation "org.jetbrains.kotlin:kotlin-stdlib"
1515
implementation "org.jetbrains.kotlin:kotlin-reflect"
16-
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.0.1")
16+
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.2.2")
1717

18-
def coroutines_version = '1.5.0'
18+
def coroutines_version = '1.5.1'
1919
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version"
2020
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-swing:$coroutines_version"
2121
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:$coroutines_version"
2222
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-slf4j:$coroutines_version"
2323
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-debug:$coroutines_version"
2424

25-
implementation 'ch.qos.logback:logback-classic:1.0.13'
25+
implementation 'ch.qos.logback:logback-classic:1.2.3'
2626

2727
def retrofit_version = '2.9.0'
2828
implementation "com.squareup.retrofit2:retrofit:$retrofit_version"
2929
implementation "com.squareup.retrofit2:retrofit-mock:$retrofit_version"
3030
implementation "com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:0.8.0"
31-
implementation 'com.squareup.okhttp3:okhttp:4.3.1'
31+
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
3232

33-
implementation 'io.reactivex.rxjava2:rxjava:2.2.20'
33+
implementation 'io.reactivex.rxjava2:rxjava:2.2.21'
3434
implementation 'io.reactivex.rxjava2:rxkotlin:2.4.0'
3535
implementation "com.squareup.retrofit2:adapter-rxjava2:$retrofit_version"
3636

0 commit comments

Comments
 (0)