Skip to content

Commit

Permalink
Bumped jetty dependency version to 11.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Ball, Nware committed May 15, 2024
1 parent c1a7e76 commit a4a5669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<log4j-slf4j2.version>2.19.0</log4j-slf4j2.version>
<jackson.version>2.16.1</jackson.version>
<jedis.version>3.7.0</jedis.version>
<jetty-websocket.version>11.0.0.beta1</jetty-websocket.version>
<jetty-websocket.version>11.0.20</jetty-websocket.version>
<jmte.version>7.0.2</jmte.version>
<jolt.version>0.1.1</jolt.version>
<junit.version>4.13.2</junit.version>
Expand Down Expand Up @@ -448,7 +448,7 @@
</dependency>
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-client</artifactId>
<artifactId>websocket-jetty-client</artifactId>
<version>${jetty-websocket.version}</version>
</dependency>

Expand Down

0 comments on commit a4a5669

Please sign in to comment.