Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit 7fbce0f

Browse files
committed
Update Kotlin and kotlinx dependencies
1 parent 725b3c7 commit 7fbce0f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ repositories {
77
}
88

99
dependencies {
10-
implementation(kotlin("gradle-plugin", "1.4.32"))
10+
implementation(kotlin("gradle-plugin", "1.5.20"))
1111
}

simplekotlinmail-core/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
`java-version-script`
66
`maven-publish-script`
77

8-
kotlin("plugin.serialization") version "1.4.32"
8+
kotlin("plugin.serialization") version "1.5.20"
99
}
1010

1111
/**
@@ -18,8 +18,8 @@ dependencies {
1818
api("org.simplejavamail:smime-module:${Versions.simpleJavaMail}")
1919

2020
// COROUTINES
21-
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3")
21+
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1")
2222

2323
// SERIALIZATION
24-
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.1.0")
24+
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.2.2")
2525
}

0 commit comments

Comments
 (0)