Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Security] Bump guava from 28.0-jre to 29.0-jre #129

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[Security] Bump guava from 28.0-jre to 29.0-jre
Bumps [guava](https://github.com/google/guava) from 28.0-jre to 29.0-jre. **This update includes a security fix.**
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] committed Apr 22, 2021
commit 9b62a8ea6258772bba1e7b77593ae770e78f270c
2 changes: 1 addition & 1 deletion bean-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ along with this program. If not, see <http:https://www.gnu.org/licenses/>.
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<!--<version>r05</version>-->
<version>28.0-jre</version>
<version>29.0-jre</version>
</dependency>

<!-- https://mvnrepository.com/artifact/com.google.guava/guava -->
Expand Down
2 changes: 1 addition & 1 deletion tableau/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ along with this program. If not, see <http:https://www.gnu.org/licenses/>.
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>28.0-jre</version>
<version>29.0-jre</version>
</dependency>
<!-- https://mvnrepository.com/artifact/javax.ws.rs/javax.ws.rs-api -->
<dependency>
Expand Down