Skip to content

chore(deps): bump the all group across 3 directories with 7 updates - #403

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/all-f6ca41a438
Open

dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/all-f6ca41a438

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps the all group with 7 updates in the / directory:

Package From To
org.sonarqube 7.4.0.8496 7.5.0.8588
com.sanctionco.jmail:jmail 2.2.0 2.2.2
com.fasterxml.jackson.core:jackson-databind 2.22.1 2.22.2
org.json:json 20260719 20260814
org.yaml:snakeyaml 2.6 2.7
tools.jackson.core:jackson-databind 3.2.1 3.2.2
gradle-wrapper 9.7.0 9.7.1

Bumps the all group with 4 updates in the /lib directory: com.sanctionco.jmail:jmail, com.fasterxml.jackson.core:jackson-databind, org.json:json and org.yaml:snakeyaml.
Bumps the all group with 1 update in the /providers/jackson3 directory: tools.jackson.core:jackson-databind.

Updates org.sonarqube from 7.4.0.8496 to 7.5.0.8588

Updates com.sanctionco.jmail:jmail from 2.2.0 to 2.2.2

Release notes

Sourced from com.sanctionco.jmail:jmail's releases.

v2.2.2

  • Fix bug where the Unicode character U+2400 SYMBOL FOR NULL was incorrectly required to be backslash-escaped within quotes. This was intended to check for the actual NUL control character U+0000. This is now enforced correctly. (Thanks @​fluentfuture for reporting!)
  • Fix bug where Unicode control characters (1-8, 11, 12, 14-31, and 127) were not properly required to be quoted. The disallowed set was incorrectly populated with Unicode "control picture" glyphs instead of the actual control characters.

v2.2.1

  • Performance improvements up to 77% 🔥 across various types address validation, with most improvements for the standard simple address case. Plus, published performance benchmarking numbers.
  • Fix bug where addresses with whitespace at the beginning or end of the address within angle brackets of quoted identifiers (ex. John Smith < John@smith.com >) were incorrectly considered invalid.
  • Fix bug where addresses containing an encoded word in the local-part were incorrectly considered valid. These addresses (ex. =?utf-8?q?=40evil.com=00?=@microsoft.com) are invalid according to RFC 2047. Encoded words are still allowed in identifiers, comments, and quoted parts (ex. =?utf-8?q?=40evil.com=00?= <test@microsoft.com>).
  • Fix bug where addresses that started with a comment followed by a quoted local-part (ex. (comment)"test"@example.com) were incorrectly considered invalid.
Changelog

Sourced from com.sanctionco.jmail:jmail's changelog.

2.2.2

  • Fix bug where the Unicode character U+2400 SYMBOL FOR NULL was incorrectly required to be backslash-escaped within quotes. This was intended to check for the actual NUL control character U+0000. This is now enforced correctly. (Thanks @​fluentfuture for reporting!)
  • Fix bug where Unicode control characters (1-8, 11, 12, 14-31, and 127) were not properly required to be quoted. The disallowed set was incorrectly populated with Unicode "control picture" glyphs instead of the actual control characters.

2.2.1

  • Performance improvements up to 77% 🔥 across various types address validation, with most improvements for the standard simple address case. Plus, published performance benchmarking numbers.
  • Fix bug where addresses with whitespace at the beginning or end of the address within angle brackets of quoted identifiers (ex. John Smith < John@smith.com >) were incorrectly considered invalid.
  • Fix bug where addresses containing an encoded word in the local-part were incorrectly considered valid. These addresses (ex. =?utf-8?q?=40evil.com=00?=@microsoft.com) are invalid according to RFC 2047. Encoded words are still allowed in identifiers, comments, and quoted parts (ex. =?utf-8?q?=40evil.com=00?= <test@microsoft.com>).
  • Fix bug where addresses that started with a comment followed by a quoted local-part (ex. (comment)"test"@example.com) were incorrectly considered invalid.

