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 ab650dd commit 8a71d74Copy full SHA for 8a71d74
languages/jvm/java.com/services/javalin.io/build.gradle
@@ -35,7 +35,7 @@ dependencies {
35
implementation 'io.javalin:javalin:6.7.0'
36
37
// ⚙️ Jetty server (already included, but explicitly pinned for stability)
38
- implementation 'org.eclipse.jetty:jetty-server:12.1.3'
+ implementation 'org.eclipse.jetty:jetty-server:12.1.4'
39
40
// 🧠 Logging (SLF4J + Simple)
41
implementation 'org.slf4j:slf4j-simple:2.0.17'
0 commit comments