Skip to content

Commit

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

Update dependency org.eclipse.jetty:jetty-servlet to v11.0.16
  • Loading branch information
dirkgroot authored Aug 31, 2023
2 parents 4e017c8 + daa82eb commit 21f1f50
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 @@ -33,7 +33,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0")

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

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

0 comments on commit 21f1f50

Please sign in to comment.