FDRE-MoH / dhis-230

BSD 3-Clause "New" or "Revised" License
0 stars 7 forks source link

Bump jackson.version from 2.9.8 to 2.10.2 in /dhis-2 #9

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps jackson.version from 2.9.8 to 2.10.2.

Updates jackson-core from 2.9.8 to 2.10.2

Commits - [`35541ca`](https://github.com/FasterXML/jackson-core/commit/35541ca8d7074183ea529c3fb6187709f04359f3) [maven-release-plugin] prepare release jackson-core-2.10.2 - [`ef009f0`](https://github.com/FasterXML/jackson-core/commit/ef009f0c7ab59a983d7d118d91451b029ca6b7ef) Merge branch '2.10' of github.com:FasterXML/jackson-core into 2.10 - [`ea01eba`](https://github.com/FasterXML/jackson-core/commit/ea01eba8d318e687a0916bf2d436b09ab7ebaa50) prepare for 2.10.2 - [`2ebf7ae`](https://github.com/FasterXML/jackson-core/commit/2ebf7ae3f6cca45c56746806d1f7b9f924530b96) Add missing delegation for JsonGenerator.canWriteFormattedNumbers - [`d7fb44c`](https://github.com/FasterXML/jackson-core/commit/d7fb44c5edf559ea8987baa000293689d997d427) Minor fix for custom escape handling wrt "long" (>6 chars) escape handling - [`69c844c`](https://github.com/FasterXML/jackson-core/commit/69c844cd87d0daab6771d62d73c366626f74a912) Minor fix to encoding of long UTF-8 text values - [`f90ccdf`](https://github.com/FasterXML/jackson-core/commit/f90ccdf9ace2c4aa98376beb6b41da239ea194c7) One more small fix to `FilteringGeneratorDelegate` - [`2baf031`](https://github.com/FasterXML/jackson-core/commit/2baf031431cc988cc118af63bd68f29b86203f79) ... - [`cf1f6b1`](https://github.com/FasterXML/jackson-core/commit/cf1f6b1b55290ac749e74e9c98f0249d808ff7ba) Fix [#582](https://github-redirect.dependabot.com/FasterXML/jackson-core/issues/582) - [`fedefb1`](https://github.com/FasterXML/jackson-core/commit/fedefb1d617e29e96826d9e9d9f92f2b5783bb9b) Update link in travis file; remove JDK 6 setup since build won't use it - Additional commits viewable in [compare view](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.9.8...jackson-core-2.10.2)


Updates jackson-annotations from 2.9.8 to 2.10.2

Commits - See full diff in [compare view](https://github.com/FasterXML/jackson/commits)


Updates jackson-databind from 2.9.8 to 2.10.2

Commits - See full diff in [compare view](https://github.com/FasterXML/jackson/commits)


Updates jackson-dataformat-xml from 2.9.8 to 2.10.2

Commits - [`28ee8a5`](https://github.com/FasterXML/jackson-dataformat-xml/commit/28ee8a538f660c16a45a2d60143d9e3cdc1741e3) [maven-release-plugin] prepare release jackson-dataformat-xml-2.10.2 - [`083eaba`](https://github.com/FasterXML/jackson-dataformat-xml/commit/083eaba5e6128832668234da7f249bb18381cadd) Prepare for 2.10.2 release - [`f45aefc`](https://github.com/FasterXML/jackson-dataformat-xml/commit/f45aefcb154bc54a5f762f52a2725517629ee94f) Fix [#366](https://github-redirect.dependabot.com/FasterXML/jackson-dataformat-xml/issues/366) - [`c2fe22f`](https://github.com/FasterXML/jackson-dataformat-xml/commit/c2fe22fbe121ff00cced5b5203e5d10594def7cb) Refactoring test - [`4f5fb6b`](https://github.com/FasterXML/jackson-dataformat-xml/commit/4f5fb6b98cdcc20a787fd8367e491f8aa68b53ee) Fix [#378](https://github-redirect.dependabot.com/FasterXML/jackson-dataformat-xml/issues/378) - [`85a7f10`](https://github.com/FasterXML/jackson-dataformat-xml/commit/85a7f1025bc3208291bdb4dafd864a838006c14c) Add a failing test for [#378](https://github-redirect.dependabot.com/FasterXML/jackson-dataformat-xml/issues/378) - [`af5a9fb`](https://github.com/FasterXML/jackson-dataformat-xml/commit/af5a9fb4a95a052bd79405c747a700dcb7610ab0) Update Woodstox dep to 6.0.3 - [`b1bfe1f`](https://github.com/FasterXML/jackson-dataformat-xml/commit/b1bfe1fd5ebbbffc2686b1eef894b4153dd751f5) ... - [`b8d6103`](https://github.com/FasterXML/jackson-dataformat-xml/commit/b8d61038d2fd7ae5a76d02985f08dc21fc02e258) [maven-release-plugin] prepare for next development iteration - [`5db5ec2`](https://github.com/FasterXML/jackson-dataformat-xml/commit/5db5ec2c15adf7a8d0dba12a9b54ab627d616683) [maven-release-plugin] prepare release jackson-dataformat-xml-2.10.1 - Additional commits viewable in [compare view](https://github.com/FasterXML/jackson-dataformat-xml/compare/jackson-dataformat-xml-2.9.8...jackson-dataformat-xml-2.10.2)


Updates jackson-dataformat-csv from 2.9.8 to 2.10.2

Commits - [`e6cf4f9`](https://github.com/FasterXML/jackson-dataformats-text/commit/e6cf4f98c7198eb1294429ce54435356ac18a7cd) [maven-release-plugin] prepare release jackson-dataformats-text-2.10.2 - [`745847f`](https://github.com/FasterXML/jackson-dataformats-text/commit/745847f2c5717fbb038652a450d3466fa0c8f34c) prepare for 2.10.2 - [`3d8ed0d`](https://github.com/FasterXML/jackson-dataformats-text/commit/3d8ed0da00e5c5a1a661118aee5a2cae63219552) ... - [`3a839ce`](https://github.com/FasterXML/jackson-dataformats-text/commit/3a839cee4fc90288d9d1c8ff643ac291c99e67e7) Fix [#163](https://github-redirect.dependabot.com/FasterXML/jackson-dataformats-text/issues/163) - [`65a0693`](https://github.com/FasterXML/jackson-dataformats-text/commit/65a0693a6fe462a5a20ebcac43fa3d00d7f43f2e) Adding failing test for [#163](https://github-redirect.dependabot.com/FasterXML/jackson-dataformats-text/issues/163) - [`26c5b56`](https://github.com/FasterXML/jackson-dataformats-text/commit/26c5b569c2170a7f523f9f5b8fb510e4cc2efb7f) warnings, javadoc cleanup - [`9773b48`](https://github.com/FasterXML/jackson-dataformats-text/commit/9773b484099726a62983b9b271b981361f67c264) Fix [#166](https://github-redirect.dependabot.com/FasterXML/jackson-dataformats-text/issues/166) - [`8a119da`](https://github.com/FasterXML/jackson-dataformats-text/commit/8a119da022445b87b5213849c8f246234607e9b4) ... - [`0074457`](https://github.com/FasterXML/jackson-dataformats-text/commit/00744579bff2161074309499c61ea42ce808f249) Fix .travis settings - [`436a313`](https://github.com/FasterXML/jackson-dataformats-text/commit/436a31335d7a26740c05039faea921b01c2e5473) Merge branch '2.9' into 2.10 - Additional commits viewable in [compare view](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.9.8...jackson-dataformats-text-2.10.2)


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 [patch|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 yourself) - `@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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/FDRE-MoH/dhis-230/network/alerts).
dependabot[bot] commented 4 years ago

Superseded by #12.