Skip to content

Commit

Permalink
fix(deps): update dependency org.eclipse.jetty:jetty-server to v11.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 13, 2023
1 parent 8ecf5cb commit cc209fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {

implementation("org.jetbrains.kotlinx:kotlinx-html-jvm:0.8.0")

implementation("org.eclipse.jetty:jetty-server:11.0.14")
implementation("org.eclipse.jetty:jetty-server:11.0.15")
implementation("org.eclipse.jetty:jetty-servlet:11.0.14")
implementation("org.eclipse.jetty.websocket:websocket-jetty-server:11.0.14")

Expand Down

0 comments on commit cc209fc

Please sign in to comment.