Skip to content

Commit

Permalink
chore(deps): bump io.micronaut.application in /run/micronaut-hello-world
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent df6de2d commit 878e656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run/micronaut-hello-world/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 878e656

Please sign in to comment.