Skip to content

Commit

Permalink
fix(deps): update dependency org.eclipse.jetty.websocket:websocket-je…
Browse files Browse the repository at this point in the history
…tty-server to v11.0.14
  • Loading branch information
renovate[bot] authored Feb 27, 2023
1 parent c5ab7e7 commit 98ac8e2
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 @@ -32,7 +32,7 @@ dependencies {

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

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

0 comments on commit 98ac8e2

Please sign in to comment.