Skip to content

Commit 35dd822

Browse files
fix(deps): update dependency io.javalin:javalin to v7
1 parent f98ec60 commit 35dd822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repositories {
2222

2323
dependencies {
2424
implementation("org.xerial:sqlite-jdbc:3.51.0.0")
25-
implementation("io.javalin:javalin:6.7.0")
25+
implementation("io.javalin:javalin:7.0.0-alpha.1")
2626

2727
implementation("com.google.code.gson:gson:2.13.2")
2828
implementation("ch.qos.logback:logback-classic:1.5.20")

0 commit comments

Comments
 (0)