From 60c4d73991d94662e9361cc147da8a169177893d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 14:26:35 +0000 Subject: [PATCH] Update all gradle dependencies --- build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index d1bc1c24..b0e5c2ed 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - kotlin("jvm") version "2.0.20" + kotlin("jvm") version "2.0.21" application } @@ -22,8 +22,8 @@ dependencies { 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.2") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.2") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3") } val test by tasks.getting(Test::class) {