-
Notifications
You must be signed in to change notification settings - Fork 130
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
chore(deps): remove gson-fire
dependency
#446
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportBase: 88.38% // Head: 88.40% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #446 +/- ##
============================================
+ Coverage 88.38% 88.40% +0.01%
- Complexity 765 778 +13
============================================
Files 172 172
Lines 7010 7010
Branches 378 378
============================================
+ Hits 6196 6197 +1
+ Misses 694 693 -1
Partials 120 120
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
3 tasks
michaelahojna
approved these changes
Oct 19, 2022
sfeilmeier
added a commit
to OpenEMS/openems
that referenced
this pull request
Nov 9, 2022
* Bump influxdb-client-java from 6.5.0 to 6.7.0 in /cnf * Drop gson-fire as per influxdata/influxdb-client-java#446 * Update gson to 2.10.0 - see https://github.com/google/gson/blob/master/CHANGELOG.md Bumps [influxdb-client-java](https://github.com/influxdata/influxdb-client-java) from 6.5.0 to 6.7.0. - [Release notes](https://github.com/influxdata/influxdb-client-java/releases) - [Changelog](https://github.com/influxdata/influxdb-client-java/blob/master/CHANGELOG.md) - [Commits](influxdata/influxdb-client-java@v6.5.0...v6.7.0) --- updated-dependencies: - dependency-name: com.influxdb:influxdb-client-java dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump flux-dsl from 6.5.0 to 6.7.0 in /cnf Bumps [flux-dsl](https://github.com/influxdata/influxdb-client-java) from 6.5.0 to 6.7.0. - [Release notes](https://github.com/influxdata/influxdb-client-java/releases) - [Changelog](https://github.com/influxdata/influxdb-client-java/blob/master/CHANGELOG.md) - [Commits](influxdata/influxdb-client-java@v6.5.0...v6.7.0) --- updated-dependencies: - dependency-name: com.influxdb:flux-dsl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update bndrun, update gson, remove gson-fire Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stefan Feilmeier <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #442
Proposed Changes
Removed
gson-fire
dependency from project. The discriminator type adapters are moved intoJSON
.Checklist
mvn test
completes successfully