Commits
  • ba6544b [maven-release-plugin] prepare release v2.2.2
  • 3dc27f4 docs: update changelog
  • c9e014d fix: proper handling of unicode control characters
  • 77340e4 docs: update docs after 2.2.1 release
  • bc82c73 [maven-release-plugin] prepare for next development iteration
  • a033de4 [maven-release-plugin] prepare release v2.2.1
  • c80200f docs: update comment in BenchmarkRunnerTest
  • d9bd09f test: run benchmarks in CI
  • b87a0fe test: better test coverage
  • deb6049 fix: addresses starting with comment and quote are valid
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-databind from 2.22.1 to 2.22.2

Commits
  • 25b2a22 [maven-release-plugin] prepare release jackson-databind-2.22.2
  • bab1c1a Prep for 2.22.2 release
  • bc03cf8 Merge branch '2.21' into 2.22
  • 83379fb Merge branch '2.20' into 2.21
  • 0d400c9 Merge branch '2.19' into 2.20
  • ce36a27 Merge branch '2.18' into 2.19
  • 7a209e1 Post-release dep version bump
  • a432707 [maven-release-plugin] prepare for next development iteration
  • 176df1d [maven-release-plugin] prepare release jackson-databind-2.18.10
  • 7785f5f Prep for 2.18.10 release
  • Additional commits viewable in compare view

Updates org.json:json from 20260719 to 20260814

Release notes

Sourced from org.json:json's releases.

20260814

Pull Request Description
#1070 Fix XML.unescape for valid whitespace chars
Changelog

Sourced from org.json:json's changelog.

20260814 Fixes XML.unescape whitespace handling

Commits
  • 6c14048 Merge pull request #1073 from stleary/pre-release-20260814
  • 34efda6 pre-release-20260814 initial commit
  • 22ab2fb Update jar file link in README
  • 392a352 Fix formatting of the latest release jar file link
  • b594a32 Merge pull request #1070 from dong0713/fix/xml-unescape-whitespace-control-chars
  • 94854a1 Fix XML.unescape rejecting valid whitespace numeric character references
  • See full diff in compare view

Updates org.yaml:snakeyaml from 2.6 to 2.7

Updates tools.jackson.core:jackson-databind from 3.2.1 to 3.2.2

Commits
  • 3fd4e6f [maven-release-plugin] prepare release jackson-databind-3.2.2
  • 92eb111 Prep for 3.2.2 release
  • 18f42f5 Merge branch '3.1' into 3.2
  • 831a9a6 Post-release dep version bump
  • 9b927c0 [maven-release-plugin] prepare for next development iteration
  • 1f824e3 [maven-release-plugin] prepare release jackson-databind-3.1.6
  • 1f9cb5d Prep for 3.1.6 release
  • c88982d Merge branch '3.1' into 3.2
  • bcef554 Merge branch '2.x' into 3.1
  • 2e7c04e Merge branch '2.22' into 2.x
  • Additional commits viewable in compare view

Updates gradle-wrapper from 9.7.0 to 9.7.1

Release notes

Sourced from gradle-wrapper's releases.

9.7.1

The Gradle team is excited to announce Gradle 9.7.1.

This is a patch release for 9.7.0. We recommend using 9.7.1 instead of 9.7.0.

Here are the highlights of 9.7.0 release:

  • Isolated Projects graduates to incubating
  • Broader Configuration Cache compatibility
  • Resilient Sync helps you fix broken builds
  • More source locations in problem reports

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: Adam, Aman Gautam, Aman Kumar, Anton Dubrouski, Aurimas, gbhavya07, Josh Friend, nicklauslittle-gov, Pragati, project516, Qin Mi, Ravi, sk-reddy17, Suvrat Acharya, Yongshun Ye.

Upgrade instructions

Switch your build to use Gradle 9.7.1 by updating your wrapper:

./gradlew :wrapper --gradle-version=9.7.1 && ./gradlew :wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

Commits

Updates com.sanctionco.jmail:jmail from 2.2.0 to 2.2.2

