diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-08-31 11:17:42 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-08-31 11:17:42 +0200 |
| commit | 5e4d8e65159384d33cd411b1985bc950b342977e (patch) | |
| tree | 0a4e7e0f0f2e1f9017784b38e2536f23f236b24b | |
| parent | 26d366ede8be1884faa5b591eabb369ed1031b27 (diff) | |
build: Update dependencies to latest version
| -rw-r--r-- | gradle/libs.versions.toml | 10 |
1 files changed, 5 insertions, 5 deletions
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" } |
