Skip to content

Commit

Permalink
Bump guava from 31.0.1-jre to 31.1-jre in /cnf (#1745)
Browse files Browse the repository at this point in the history
* Bump guava from 31.0.1-jre to 31.1-jre in /cnf

Bumps [guava](https://github.com/google/guava) from 31.0.1-jre to 31.1-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
...

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

* Update bnd and 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 Mar 1, 2022
1 parent 16f44fa commit 171804a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cnf/build.bnd
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ buildpath: \
osgi.core;version='7.0.0',\
osgi.cmpn;version='7.0.0',\
slf4j.api;version='1.7.32',\
com.google.guava;version='31.0.1',\
com.google.guava;version='31.1.0.jre',\
com.google.gson;version='2.9.0'

testpath: \
Expand Down
2 changes: 1 addition & 1 deletion cnf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>31.0.1-jre</version>
<version>31.1-jre</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
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 @@ -44,7 +44,7 @@
-runbundles: \
Java-WebSocket;version='[1.5.2,1.5.3)',\
com.google.gson;version='[2.9.0,2.9.1)',\
com.google.guava;version='[31.0.1,31.0.2)',\
com.google.guava;version='[31.1.0,31.1.1)',\
com.google.guava.failureaccess;version='[1.0.1,1.0.2)',\
com.zaxxer.HikariCP;version='[5.0.1,5.0.2)',\
io.openems.backend.application;version=snapshot,\
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 @@ -158,7 +158,7 @@
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)',\
com.google.guava;version='[31.0.1,31.0.2)',\
com.google.guava;version='[31.1.0,31.1.1)',\
com.google.guava.failureaccess;version='[1.0.1,1.0.2)',\
com.sun.jna;version='[5.10.0,5.10.1)',\
io.openems.common;version=snapshot,\
Expand Down

0 comments on commit 171804a

Please sign in to comment.