Release notes

Sourced from com.sanctionco.jmail:jmail's releases.

v2.2.2

  • Fix bug where the Unicode character U+2400 SYMBOL FOR NULL was incorrectly required to be backslash-escaped within quotes. This was intended to check for the actual NUL control character U+0000. This is now enforced correctly. (Thanks @​fluentfuture for reporting!)
  • Fix bug where Unicode control characters (1-8, 11, 12, 14-31, and 127) were not properly required to be quoted. The disallowed set was incorrectly populated with Unicode "control picture" glyphs instead of the actual control characters.

v2.2.1

  • Performance improvements up to 77% 🔥 across various types address validation, with most improvements for the standard simple address case. Plus, published performance benchmarking numbers.
  • Fix bug where addresses with whitespace at the beginning or end of the address within angle brackets of quoted identifiers (ex. John Smith < John@smith.com >) were incorrectly considered invalid.
  • Fix bug where addresses containing an encoded word in the local-part were incorrectly considered valid. These addresses (ex. =?utf-8?q?=40evil.com=00?=@microsoft.com) are invalid according to RFC 2047. Encoded words are still allowed in identifiers, comments, and quoted parts (ex. =?utf-8?q?=40evil.com=00?= <test@microsoft.com>).
  • Fix bug where addresses that started with a comment followed by a quoted local-part (ex. (comment)"test"@example.com) were incorrectly considered invalid.
Changelog

Sourced from com.sanctionco.jmail:jmail's changelog.

2.2.2

  • Fix bug where the Unicode character U+2400 SYMBOL FOR NULL was incorrectly required to be backslash-escaped within quotes. This was intended to check for the actual NUL control character U+0000. This is now enforced correctly. (Thanks @​fluentfuture for reporting!)
  • Fix bug where Unicode control characters (1-8, 11, 12, 14-31, and 127) were not properly required to be quoted. The disallowed set was incorrectly populated with Unicode "control picture" glyphs instead of the actual control characters.

2.2.1

  • Performance improvements up to 77% 🔥 across various types address validation, with most improvements for the standard simple address case. Plus, published performance benchmarking numbers.
  • Fix bug where addresses with whitespace at the beginning or end of the address within angle brackets of quoted identifiers (ex. John Smith < John@smith.com >) were incorrectly considered invalid.
  • Fix bug where addresses containing an encoded word in the local-part were incorrectly considered valid. These addresses (ex. =?utf-8?q?=40evil.com=00?=@microsoft.com) are invalid according to RFC 2047. Encoded words are still allowed in identifiers, comments, and quoted parts (ex. =?utf-8?q?=40evil.com=00?= <test@microsoft.com>).
  • Fix bug where addresses that started with a comment followed by a quoted local-part (ex. (comment)"test"@example.com) were incorrectly considered invalid.

Commits
  • ba6544b [maven-release-plugin] prepare release v2.2.2
  • 3dc27f4 docs: update changelog
  • c9e014d fix: proper handling of unicode control characters
  • 77340e4 docs: update docs after 2.2.1 release
  • bc82c73 [maven-release-plugin] prepare for next development iteration
  • a033de4 [maven-release-plugin] prepare release v2.2.1
  • c80200f docs: update comment in BenchmarkRunnerTest
  • d9bd09f test: run benchmarks in CI
  • b87a0fe test: better test coverage
  • deb6049 fix: addresses starting with comment and quote are valid
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-databind from 2.22.1 to 2.22.2

Commits
  • 25b2a22 [maven-release-plugin] prepare release jackson-databind-2.22.2
  • bab1c1a Prep for 2.22.2 release
  • bc03cf8 Merge branch '2.21' into 2.22
  • 83379fb Merge branch '2.20' into 2.21
  • 0d400c9 Merge branch '2.19' into 2.20
  • ce36a27 Merge branch '2.18' into 2.19
  • 7a209e1 Post-release dep version bump
  • a432707 [maven-release-plugin] prepare for next development iteration
  • 176df1d [maven-release-plugin] prepare release jackson-databind-2.18.10
  • 7785f5f Prep for 2.18.10 release
  • Additional commits viewable in compare view

