From b7685f259e25a94fdd2ac7e8981974dcc21aceab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 04:15:21 +0000 Subject: [PATCH] Bump com.jcabi:jcabi-log from 0.23.0 to 0.24.1 Bumps [com.jcabi:jcabi-log](https://github.com/jcabi/jcabi-log) from 0.23.0 to 0.24.1. - [Release notes](https://github.com/jcabi/jcabi-log/releases) - [Commits](https://github.com/jcabi/jcabi-log/compare/0.23.0...0.24.1) --- updated-dependencies: - dependency-name: com.jcabi:jcabi-log dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7ac32bb..3e6f221 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,7 +19,7 @@ dependencies { implementation("org.litote.kmongo:kmongo:4.11.0") implementation("io.github.microutils:kotlin-logging-jvm:3.0.5") implementation("org.slf4j:slf4j-log4j12:2.0.9") - implementation("com.jcabi:jcabi-log:0.23.0") + implementation("com.jcabi:jcabi-log:0.24.1") implementation("com.apollographql.apollo3:apollo-runtime:3.8.2") implementation("com.github.sya-ri:kgit:1.0.6") testImplementation(kotlin("test"))