Skip to content

Commit efc172e

Browse files
Bump io.javalin:javalin from 7.2.0 to 7.2.2 (#181)
Bumps [io.javalin:javalin](https://github.com/javalin/javalin) from 7.2.0 to 7.2.2. - [Release notes](https://github.com/javalin/javalin/releases) - [Commits](javalin/javalin@javalin-parent-7.2.0...javalin-parent-7.2.2) --- updated-dependencies: - dependency-name: io.javalin:javalin dependency-version: 7.2.2 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 5043bb1 commit efc172e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

web/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ repositories {
77
}
88

99
dependencies {
10-
implementation("io.javalin:javalin:7.2.0")
11-
implementation("io.javalin:javalin-rendering-thymeleaf:7.2.0")
12-
implementation("io.javalin:javalin-micrometer:7.2.0")
10+
implementation("io.javalin:javalin:7.2.2")
11+
implementation("io.javalin:javalin-rendering-thymeleaf:7.2.2")
12+
implementation("io.javalin:javalin-micrometer:7.2.2")
1313
implementation("io.micrometer:micrometer-registry-prometheus:1.16.5")
1414
implementation("org.thymeleaf:thymeleaf:3.1.5.RELEASE")
1515

0 commit comments

Comments
 (0)