Updates org.json:json from 20260719 to 20260814

Release notes

Sourced from org.json:json's releases.

20260814

Pull Request Description
#1070 Fix XML.unescape for valid whitespace chars
Changelog

Sourced from org.json:json's changelog.

20260814 Fixes XML.unescape whitespace handling

Commits
  • 6c14048 Merge pull request #1073 from stleary/pre-release-20260814
  • 34efda6 pre-release-20260814 initial commit
  • 22ab2fb Update jar file link in README
  • 392a352 Fix formatting of the latest release jar file link
  • b594a32 Merge pull request #1070 from dong0713/fix/xml-unescape-whitespace-control-chars
  • 94854a1 Fix XML.unescape rejecting valid whitespace numeric character references
  • See full diff in compare view

Updates org.yaml:snakeyaml from 2.6 to 2.7

Updates tools.jackson.core:jackson-databind from 3.2.1 to 3.2.2

Commits
  • 3fd4e6f [maven-release-plugin] prepare release jackson-databind-3.2.2
  • 92eb111 Prep for 3.2.2 release
  • 18f42f5 Merge branch '3.1' into 3.2
  • 831a9a6 Post-release dep version bump
  • 9b927c0 [maven-release-plugin] prepare for next development iteration
  • 1f824e3 [maven-release-plugin] prepare release jackson-databind-3.1.6
  • 1f9cb5d Prep for 3.1.6 release
  • c88982d Merge branch '3.1' into 3.2
  • bcef554 Merge branch '2.x' into 3.1
  • 2e7c04e Merge branch '2.22' into 2.x
  • Additional commits viewable in compare view

Updates com.sanctionco.jmail:jmail from 2.2.0 to 2.2.2

Release notes

Sourced from com.sanctionco.jmail:jmail's releases.

v2.2.2

  • Fix bug where the Unicode character U+2400 SYMBOL FOR NULL was incorrectly required to be backslash-escaped within quotes. This was intended to check for the actual NUL control character U+0000. This is now enforced correctly. (Thanks @​fluentfuture for reporting!)
  • Fix bug where Unicode control characters (1-8, 11, 12, 14-31, and 127) were not properly required to be quoted. The disallowed set was incorrectly populated with Unicode "control picture" glyphs instead of the actual control characters.

v2.2.1

  • Performance improvements up to 77% 🔥 across various types address validation, with most improvements for the standard simple address case. Plus, published performance benchmarking numbers.
  • Fix bug where addresses with whitespace at the beginning or end of the address within angle brackets of quoted identifiers (ex. John Smith < John@smith.com >) were incorrectly considered invalid.
  • Fix bug where addresses containing an encoded word in the local-part were incorrectly considered valid. These addresses (ex. =?utf-8?q?=40evil.com=00?=@microsoft.com) are invalid according to RFC 2047. Encoded words are still allowed in identifiers, comments, and quoted parts (ex. =?utf-8?q?=40evil.com=00?= <test@microsoft.com>).
  • Fix bug where addresses that started with a comment followed by a quoted local-part (ex. (comment)"test"@example.com) were incorrectly considered invalid.
Changelog

Sourced from com.sanctionco.jmail:jmail's changelog.

2.2.2

  • Fix bug where the Unicode character U+2400 SYMBOL FOR NULL was incorrectly required to be backslash-escaped within quotes. This was intended to check for the actual NUL control character U+0000. This is now enforced correctly. (Thanks @​fluentfuture for reporting!)
  • Fix bug where Unicode control characters (1-8, 11, 12, 14-31, and 127) were not properly required to be quoted. The disallowed set was incorrectly populated with Unicode "control picture" glyphs instead of the actual control characters.

