From daac0b26d3d8fffa4c65547a78c178c26441b8fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 13:27:05 +0000 Subject: [PATCH] Update all gradle dependencies to v2.18.1 (#331) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index b0e5c2ed..618d6beb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -18,8 +18,8 @@ dependencies { implementation("com.structurizr:structurizr-import:1.7.0") implementation("com.structurizr:structurizr-graphviz:2.2.2") implementation("org.eclipse.jgit:org.eclipse.jgit:7.0.0.202409031743-r") - implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.0") - implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0") + implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.1") + implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.1") testImplementation("org.assertj:assertj-core:3.26.3") testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")