Skip to content

Commit

Permalink
chore: fix contrib dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-miller committed Jun 21, 2024
1 parent e64629c commit 59635f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contrib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@
<artifactId>Java-WebSocket</artifactId>
<version>1.5.2</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.16.1</version>
</dependency>
</dependencies>
<repositories>
<repository>
Expand Down

0 comments on commit 59635f0

Please sign in to comment.