2.2.1

  • Performance improvements up to 77% 🔥 across various types address validation, with most improvements for the standard simple address case. Plus, published performance benchmarking numbers.
  • Fix bug where addresses with whitespace at the beginning or end of the address within angle brackets of quoted identifiers (ex. John Smith < John@smith.com >) were incorrectly considered invalid.
  • Fix bug where addresses containing an encoded word in the local-part were incorrectly considered valid. These addresses (ex. =?utf-8?q?=40evil.com=00?=@microsoft.com) are invalid according to RFC 2047. Encoded words are still allowed in identifiers, comments, and quoted parts (ex. =?utf-8?q?=40evil.com=00?= <test@microsoft.com>).
  • Fix bug where addresses that started with a comment followed by a quoted local-part (ex. (comment)"test"@example.com) were incorrectly considered invalid.

Commits
  • ba6544b [maven-release-plugin] prepare release v2.2.2
  • 3dc27f4 docs: update changelog
  • c9e014d fix: proper handling of unicode control characters
  • 77340e4 docs: update docs after 2.2.1 release
  • bc82c73 [maven-release-plugin] prepare for next development iteration
  • a033de4 [maven-release-plugin] prepare release v2.2.1
  • c80200f docs: update comment in BenchmarkRunnerTest
  • d9bd09f test: run benchmarks in CI
  • b87a0fe test: better test coverage
  • deb6049 fix: addresses starting with comment and quote are valid
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-databind from 2.22.1 to 2.22.2

Commits
  • 25b2a22 [maven-release-plugin] prepare release jackson-databind-2.22.2
  • bab1c1a Prep for 2.22.2 release
  • bc03cf8 Merge branch '2.21' into 2.22
  • 83379fb Merge branch '2.20' into 2.21
  • 0d400c9 Merge branch '2.19' into 2.20
  • ce36a27 Merge branch '2.18' into 2.19
  • 7a209e1 Post-release dep version bump
  • a432707 [maven-release-plugin] prepare for next development iteration
  • 176df1d [maven-release-plugin] prepare release jackson-databind-2.18.10
  • 7785f5f Prep for 2.18.10 release
  • Additional commits viewable in compare view

Updates org.json:json from 20260719 to 20260814

Release notes

Sourced from org.json:json's releases.

20260814

Pull Request Description
#1070 Fix XML.unescape for valid whitespace chars
Changelog

Sourced from org.json:json's changelog.

20260814 Fixes XML.unescape whitespace handling

Commits
  • 6c14048 Merge pull request #1073 from stleary/pre-release-20260814
  • 34efda6 pre-release-20260814 initial commit
  • 22ab2fb Update jar file link in README
  • 392a352 Fix formatting of the latest release jar file link
  • b594a32 Merge pull request #1070 from dong0713/fix/xml-unescape-whitespace-control-chars
  • 94854a1 Fix XML.unescape rejecting valid whitespace numeric character references
  • See full diff in compare view

Updates org.yaml:snakeyaml from 2.6 to 2.7

Updates com.sanctionco.jmail:jmail from 2.2.0 to 2.2.2

Release notes

Sourced from com.sanctionco.jmail:jmail's releases.

v2.2.2

  • Fix bug where the Unicode character U+2400 SYMBOL FOR NULL was incorrectly required to be backslash-escaped within quotes. This was intended to check for the actual NUL control character U+0000. This is now enforced correctly. (Thanks @​fluentfuture for reporting!)
  • Fix bug where Unicode control characters (1-8, 11, 12, 14-31, and 127) were not properly required to be quoted. The disallowed set was incorrectly populated with Unicode "control picture" glyphs instead of the actual control characters.

