Skip to content

Commit

Permalink
fix(deps): update dependency org.eclipse.jetty.websocket:jetty-websoc…
Browse files Browse the repository at this point in the history
…ket-jetty-server to v12.0.9
  • Loading branch information
renovate[bot] authored and jp7677 committed May 21, 2024
1 parent 67fe235 commit 727f5c5
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 @@ -36,7 +36,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")

implementation("org.eclipse.jetty:jetty-server:12.0.9")
implementation("org.eclipse.jetty.websocket:jetty-websocket-jetty-server:12.0.8")
implementation("org.eclipse.jetty.websocket:jetty-websocket-jetty-server:12.0.9")

runtimeOnly("org.slf4j:slf4j-simple:2.0.13")
runtimeOnly("org.jetbrains.kotlin:kotlin-scripting-jsr223:1.9.24")
Expand Down

0 comments on commit 727f5c5

Please sign in to comment.