Skip to content

Commit a1c06db

Browse files
build(deps): bump io.micronaut.application from 4.5.0 to 4.5.1 (#926)
Bumps io.micronaut.application from 4.5.0 to 4.5.1. --- updated-dependencies: - dependency-name: io.micronaut.application dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8a2beba commit a1c06db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ application { mainClass = "no.ssb.kostra.web.ApplicationKt" }
22

33
plugins {
44
id("com.google.devtools.ksp") version "2.1.10-1.0.31"
5-
id("io.micronaut.application") version "4.5.0"
5+
id("io.micronaut.application") version "4.5.1"
66
id("com.github.johnrengelman.shadow") version "8.1.1"
77
}
88

0 commit comments

Comments
 (0)