From 878e656d97385d59f559e542293ead1c6b7a5474 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 03:49:05 +0000 Subject: [PATCH] chore(deps): bump io.micronaut.application in /run/micronaut-hello-world Bumps io.micronaut.application from 4.3.3 to 4.3.4. --- updated-dependencies: - dependency-name: io.micronaut.application dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- run/micronaut-hello-world/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/micronaut-hello-world/build.gradle.kts b/run/micronaut-hello-world/build.gradle.kts index b79d18f3..da9a6d53 100644 --- a/run/micronaut-hello-world/build.gradle.kts +++ b/run/micronaut-hello-world/build.gradle.kts @@ -2,7 +2,7 @@ plugins { kotlin("jvm") version "1.9.22" kotlin("plugin.allopen") version "1.9.22" id("com.google.devtools.ksp") version "1.9.22-1.0.18" - id("io.micronaut.application") version "4.3.3" + id("io.micronaut.application") version "4.3.4" } repositories {