v2.2.1

  • Performance improvements up to 77% 🔥 across various types address validation, with most improvements for the standard simple address case. Plus, published performance benchmarking numbers.
  • Fix bug where addresses with whitespace at the beginning or end of the address within angle brackets of quoted identifiers (ex. John Smith < John@smith.com >) were incorrectly considered invalid.
  • Fix bug where addresses containing an encoded word in the local-part were incorrectly considered valid. These addresses (ex. =?utf-8?q?=40evil.com=00?=@microsoft.com) are invalid according to RFC 2047. Encoded words are still allowed in identifiers, comments, and quoted parts (ex. =?utf-8?q?=40evil.com=00?= <test@microsoft.com>).
  • Fix bug where addresses that started with a comment followed by a quoted local-part (ex. (comment)"test"@example.com) were incorrectly considered invalid.
Changelog

Sourced from com.sanctionco.jmail:jmail's changelog.

2.2.2

  • Fix bug where the Unicode character U+2400 SYMBOL FOR NULL was incorrectly required to be backslash-escaped within quotes. This was intended to check for the actual NUL control character U+0000. This is now enforced correctly. (Thanks @​fluentfuture for reporting!)
  • Fix bug where Unicode control characters (1-8, 11, 12, 14-31, and 127) were not properly required to be quoted. The disallowed set was incorrectly populated with Unicode "control picture" glyphs instead of the actual control characters.

2.2.1

  • Performance improvements up to 77% 🔥 across various types address validation, with most improvements for the standard simple address case. Plus, published performance benchmarking numbers.
  • Fix bug where addresses with whitespace at the beginning or end of the address within angle brackets of quoted identifiers (ex. John Smith < John@smith.com >) were incorrectly considered invalid.
  • Fix bug where addresses containing an encoded word in the local-part were incorrectly considered valid. These addresses (ex. =?utf-8?q?=40evil.com=00?=@microsoft.com) are invalid according to RFC 2047. Encoded words are still allowed in identifiers, comments, and quoted parts (ex. =?utf-8?q?=40evil.com=00?= <test@microsoft.com>).
  • Fix bug where addresses that started with a comment followed by a quoted local-part (ex. (comment)"test"@example.com) were incorrectly considered invalid.

Commits
  • ba6544b [maven-release-plugin] prepare release v2.2.2
  • 3dc27f4 docs: update changelog
  • c9e014d fix: proper handling of unicode control characters
  • 77340e4 docs: update docs after 2.2.1 release
  • bc82c73 [maven-release-plugin] prepare for next development iteration
  • a033de4 [maven-release-plugin] prepare release v2.2.1
  • c80200f docs: update comment in BenchmarkRunnerTest
  • d9bd09f test: run benchmarks in CI
  • b87a0fe test: better test coverage
  • deb6049 fix: addresses starting with comment and quote are valid
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-databind from 2.22.1 to 2.22.2

Commits
  • 25b2a22 [maven-release-plugin] prepare release jackson-databind-2.22.2
  • bab1c1a Prep for 2.22.2 release
  • bc03cf8 Merge branch '2.21' into 2.22
  • 83379fb Merge branch '2.20' into 2.21
  • 0d400c9 Merge branch '2.19' into 2.20
  • ce36a27 Merge branch '2.18' into 2.19
  • 7a209e1 Post-release dep version bump
  • a432707 [maven-release-plugin] prepare for next development iteration
  • 176df1d [maven-release-plugin] prepare release jackson-databind-2.18.10
  • 7785f5f Prep for 2.18.10 release
  • Additional commits viewable in compare view

Updates org.json:json from 20260719 to 20260814

Release notes

Sourced from org.json:json's releases.

20260814

Pull Request Description
#1070 Fix XML.unescape for valid whitespace chars
Changelog

Sourced from org.json:json's changelog.

20260814 Fixes XML.unescape whitespace handling

Commits
  • 6c14048 Merge pull request #1073 from stleary/pre-release-20260814
  • 34efda6 pre-release-20260814 initial commit
  • 22ab2fb Update jar file link in README
  • 392a352 Fix formatting of the latest release jar file link
  • b594a32 Merge pull request #1070 from dong0713/fix/xml-unescape-whitespace-control-chars
  • 94854a1 Fix XML.unescape rejecting valid whitespace numeric character references
  • See full diff in compare view

