Skip to content

Commit e7becf2

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

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.4.5"
5+
id("io.micronaut.application") version "4.5.0"
66
id("com.github.johnrengelman.shadow") version "8.1.1"
77
}
88

0 commit comments

Comments
 (0)