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.0 to 4.3.2.

---
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 Feb 12, 2024
1 parent 2630bef commit 60242c6
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.17"
id("io.micronaut.application") version "4.3.0"
id("io.micronaut.application") version "4.3.2"
}

repositories {
Expand Down

0 comments on commit 60242c6

Please sign in to comment.