Updates org.yaml:snakeyaml from 2.6 to 2.7

Updates tools.jackson.core:jackson-databind from 3.2.1 to 3.2.2

Commits
  • 3fd4e6f [maven-release-plugin] prepare release jackson-databind-3.2.2
  • 92eb111 Prep for 3.2.2 release
  • 18f42f5 Merge branch '3.1' into 3.2
  • 831a9a6 Post-release dep version bump
  • 9b927c0 [maven-release-plugin] prepare for next development iteration
  • 1f824e3 [maven-release-plugin] prepare release jackson-databind-3.1.6
  • 1f9cb5d Prep for 3.1.6 release
  • c88982d Merge branch '3.1' into 3.2
  • bcef554 Merge branch '2.x' into 3.1
  • 2e7c04e Merge branch '2.22' into 2.x
  • Additional commits viewable in compare view

Updates tools.jackson.core:jackson-databind from 3.2.1 to 3.2.2

Commits
  • 3fd4e6f [maven-release-plugin] prepare release jackson-databind-3.2.2
  • 92eb111 Prep for 3.2.2 release
  • 18f42f5 Merge branch '3.1' into 3.2
  • 831a9a6 Post-release dep version bump
  • 9b927c0 [maven-release-plugin] prepare for next development iteration
  • 1f824e3 [maven-release-plugin] prepare release jackson-databind-3.1.6
  • 1f9cb5d Prep for 3.1.6 release
  • c88982d Merge branch '3.1' into 3.2
  • bcef554 Merge branch '2.x' into 3.1
  • 2e7c04e Merge branch '2.22' into 2.x
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| org.sonarqube | `7.4.0.8496` | `7.5.0.8588` |
| [com.sanctionco.jmail:jmail](https://github.com/RohanNagar/jmail) | `2.2.0` | `2.2.2` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson-databind) | `2.22.1` | `2.22.2` |
| [org.json:json](https://github.com/douglascrockford/JSON-java) | `20260719` | `20260814` |
| org.yaml:snakeyaml | `2.6` | `2.7` |
| [tools.jackson.core:jackson-databind](https://github.com/FasterXML/jackson-databind) | `3.2.1` | `3.2.2` |
| [gradle-wrapper](https://github.com/gradle/gradle) | `9.7.0` | `9.7.1` |

Bumps the all group with 4 updates in the /lib directory: [com.sanctionco.jmail:jmail](https://github.com/RohanNagar/jmail), [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson-databind), [org.json:json](https://github.com/douglascrockford/JSON-java) and org.yaml:snakeyaml.
Bumps the all group with 1 update in the /providers/jackson3 directory: [tools.jackson.core:jackson-databind](https://github.com/FasterXML/jackson-databind).


Updates `org.sonarqube` from 7.4.0.8496 to 7.5.0.8588

Updates `com.sanctionco.jmail:jmail` from 2.2.0 to 2.2.2
- [Release notes](https://github.com/RohanNagar/jmail/releases)
- [Changelog](https://github.com/RohanNagar/jmail/blob/master/CHANGELOG.md)
- [Commits](RohanNagar/jmail@v2.2.0...v2.2.2)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.22.1 to 2.22.2
- [Commits](FasterXML/jackson-databind@jackson-databind-2.22.1...jackson-databind-2.22.2)

Updates `org.json:json` from 20260719 to 20260814
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
- [Commits](stleary/JSON-java@2026071...2026081)

Updates `org.yaml:snakeyaml` from 2.6 to 2.7

Updates `tools.jackson.core:jackson-databind` from 3.2.1 to 3.2.2
- [Commits](FasterXML/jackson-databind@jackson-databind-3.2.1...jackson-databind-3.2.2)

Updates `gradle-wrapper` from 9.7.0 to 9.7.1
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v9.7.0...v9.7.1)

Updates `com.sanctionco.jmail:jmail` from 2.2.0 to 2.2.2
- [Release notes](https://github.com/RohanNagar/jmail/releases)
- [Changelog](https://github.com/RohanNagar/jmail/blob/master/CHANGELOG.md)
- [Commits](RohanNagar/jmail@v2.2.0...v2.2.2)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.22.1 to 2.22.2
- [Commits](FasterXML/jackson-databind@jackson-databind-2.22.1...jackson-databind-2.22.2)

Updates `org.json:json` from 20260719 to 20260814
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
- [Commits](stleary/JSON-java@2026071...2026081)

Updates `org.yaml:snakeyaml` from 2.6 to 2.7

Updates `tools.jackson.core:jackson-databind` from 3.2.1 to 3.2.2
- [Commits](FasterXML/jackson-databind@jackson-databind-3.2.1...jackson-databind-3.2.2)

Updates `com.sanctionco.jmail:jmail` from 2.2.0 to 2.2.2
- [Release notes](https://github.com/RohanNagar/jmail/releases)
- [Changelog](https://github.com/RohanNagar/jmail/blob/master/CHANGELOG.md)
- [Commits](RohanNagar/jmail@v2.2.0...v2.2.2)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.22.1 to 2.22.2
- [Commits](FasterXML/jackson-databind@jackson-databind-2.22.1...jackson-databind-2.22.2)

Updates `org.json:json` from 20260719 to 20260814
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
- [Commits](stleary/JSON-java@2026071...2026081)

Updates `org.yaml:snakeyaml` from 2.6 to 2.7

Updates `com.sanctionco.jmail:jmail` from 2.2.0 to 2.2.2
- [Release notes](https://github.com/RohanNagar/jmail/releases)
- [Changelog](https://github.com/RohanNagar/jmail/blob/master/CHANGELOG.md)
- [Commits](RohanNagar/jmail@v2.2.0...v2.2.2)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.22.1 to 2.22.2
- [Commits](FasterXML/jackson-databind@jackson-databind-2.22.1...jackson-databind-2.22.2)

Updates `org.json:json` from 20260719 to 20260814
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
- [Commits](stleary/JSON-java@2026071...2026081)

Updates `org.yaml:snakeyaml` from 2.6 to 2.7

Updates `tools.jackson.core:jackson-databind` from 3.2.1 to 3.2.2
- [Commits](FasterXML/jackson-databind@jackson-databind-3.2.1...jackson-databind-3.2.2)

Updates `tools.jackson.core:jackson-databind` from 3.2.1 to 3.2.2
- [Commits](FasterXML/jackson-databind@jackson-databind-3.2.1...jackson-databind-3.2.2)

---
updated-dependencies:
- dependency-name: org.sonarqube
  dependency-version: 7.5.0.8588
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: com.sanctionco.jmail:jmail
  dependency-version: 2.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.22.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.json:json
  dependency-version: '20260814'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: org.yaml:snakeyaml
  dependency-version: '2.7'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: tools.jackson.core:jackson-databind
  dependency-version: 3.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: gradle-wrapper
  dependency-version: 9.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.sanctionco.jmail:jmail
  dependency-version: 2.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.22.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.json:json
  dependency-version: '20260814'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: org.yaml:snakeyaml
  dependency-version: '2.7'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: tools.jackson.core:jackson-databind
  dependency-version: 3.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.sanctionco.jmail:jmail
  dependency-version: 2.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.22.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.json:json
  dependency-version: '20260814'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: org.yaml:snakeyaml
  dependency-version: '2.7'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: com.sanctionco.jmail:jmail
  dependency-version: 2.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.22.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.json:json
  dependency-version: '20260814'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: org.yaml:snakeyaml
  dependency-version: '2.7'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: tools.jackson.core:jackson-databind
  dependency-version: 3.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tools.jackson.core:jackson-databind
  dependency-version: 3.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 7, 2026
@sonarqubecloud

sonarqubecloud Bot commented Sep 7, 2026

Copy link
Copy Markdown

@sonarqubecloud

sonarqubecloud Bot commented Sep 7, 2026

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants