fix(deps): set gson via java-shared-deps (#878) · googleapis/java-logging@5c97fea (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 5c97fea
fix(deps): set gson via java-shared-deps (#878)
Gson dependency version should be set by the java-shared- dependencies BOM, so that the artifacts listed in the google- cloud-bom have the same set of the dependencies.
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -24,7 +24,6 @@ | ||
24 | 24 | <dependency> |
25 | 25 | <groupId>com.google.code.gson</groupId> |
26 | 26 | <artifactId>gson</artifactId> |
27 | - <version>2.9.0</version> | |
28 | 27 | </dependency> |
29 | 28 | <dependency> |
30 | 29 | <groupId>io.grpc</groupId> |