We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afde94d commit 2a648eeCopy full SHA for 2a648ee
1 file changed
settings.gradle.kts
@@ -23,7 +23,7 @@ dependencyResolutionManagement {
23
bundle("logging", listOf("slf4j", "log4j-core", "log4j-slf4j2"))
24
25
26
- version("javalin", "6.3.0")
+ version("javalin", "6.7.0")
27
library("javalin-core", "io.javalin", "javalin").versionRef("javalin")
28
library("javalin-bundle", "io.javalin", "javalin-bundle").versionRef("javalin")
29
library("javalin-annotation", "io.javalin.community.openapi", "openapi-annotation-processor").versionRef("javalin")
0 commit comments