Skip to content

Commit

Permalink
Update dependency org.eclipse.jetty.websocket:jetty-websocket-jetty-s…
Browse files Browse the repository at this point in the history
…erver to v12.0.3
  • Loading branch information
renovate[bot] authored and jp7677 committed Nov 4, 2023
1 parent fdb0b4d commit 09fa88b
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 @@ -34,7 +34,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0")

implementation("org.eclipse.jetty:jetty-server:12.0.3")
implementation("org.eclipse.jetty.websocket:jetty-websocket-jetty-server:12.0.2")
implementation("org.eclipse.jetty.websocket:jetty-websocket-jetty-server:12.0.3")

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

0 comments on commit 09fa88b

Please sign in to comment.