From 5f3bb7d8494ecd8475c87c39cce9b58652ead557 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 09:49:12 +0000 Subject: [PATCH] chore(deps): bump com.ubertob.kondor:kondor-core from 2.2.2 to 2.2.3 Bumps [com.ubertob.kondor:kondor-core](https://github.com/uberto/kondor-json) from 2.2.2 to 2.2.3. - [Changelog](https://github.com/uberto/kondor-json/blob/main/CHANGELOG.md) - [Commits](https://github.com/uberto/kondor-json/commits) --- updated-dependencies: - dependency-name: com.ubertob.kondor:kondor-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- webapp/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/build.gradle.kts b/webapp/build.gradle.kts index fbaef80..d11293d 100644 --- a/webapp/build.gradle.kts +++ b/webapp/build.gradle.kts @@ -22,7 +22,7 @@ dependencies { implementation("org.http4k:http4k-server-jetty") implementation("io.github.microutils:kotlin-logging-jvm:3.0.5") implementation("ch.qos.logback:logback-classic:1.4.14") - implementation("com.ubertob.kondor:kondor-core:2.2.2") + implementation("com.ubertob.kondor:kondor-core:2.2.3") testImplementation("org.junit.jupiter:junit-jupiter:5.10.1") testImplementation("io.strikt:strikt-core:0.34.1")