summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildSrc/build.gradle.kts4
-rw-r--r--gradle/libs.versions.toml10
2 files changed, 7 insertions, 7 deletions
diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts
index 6ada3535..a5e99bfa 100644
--- a/buildSrc/build.gradle.kts
+++ b/buildSrc/build.gradle.kts
@@ -31,9 +31,9 @@ repositories {
}
dependencies {
- implementation(kotlin("gradle-plugin", version = "1.5.21"))
+ implementation(kotlin("gradle-plugin", version = "1.5.30"))
implementation("org.jlleitschuh.gradle:ktlint-gradle:10.1.0")
- implementation("org.jetbrains.kotlin:kotlin-allopen:1.5.21")
+ implementation("org.jetbrains.kotlin:kotlin-allopen:1.5.30")
implementation("org.jetbrains.kotlinx:kotlinx-benchmark-plugin:0.3.1")
implementation("org.jetbrains.dokka:dokka-gradle-plugin:1.5.0")
implementation("gradle.plugin.com.github.jengelman.gradle.plugins:shadow:7.0.0")
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 4f2ec58c..fd737393 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -6,15 +6,15 @@ log4j = "2.14.1"
opentelemetry-main = "1.5.0"
opentelemetry-metrics = "1.5.0-alpha"
opentelemetry-semconv = "1.5.0-alpha"
-hadoop = "3.3.0"
-ktor = "1.6.2"
-jackson = "2.12.4"
+hadoop = "3.3.1"
+ktor = "1.6.3"
+jackson = "2.12.5"
[libraries]
kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version = "1.5.1" }
# Logging
-kotlin-logging = { module = "io.github.microutils:kotlin-logging", version = "2.0.10" }
+kotlin-logging = { module = "io.github.microutils:kotlin-logging", version = "2.0.11" }
slf4j-simple = { module = "org.slf4j:slf4j-simple", version.ref = "slf4j" }
log4j-slf4j = { module = "org.apache.logging.log4j:log4j-slf4j-impl", version.ref = "log4j" }
sentry-log4j2 = { module = "io.sentry:sentry-log4j2", version = "4.3.0" }
@@ -51,7 +51,7 @@ config = { module = "com.typesafe:config", version = "1.4.1" }
kotlinx-benchmark-runtime-jvm = { module = "org.jetbrains.kotlinx:kotlinx-benchmark-runtime-jvm", version = "0.3.1" }
# Other
-classgraph = { module = "io.github.classgraph:classgraph", version = "4.8.113" }
+classgraph = { module = "io.github.classgraph:classgraph", version = "4.8.115" }
hadoop-common = { module = "org.apache.hadoop:hadoop-common", version.ref = "hadoop" }
hadoop-mapreduce-client-core = { module = "org.apache.hadoop:hadoop-mapreduce-client-core", version.ref = "hadoop" }
ktor-client-cio = { module = "io.ktor:ktor-client-cio", version.ref = "ktor" }