Skip to content

Commit

Permalink
Merge pull request #202 from avisi-cloud/renovate/org.eclipse.jetty-j…
Browse files Browse the repository at this point in the history
…etty-servlet-11.x

fix(deps): update dependency org.eclipse.jetty:jetty-servlet to v11.0.15
  • Loading branch information
dirkgroot authored Apr 14, 2023
2 parents ed3e137 + fc54e79 commit ab33853
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 @@ -31,7 +31,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-html-jvm:0.8.0")

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

runtimeOnly("org.slf4j:slf4j-simple:2.0.7")
Expand Down

0 comments on commit ab33853

Please sign in to comment.