From 83a52c09946b73191b78401b9ff288215af22c63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 09:07:59 +0100 Subject: [PATCH] Update all gradle dependencies (#328) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle.kts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index e3049a7..a5ffc37 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -18,12 +18,12 @@ 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.17.2") - implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.2") + implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.0") + implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0") testImplementation("org.assertj:assertj-core:3.26.3") - testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.1") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.1") } val test by tasks.getting(Test::class) {