Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubxity committed Jul 28, 2021
1 parent 416c124 commit a10fb02
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@

dependencies {
api(kotlin("stdlib"))
api("org.jetbrains.kotlinx", "kotlinx-coroutines-core", "1.5.0")
api("org.jetbrains.kotlinx", "kotlinx-coroutines-core", "1.5.1")
api("org.jetbrains.kotlinx", "kotlinx-serialization-core", "1.2.2")
}
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "1.5.20" apply false
kotlin("kapt") version "1.5.20" apply false
id("org.jetbrains.kotlin.plugin.serialization") version "1.5.20" apply false
kotlin("jvm") version "1.5.21" apply false
kotlin("kapt") version "1.5.21" apply false
id("org.jetbrains.kotlin.plugin.serialization") version "1.5.21" apply false
id("com.github.johnrengelman.shadow") version "7.0.0" apply false
id("net.kyori.blossom") version "1.3.0" apply false
}
Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ apply(plugin = "kotlinx-serialization")

dependencies {
api(project(":unifiedmetrics-api"))
implementation("com.charleskorn.kaml", "kaml", "0.34.0")
implementation("com.charleskorn.kaml", "kaml", "0.35.0")
}
6 changes: 3 additions & 3 deletions platforms/minestom/src/main/resources/extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
}
],
"artifacts": [
"org.jetbrains.kotlin:kotlin-stdlib:1.5.20",
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0",
"org.jetbrains.kotlin:kotlin-stdlib:1.5.21",
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1",
"org.jetbrains.kotlinx:kotlinx-serialization-core:1.2.2",
"com.charleskorn.kaml:kaml-jvm:0.34.0",
"com.charleskorn.kaml:kaml-jvm:0.35.0",
"com.influxdb:influxdb-client-java:1.14.0",
"io.prometheus:simpleclient_httpserver:0.11.0"
]
Expand Down

0 comments on commit a10fb02

Please sign in to comment.