Skip to content

Commit

Permalink
Bump Java-WebSocket from 1.5.2 to 1.5.3 in /cnf (#1799)
Browse files Browse the repository at this point in the history
* Bump Java-WebSocket from 1.5.2 to 1.5.3 in /cnf

Bumps [Java-WebSocket](https://github.com/TooTallNate/Java-WebSocket) from 1.5.2 to 1.5.3.
- [Release notes](https://github.com/TooTallNate/Java-WebSocket/releases)
- [Changelog](https://github.com/TooTallNate/Java-WebSocket/blob/master/CHANGELOG.md)
- [Commits](TooTallNate/Java-WebSocket@v1.5.2...v1.5.3)

---
updated-dependencies:
- dependency-name: org.java-websocket:Java-WebSocket
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Add bndrun

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stefan Feilmeier <[email protected]>
  • Loading branch information
dependabot[bot] and sfeilmeier authored Apr 25, 2022
1 parent d3b9610 commit 7b3cefc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cnf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
<dependency>
<groupId>org.java-websocket</groupId>
<artifactId>Java-WebSocket</artifactId>
<version>1.5.2</version>
<version>1.5.3</version>
</dependency>
<dependency>
<!-- HTML processing -->
Expand Down
2 changes: 1 addition & 1 deletion io.openems.backend.application/BackendApp.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
bnd.identity;id='io.openems.backend.uiwebsocket',\

-runbundles: \
Java-WebSocket;version='[1.5.2,1.5.3)',\
Java-WebSocket;version='[1.5.3,1.5.4)',\
com.google.gson;version='[2.9.0,2.9.1)',\
com.google.guava;version='[31.1.0,31.1.1)',\
com.google.guava.failureaccess;version='[1.0.1,1.0.2)',\
Expand Down
2 changes: 1 addition & 1 deletion io.openems.edge.application/EdgeApp.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
bnd.identity;id='io.openems.edge.timeofusetariff.tibber',\

-runbundles: \
Java-WebSocket;version='[1.5.2,1.5.3)',\
Java-WebSocket;version='[1.5.3,1.5.4)',\
com.fazecast.jSerialComm;version='[2.5.1,2.5.2)',\
com.ghgande.j2mod;version='[2.5.5,2.5.6)',\
com.google.gson;version='[2.9.0,2.9.1)',\
Expand Down

0 comments on commit 7b3cefc

Please sign in to comment.