From 5f8f398649b7f6cda8350337aa83ba6f0d1d7c43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 09:59:06 +0000 Subject: [PATCH] chore(deps): bump com.ubertob.kondor:kondor-core from 2.2.2 to 2.3.2 Bumps [com.ubertob.kondor:kondor-core](https://github.com/uberto/kondor-json) from 2.2.2 to 2.3.2. - [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-minor ... 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..ae2960b 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.3.2") testImplementation("org.junit.jupiter:junit-jupiter:5.10.1") testImplementation("io.strikt:strikt-core:0.34.1")