Skip to content

Commit 55b3e07

Browse files
committed
Bump dependencies and plugins
1 parent 35d980a commit 55b3e07

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import com.github.jengelman.gradle.plugins.shadow.transformers.Log4j2PluginsCach
33
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
44

55
plugins {
6-
kotlin("jvm").version("1.4.32").apply(false)
7-
kotlin("plugin.serialization").version("1.4.32").apply(false)
8-
id("com.github.johnrengelman.shadow").version("6.1.0").apply(false)
6+
kotlin("jvm").version("1.5.31").apply(false)
7+
kotlin("plugin.serialization").version("1.5.31").apply(false)
8+
id("com.github.johnrengelman.shadow").version("7.1.0").apply(false)
99
}
1010

1111
subprojects {

gradle/libs.versions.toml

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
[versions]
2-
coroutines = "1.4.3"
2+
coroutines = "1.5.2"
33

4-
aws-lambda-java-events = "3.8.0"
4+
aws-lambda-java-events = "3.10.0"
55
aws-lambda-java-core = "1.2.1"
66
aws-lambda-java-log4j2 = "1.2.0"
7-
awssdk = "2.16.43"
7+
awssdk = "2.17.56"
88

9-
koin = "3.0.1"
9+
koin = "3.1.2"
1010

11-
kotlinx-serialization = "1.2.1"
12-
jackson = "2.12.3"
11+
kotlinx-serialization = "1.3.0"
12+
jackson = "2.13.0"
1313

14-
tgbotapi = "0.35.0"
14+
tgbotapi = "0.35.9"
1515

16-
jsoup = "1.13.1"
16+
jsoup = "1.14.3"
1717

18-
skija = "0.91.4"
18+
skija = "0.93.1"
1919

20-
google-api-services-youtube = "v3-rev20210410-1.31.0"
20+
google-api-services-youtube = "v3-rev20210915-1.32.1"
2121

2222
log4j = "2.14.1"
2323

24-
junit5 = "5.7.1"
24+
junit5 = "5.8.1"
2525
aws-junit5 = "6.0.1"
26-
mockk = "1.11.0"
26+
mockk = "1.12.0"
2727

2828
[libraries]
2929
kotlinx-coroutines-jdk8 = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-jdk8", version.ref = "coroutines" }

0 commit comments

Comments
 (0)