Skip to content

Commit

Permalink
Update dependency org.java-websocket:Java-WebSocket to v1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 21, 2023
1 parent c1d1532 commit a7fc732
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies {


implementation 'com.jpaulmorrison:javafbp:4.1.14'
implementation 'org.java-websocket:Java-WebSocket:1.5.3'
implementation 'org.java-websocket:Java-WebSocket:1.5.4'
implementation 'org.slf4j:slf4j-simple:2.0.7'
implementation 'ch.qos.logback:logback-classic:1.4.8'

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>org.java-websocket</groupId>
<artifactId>Java-WebSocket</artifactId>
<version>1.5.3</version>
<version>1.5.4</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit a7fc732

Please sign in to comment.