Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps json from 20180813 to 20190722.

Release notes

Sourced from json's releases.

20190722

Pull Request Description
#467 add configuration for xsi:nil="true" conversion to null
#452 Adds check for EOF
#440 Corrections to BigDecimal consistency
#432 Update README.md
#421 add isEmpty and isNotEmpty methods
#417 fix double ctor in JSONWriter
#412 Initial implementation of XMLParserConfig object for flexible XML Parsing
#407 Fix for invalid processing of trailing / for JSON Pointer
#406 Adds annotations to customize field names during Bean serialization
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this ['minor'|'major'] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the specific version in this PR you can just close it
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [json](https://github.com/douglascrockford/JSON-java) from 20180813 to 20190722.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added 3. to review dependencies Pull requests that update a dependency file labels Aug 7, 2019
@nextcloud-android-bot
Copy link
Collaborator

APK file: https://www.kaminsky.me/nc-dev/android-artifacts/10301.apk

qrcode

To test this change/fix you can simply download above APK file and install and test it in parallel to your existing Nextcloud app.

@nextcloud-android-bot
Copy link
Collaborator

Codacy

278

Lint

TypemasterPR
Warnings5959
Errors00

SpotBugs (new)

Warning TypeNumber
Bad practice Warnings24
Correctness Warnings69
Internationalization Warnings12
Malicious code vulnerability Warnings4
Multithreaded correctness Warnings9
Performance Warnings112
Security Warnings46
Dodgy code Warnings136
Total412

SpotBugs (master)

Warning TypeNumber
Bad practice Warnings24
Correctness Warnings69
Internationalization Warnings12
Malicious code vulnerability Warnings4
Multithreaded correctness Warnings9
Performance Warnings112
Security Warnings46
Dodgy code Warnings136
Total412

@codecov
Copy link

codecov bot commented Aug 7, 2019

Codecov Report

Merging #4298 into master will decrease coverage by 0.15%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##             master   #4298      +/-   ##
===========================================
- Coverage     16.26%   16.1%   -0.16%     
  Complexity        1       1              
===========================================
  Files           340     340              
  Lines         31184   31184              
  Branches       4429    4429              
===========================================
- Hits           5071    5023      -48     
- Misses        25234   25295      +61     
+ Partials        879     866      -13
Impacted Files Coverage Δ Complexity Δ
.../owncloud/android/datamodel/MediaFoldersModel.java 0% <0%> (-80%) 0% <0%> (ø)
...com/owncloud/android/jobs/NContentObserverJob.java 0% <0%> (-53.34%) 0% <0%> (ø)
...wncloud/android/jobs/MediaFoldersDetectionJob.java 10% <0%> (-16%) 0% <0%> (ø)
...ncloud/android/datamodel/SyncedFolderProvider.java 11.2% <0%> (-4.32%) 0% <0%> (ø)
.../java/com/owncloud/android/utils/DisplayUtils.java 22.97% <0%> (-1.28%) 0% <0%> (ø)
src/main/java/com/owncloud/android/MainApp.java 54.96% <0%> (-0.67%) 0% <0%> (ø)
...ncloud/android/ui/fragment/OCFileListFragment.java 24.73% <0%> (-0.4%) 0% <0%> (ø)
...loud/android/datamodel/ThumbnailsCacheManager.java 36.21% <0%> (-0.19%) 0% <0%> (ø)
...cloud/android/ui/activity/FileDisplayActivity.java 20.51% <0%> (-0.09%) 0% <0%> (ø)
.../third_parties/daveKoeller/AlphanumComparator.java 82.14% <0%> (ø) 0% <0%> (ø) ⬇️
... and 1 more

@dependabot-preview
Copy link
Contributor Author

Dependabot tried to merge this PR, but received the following error from GitHub:

You're not authorized to push to this branch. Visit https://help.github.com/articles/about-protected-branches/ for more information.

@tobiasKaminsky tobiasKaminsky merged commit 612c2bd into master Aug 7, 2019
@tobiasKaminsky tobiasKaminsky deleted the dependabot/gradle/org.json-json-20190722 branch August 7, 2019 05:56
@AndyScherzinger AndyScherzinger added this to the Nextcloud App 3.8.0 milestone Aug 7, 2019
tobiasKaminsky added a commit that referenced this pull request Aug 8, 2019
3eecc09 New logger implementation (#4275)
d79f8ee use headless emulator (#4296)
7050933 revert library to master
612c2bd Bump json from 20180813 to 20190722 (#4298)
7ef012a [tx-robot] updated from transifex
7f87ba2 Bump json from 20180813 to 20190722
9ff067f Drone: update FindBugs results to reflect reduced error/warning count [skip ci]
eaa24f1 Merge commit '79e8d59aa185d4c2fe728f4920df8e3511803d6d'
79e8d59 New logger implementation
329abff [tx-robot] updated from transifex
41c9ff1 daily dev 20190806
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants