Skip to content
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

[DCJ-400-maven]: Bump the maven-dependencies group with 10 updates #2422

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps the maven-dependencies group with 10 updates:

Package From To
com.networknt:json-schema-validator 1.5.2 1.5.3
com.fasterxml.jackson.core:jackson-core 2.18.0 2.18.1
com.fasterxml.jackson.core:jackson-annotations 2.18.0 2.18.1
org.bouncycastle:bcprov-jdk18on 1.78.1 1.79
org.apache.httpcomponents.client5:httpclient5 5.4 5.4.1
au.com.dius.pact:consumer 4.6.14 4.6.15
au.com.dius.pact:provider 4.6.14 4.6.15
au.com.dius.pact.consumer:junit5 4.6.14 4.6.15
org.apache.maven.plugins:maven-surefire-plugin 3.5.1 3.5.2
org.owasp:dependency-check-maven 11.0.0 11.1.0

Updates com.networknt:json-schema-validator from 1.5.2 to 1.5.3

Release notes

Sourced from com.networknt:json-schema-validator's releases.

1.5.3 - 2024-10-31

Added

Changed

Changelog

Sourced from com.networknt:json-schema-validator's changelog.

1.5.3 - 2024-10-31

Added

Changed

Commits

Updates com.fasterxml.jackson.core:jackson-core from 2.18.0 to 2.18.1

Commits
  • 0c1aff4 [maven-release-plugin] prepare release jackson-core-2.18.1
  • aaa23d0 Prepare for 2.18.1 release
  • 79ecea4 Update release notes
  • 1e7119b use fastdoubleparser 1.0.90 (#1353)
  • 047e631 Merge branch '2.17' into 2.18
  • 7db88c1 Fix infinite loop due to integer overflow when reading large strings (#1352)
  • cbedab7 Fix #1351: Improved Javadocs for StreamWriteFeature.USE_FAST_DOUBLE_WRITER
  • 686dd45 Tiny test fix (for manually run test)
  • 2b6e05c Back to snapshot dep
  • 54c7d70 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates com.fasterxml.jackson.core:jackson-annotations from 2.18.0 to 2.18.1

Commits

Updates org.bouncycastle:bcprov-jdk18on from 1.78.1 to 1.79

Changelog

Sourced from org.bouncycastle:bcprov-jdk18on's changelog.

2.1.1 Version Release: 1.80 Date:      TBD.

2.2.1 Version Release: 1.79 Date:      2024, 30th October.

... (truncated)

Commits

Updates org.apache.httpcomponents.client5:httpclient5 from 5.4 to 5.4.1

Changelog

Sourced from org.apache.httpcomponents.client5:httpclient5's changelog.

Release 5.4.1

This is a maintenance release that upgrades HttpCore to version 5.3.1 and fixes several defects found since release 5.4.

Change Log

  • Fixed the problem with request specific push handlers being ignored. Contributed by Oleg Kalnichevski

  • Upgraded HttpCore to version 5.3.1. Contributed by Oleg Kalnichevski

  • Bug fix: Correct the issue with connection state detection in DefaultManagedAsyncClientConnection#isOpen(). Contributed by yhzdys

  • Bug fix: Fixed propagation of runtime exceptions thrown during connection route setup. Contributed by Oleg Kalnichevski

  • Bug fix: Asynchronous cache protocol handler incorrectly updates the actual cache entry in the cache execution context upon cache entry re-validation. Contributed by Oleg Kalnichevski

  • Bug fix: Response Cache-Control attribute does not get updated in the cache execution context in case of a cache miss. Contributed by Oleg Kalnichevski

Commits
  • 9df5acd HttpClient 5.4.1 release
  • f6169d5 Updated release notes for HttpClient 5.4.1 release
  • a5b638d Fixed the problem with request specific push handlers being ignored; added pu...
  • 936dbe0 Upgraded HttpCore to version 5.3.1
  • 0eb9a47 HTTPCLIENT-2346: Javadoc correction
  • f4e396f Bug fix: Correct the issue with connection state detection in DefaultManagedA...
  • ca5e14e Bug fix: Fixed propagation of runtime exceptions thrown during connection rou...
  • 876d0f0 Re-enabled async client authentication tests
  • e6a4104 Bug fix: async cache protocol handler incorrectly updates the actual cache en...
  • e7b3a53 Bug fix: response Cache-Control attribute does not get updated in the cache e...
  • Additional commits viewable in compare view

Updates au.com.dius.pact:consumer from 4.6.14 to 4.6.15

Release notes

Sourced from au.com.dius.pact:consumer's releases.

4.6.15

Maintenance Release

  • 93fe19637 - fix: Log the error response bodies from the Pact Broker #1830
  • 3b2519972 - fix(mock-server): Setting content length == 0 causes the HTTP exchange to use chunked encoding #1828
  • ec066a031 - fix: Trim regex anchors before generating random strings from the regex #1826
  • 62f40d5da - Document usage of pactbroker.providerBranch with the matching branch selector (Tim Vahlbrock)
  • 883f3e577 - chore: add JSON parser test for Windows #1827
  • 43655c82d - docs: update obsolete links [ci skip] (Yousaf Nabi)
  • 5e9ac00ec - fix: failing test after merging PR
  • 0c2fe9a47 - Update httpclient5 (Ruth Bassindale)
  • 67d957660 - Make plugindriver version consistent (Ruth Bassindale)
Changelog

Sourced from au.com.dius.pact:consumer's changelog.

4.6.15 - Maintenance Release

  • 93fe19637 - fix: Log the error response bodies from the Pact Broker #1830 (Ronald Holshausen, Thu Oct 24 11:41:59 2024 +1100)
  • 3b2519972 - fix(mock-server): Setting content length == 0 causes the HTTP exchange to use chunked encoding #1828 (Ronald Holshausen, Wed Oct 23 16:00:35 2024 +1100)
  • ec066a031 - fix: Trim regex anchors before generating random strings from the regex #1826 (Ronald Holshausen, Wed Oct 23 14:27:53 2024 +1100)
  • 0554c1a96 - Merge pull request #1831 from timvahlbrock/patch-1 (Ronald Holshausen, Fri Oct 11 08:59:24 2024 +1100)
  • 62f40d5da - Document usage of pactbroker.providerBranch with the matching branch selector (Tim Vahlbrock, Mon Oct 7 09:30:56 2024 +0200)
  • 883f3e577 - chore: add JSON parser test for Windows #1827 (Ronald Holshausen, Thu Sep 26 11:03:22 2024 +1000)
  • ab4c88c34 - Merge pull request #1825 from pact-foundation/docs/links (Ronald Holshausen, Thu Sep 26 10:29:23 2024 +1000)
  • 43655c82d - docs: update obsolete links [ci skip] (Yousaf Nabi, Fri Sep 6 13:05:08 2024 +0100)
  • 5e9ac00ec - fix: faiing test after merging PR (Ronald Holshausen, Thu Aug 29 09:38:17 2024 +1000)
  • 122db092c - Merge pull request #1823 from huehnerlady/update-httpclient5 (Ronald Holshausen, Thu Aug 29 09:11:00 2024 +1000)
  • 7a28b1e19 - Merge pull request #1822 from huehnerlady/update-plugin-driver (Ronald Holshausen, Thu Aug 29 09:09:48 2024 +1000)
  • 0c2fe9a47 - Update httpclient5 (Ruth Bassindale, Wed Aug 28 11:34:38 2024 +0200)
  • 67d957660 - Make plugindriver version consistent (Ruth Bassindale, Wed Aug 28 09:49:35 2024 +0200)
  • f5ee0eb0a - bump version to 4.6.15 (Ronald Holshausen, Tue Aug 27 16:49:49 2024 +1000)
Commits

Updates au.com.dius.pact:provider from 4.6.14 to 4.6.15

Release notes

Sourced from au.com.dius.pact:provider's releases.

4.6.15

Maintenance Release

  • 93fe19637 - fix: Log the error response bodies from the Pact Broker #1830
  • 3b2519972 - fix(mock-server): Setting content length == 0 causes the HTTP exchange to use chunked encoding #1828
  • ec066a031 - fix: Trim regex anchors before generating random strings from the regex #1826
  • 62f40d5da - Document usage of pactbroker.providerBranch with the matching branch selector (Tim Vahlbrock)
  • 883f3e577 - chore: add JSON parser test for Windows #1827
  • 43655c82d - docs: update obsolete links [ci skip] (Yousaf Nabi)
  • 5e9ac00ec - fix: failing test after merging PR
  • 0c2fe9a47 - Update httpclient5 (Ruth Bassindale)
  • 67d957660 - Make plugindriver version consistent (Ruth Bassindale)
Changelog

Sourced from au.com.dius.pact:provider's changelog.

4.6.15 - Maintenance Release

  • 93fe19637 - fix: Log the error response bodies from the Pact Broker #1830 (Ronald Holshausen, Thu Oct 24 11:41:59 2024 +1100)
  • 3b2519972 - fix(mock-server): Setting content length == 0 causes the HTTP exchange to use chunked encoding #1828 (Ronald Holshausen, Wed Oct 23 16:00:35 2024 +1100)
  • ec066a031 - fix: Trim regex anchors before generating random strings from the regex #1826 (Ronald Holshausen, Wed Oct 23 14:27:53 2024 +1100)
  • 0554c1a96 - Merge pull request #1831 from timvahlbrock/patch-1 (Ronald Holshausen, Fri Oct 11 08:59:24 2024 +1100)
  • 62f40d5da - Document usage of pactbroker.providerBranch with the matching branch selector (Tim Vahlbrock, Mon Oct 7 09:30:56 2024 +0200)
  • 883f3e577 - chore: add JSON parser test for Windows #1827 (Ronald Holshausen, Thu Sep 26 11:03:22 2024 +1000)
  • ab4c88c34 - Merge pull request #1825 from pact-foundation/docs/links (Ronald Holshausen, Thu Sep 26 10:29:23 2024 +1000)
  • 43655c82d - docs: update obsolete links [ci skip] (Yousaf Nabi, Fri Sep 6 13:05:08 2024 +0100)
  • 5e9ac00ec - fix: faiing test after merging PR (Ronald Holshausen, Thu Aug 29 09:38:17 2024 +1000)
  • 122db092c - Merge pull request #1823 from huehnerlady/update-httpclient5 (Ronald Holshausen, Thu Aug 29 09:11:00 2024 +1000)
  • 7a28b1e19 - Merge pull request #1822 from huehnerlady/update-plugin-driver (Ronald Holshausen, Thu Aug 29 09:09:48 2024 +1000)
  • 0c2fe9a47 - Update httpclient5 (Ruth Bassindale, Wed Aug 28 11:34:38 2024 +0200)
  • 67d957660 - Make plugindriver version consistent (Ruth Bassindale, Wed Aug 28 09:49:35 2024 +0200)
  • f5ee0eb0a - bump version to 4.6.15 (Ronald Holshausen, Tue Aug 27 16:49:49 2024 +1000)
Commits

Updates au.com.dius.pact.consumer:junit5 from 4.6.14 to 4.6.15

Release notes

Sourced from au.com.dius.pact.consumer:junit5's releases.

4.6.15

Maintenance Release

  • 93fe19637 - fix: Log the error response bodies from the Pact Broker #1830
  • 3b2519972 - fix(mock-server): Setting content length == 0 causes the HTTP exchange to use chunked encoding #1828
  • ec066a031 - fix: Trim regex anchors before generating random strings from the regex #1826
  • 62f40d5da - Document usage of pactbroker.providerBranch with the matching branch selector (Tim Vahlbrock)
  • 883f3e577 - chore: add JSON parser test for Windows #1827
  • 43655c82d - docs: update obsolete links [ci skip] (Yousaf Nabi)
  • 5e9ac00ec - fix: failing test after merging PR
  • 0c2fe9a47 - Update httpclient5 (Ruth Bassindale)
  • 67d957660 - Make plugindriver version consistent (Ruth Bassindale)
Changelog

Sourced from au.com.dius.pact.consumer:junit5's changelog.

4.6.15 - Maintenance Release

  • 93fe19637 - fix: Log the error response bodies from the Pact Broker #1830 (Ronald Holshausen, Thu Oct 24 11:41:59 2024 +1100)
  • 3b2519972 - fix(mock-server): Setting content length == 0 causes the HTTP exchange to use chunked encoding #1828 (Ronald Holshausen, Wed Oct 23 16:00:35 2024 +1100)
  • ec066a031 - fix: Trim regex anchors before generating random strings from the regex #1826 (Ronald Holshausen, Wed Oct 23 14:27:53 2024 +1100)
  • 0554c1a96 - Merge pull request #1831 from timvahlbrock/patch-1 (Ronald Holshausen, Fri Oct 11 08:59:24 2024 +1100)
  • 62f40d5da - Document usage of pactbroker.providerBranch with the matching branch selector (Tim Vahlbrock, Mon Oct 7 09:30:56 2024 +0200)
  • 883f3e577 - chore: add JSON parser test for Windows #1827 (Ronald Holshausen, Thu Sep 26 11:03:22 2024 +1000)
  • ab4c88c34 - Merge pull request #1825 from pact-foundation/docs/links (Ronald Holshausen, Thu Sep 26 10:29:23 2024 +1000)
  • 43655c82d - docs: update obsolete links [ci skip] (Yousaf Nabi, Fri Sep 6 13:05:08 2024 +0100)
  • 5e9ac00ec - fix: faiing test after merging PR (Ronald Holshausen, Thu Aug 29 09:38:17 2024 +1000)
  • 122db092c - Merge pull request #1823 from huehnerlady/update-httpclient5 (Ronald Holshausen, Thu Aug 29 09:11:00 2024 +1000)
  • 7a28b1e19 - Merge pull request #1822 from huehnerlady/update-plugin-driver (Ronald Holshausen, Thu Aug 29 09:09:48 2024 +1000)
  • 0c2fe9a47 - Update httpclient5 (Ruth Bassindale, Wed Aug 28 11:34:38 2024 +0200)
  • 67d957660 - Make plugindriver version consistent (Ruth Bassindale, Wed Aug 28 09:49:35 2024 +0200)
  • f5ee0eb0a - bump version to 4.6.15 (Ronald Holshausen, Tue Aug 27 16:49:49 2024 +1000)
Commits

Updates au.com.dius.pact:provider from 4.6.14 to 4.6.15

Release notes

Sourced from au.com.dius.pact:provider's releases.

4.6.15

Maintenance Release

  • 93fe19637 - fix: Log the error response bodies from the Pact Broker #1830
  • 3b2519972 - fix(mock-server): Setting content length == 0 causes the HTTP exchange to use chunked encoding #1828
  • ec066a031 - fix: Trim regex anchors before generating random strings from the regex #1826
  • 62f40d5da - Document usage of pactbroker.providerBranch with the matching branch selector (Tim Vahlbrock)
  • 883f3e577 - chore: add JSON parser test for Windows #1827
  • 43655c82d - docs: update obsolete links [ci skip] (Yousaf Nabi)
  • 5e9ac00ec - fix: failing test after merging PR
  • 0c2fe9a47 - Update httpclient5 (Ruth Bassindale)
  • 67d957660 - Make plugindriver version consistent (Ruth Bassindale)
Changelog

Sourced from au.com.dius.pact:provider's changelog.

4.6.15 - Maintenance Release

  • 93fe19637 - fix: Log the error response bodies from the Pact Broker #1830 (Ronald Holshausen, Thu Oct 24 11:41:59 2024 +1100)
  • 3b2519972 - fix(mock-server): Setting content length == 0 causes the HTTP exchange to use chunked encoding #1828 (Ronald Holshausen, Wed Oct 23 16:00:35 2024 +1100)
  • ec066a031 - fix: Trim regex anchors before generating random strings from the regex #1826 (Ronald Holshausen, Wed Oct 23 14:27:53 2024 +1100)
  • 0554c1a96 - Merge pull request #1831 from timvahlbrock/patch-1 (Ronald Holshausen, Fri Oct 11 08:59:24 2024 +1100)
  • 62f40d5da - Document usage of pactbroker.providerBranch with the matching branch selector (Tim Vahlbrock, Mon Oct 7 09:30:56 2024 +0200)
  • 883f3e577 - chore: add JSON parser test for Windows #1827 (Ronald Holshausen, Thu Sep 26 11:03:22 2024 +1000)
  • ab4c88c34 - Merge pull request #1825 from pact-foundation/docs/links (Ronald Holshausen, Thu Sep 26 10:29:23 2024 +1000)
  • 43655c82d - docs: update obsolete links [ci skip] (Yousaf Nabi, Fri Sep 6 13:05:08 2024 +0100)
  • 5e9ac00ec - fix: faiing test after merging PR (Ronald Holshausen, Thu Aug 29 09:38:17 2024 +1000)
  • 122db092c - Merge pull request #1823 from huehnerlady/update-httpclient5 (Ronald Holshausen, Thu Aug 29 09:11:00 2024 +1000)
  • 7a28b1e19 - Merge pull request #1822 from huehnerlady/update-plugin-driver (Ronald Holshausen, Thu Aug 29 09:09:48 2024 +1000)
  • 0c2fe9a47 - Update httpclient5 (Ruth Bassindale, Wed Aug 28 11:34:38 2024 +0200)
  • 67d957660 - Make plugindriver version consistent (Ruth Bassindale, Wed Aug 28 09:49:35 2024 +0200)
  • f5ee0eb0a - bump version to 4.6.15 (Ronald Holshausen, Tue Aug 27 16:49:49 2024 +1000)
Commits

Updates au.com.dius.pact.consumer:junit5 from 4.6.14 to 4.6.15

Release notes

Sourced from au.com.dius.pact.consumer:junit5's releases.

4.6.15

Maintenance Release

  • 93fe19637 - fix: Log the error response bodies from the Pact Broker #1830
  • 3b2519972 - fix(mock-server): Setting content length == 0 causes the HTTP exchange to use chunked encoding #1828
  • ec066a031 - fix: Trim regex anchors before generating random strings from the regex #1826
  • 62f40d5da - Document usage of pactbroker.providerBranch with the matching branch selector (Tim Vahlbrock)
  • 883f3e577 - chore: add JSON parser test for Windows #1827
  • 43655c82d - docs: update obsolete links [ci skip] (Yousaf Nabi)
  • 5e9ac00ec - fix: failing test after merging PR
  • 0c2fe9a47 - Update httpclient5 (Ruth Bassindale)
  • 67d957660 - Make plugindriver version consistent (Ruth Bassindale)
Changelog

Sourced from au.com.dius.pact.consumer:junit5's changelog.

4.6.15 - Maintenance Release

  • 93fe19637 - fix: Log the error response bodies from the Pact Broker #1830 (Ronald Holshausen, Thu Oct 24 11:41:59 2024 +1100)
  • 3b2519972 - fix(mock-server): Setting content length == 0 causes the HTTP exchange to use chunked encoding #1828 (Ronald Holshausen, Wed Oct 23 16:00:35 2024 +1100)
  • ec066a031 - fix: Trim regex anchors before generating random strings from the regex #1826 (Ronald Holshausen, Wed Oct 23 14:27:53 2024 +1100)
  • 0554c1a96 - Merge pull request #1831 from timvahlbrock/patch-1 (Ronald Holshausen, Fri Oct 11 08:59:24 2024 +1100)
  • 62f40d5da - Document usage of pactbroker.providerBranch with the matching branch selector (Tim Vahlbrock, Mon Oct 7 09:30:56 2024 +0200)
  • 883f3e577 - chore: add JSON parser test for Windows #1827 (Ronald Holshausen, Thu Sep 26 11:03:22 2024 +1000)
  • ab4c88c34 - Merge pull request #1825 from pact-foundation/docs/links (Ronald Holshausen, Thu Sep 26 10:29:23 2024 +1000)
  • 43655c82d - docs: update obsolete links [ci skip] (Yousaf Nabi, Fri Sep 6 13:05:08 2024 +0100)
  • 5e9ac00ec - fix: faiing test after merging PR (Ronald Holshausen, Thu Aug 29 09:38:17 2024 +1000)
  • 122db092c - Merge pull request #1823 from huehnerlady/update-httpclient5 (Ronald Holshausen, Thu Aug 29 09:11:00 2024 +1000)
  • 7a28b1e19 - Merge pull request #1822 from huehnerlady/update-plugin-driver (Ronald Holshausen, Thu Aug 29 09:09:48 2024 +1000)
  • 0c2fe9a47 - Update httpclient5 (Ruth Bassindale, Wed Aug 28 11:34:38 2024 +0200)
  • 67d957660 - Make plugindriver version consistent (Ruth Bassindale, Wed Aug 28 09:49:35 2024 +0200)
  • f5ee0eb0a - bump version to 4.6.15 (Ronald Holshausen, Tue Aug 27 16:49:49 2024 +1000)
Commits

Updates org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2

Release notes

Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases.

3.5.2

🚀 New features and improvements

📦 Dependency updates

👻 Maintenance

Full Changelog: apache/maven-surefire@surefire-3.5.1...surefire-3.5.2

Commits
  • ea9f049 [maven-release-plugin] prepare release surefire-3.5.2
  • e1f94a0 [SUREFIRE-2276] JUnit5's TestTemplate failures treated as flakes with retries
  • d24adb4 [SUREFIRE-2277] RunResult#getFlakes() is lost during serialisation/deserialis...
  • 4385e94 Remove links to non-existing report
  • 8881971 Remove outdated FAQ
  • 0121834 [SUREFIRE-2283] FAQ site contains broken link to failsafe-plugin
  • 91d16c3 Fix formatting of XML schema files
  • 6cb417a Add .xsd to .gitattributes
  • 9ce5221 [SUREFIRE-2282] surefire-report-plugin: Update Introduction documentation page
  • 620b983 [SUREFIRE-2281] Upgrade to Doxia 2.0.0 GA Stack
  • Additional commits viewable in compare view

Updates org.owasp:dependency-check-maven from 11.0.0 to 11.1.0

Release notes

Sourced from org.owasp:dependency-check-maven's releases.

Version 11.1.0

Refer to the CHANGELOG.md for information about improvements and upgrade notes.

Changelog

Sourced from org.owasp:dependency-check-maven's changelog.

Version 11.1.0 (2024-10-30)

  • feat: PHP Composer Analyzer now scans packages-dev by default (#7114)
    • Users can configure if packages-dev should be skipped
  • fix(regression): re-add h2 database driver name (#7115)
  • fix(regression): Make the Downloader honour the proxy.nonproxyhosts ODC Setting (#7077)
  • fix: do not set legacy proxy from maven or env (#7072) (#7074)
  • docs: add missing documentation for the MS Build Analyzer (#7113)
  • docs: Document the breaking change for Maven plugin as reporting plugin (#7079)

See the full listing of changes.

Commits
  • 91ba878 build: prepare release v11.1.0
  • a610dbd build: bump minor semantic version number to 11.1.0
  • f8505fb docs: update release notes
  • 519707a fix: re-add h2 database driver name (#7115)
  • 08d7657 feat: PHP Composer Analyzer Scans packages-dev by default (#7114)
  • 910570d docs: add missing documentation for the MS Build Analyzer (#7113)
  • 4c2fcef build(deps): bump jackson.version from 2.18.0 to 2.18.1 (#7111)
  • 5f3061d build(deps): bump io.github.jeremylong:open-vulnerability-clients from 7.0.0 ...
  • 116a63f fix(regression): Make the Downloader honour the proxy.nonproxyhosts ODC Setti...
  • c87d3cf docs: Document the breaking change for Maven plugin as reporting plugin (#7079)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
com.networknt:json-schema-validator [< 1.1, > 1.0.79]

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 maven-dependencies group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) | `1.5.2` | `1.5.3` |
| [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) | `2.18.0` | `2.18.1` |
| [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) | `2.18.0` | `2.18.1` |
| [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) | `1.78.1` | `1.79` |
| [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) | `5.4` | `5.4.1` |
| [au.com.dius.pact:consumer](https://github.com/pact-foundation/pact-jvm) | `4.6.14` | `4.6.15` |
| [au.com.dius.pact:provider](https://github.com/pact-foundation/pact-jvm) | `4.6.14` | `4.6.15` |
| [au.com.dius.pact.consumer:junit5](https://github.com/pact-foundation/pact-jvm) | `4.6.14` | `4.6.15` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.5.1` | `3.5.2` |
| [org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck) | `11.0.0` | `11.1.0` |


Updates `com.networknt:json-schema-validator` from 1.5.2 to 1.5.3
- [Release notes](https://github.com/networknt/json-schema-validator/releases)
- [Changelog](https://github.com/networknt/json-schema-validator/blob/master/CHANGELOG.md)
- [Commits](networknt/json-schema-validator@1.5.2...1.5.3)

Updates `com.fasterxml.jackson.core:jackson-core` from 2.18.0 to 2.18.1
- [Commits](FasterXML/jackson-core@jackson-core-2.18.0...jackson-core-2.18.1)

Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.18.0 to 2.18.1
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `org.bouncycastle:bcprov-jdk18on` from 1.78.1 to 1.79
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

Updates `org.apache.httpcomponents.client5:httpclient5` from 5.4 to 5.4.1
- [Changelog](https://github.com/apache/httpcomponents-client/blob/rel/v5.4.1/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-client@rel/v5.4...rel/v5.4.1)

Updates `au.com.dius.pact:consumer` from 4.6.14 to 4.6.15
- [Release notes](https://github.com/pact-foundation/pact-jvm/releases)
- [Changelog](https://github.com/pact-foundation/pact-jvm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pact-foundation/pact-jvm/commits)

Updates `au.com.dius.pact:provider` from 4.6.14 to 4.6.15
- [Release notes](https://github.com/pact-foundation/pact-jvm/releases)
- [Changelog](https://github.com/pact-foundation/pact-jvm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pact-foundation/pact-jvm/commits)

Updates `au.com.dius.pact.consumer:junit5` from 4.6.14 to 4.6.15
- [Release notes](https://github.com/pact-foundation/pact-jvm/releases)
- [Changelog](https://github.com/pact-foundation/pact-jvm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pact-foundation/pact-jvm/commits)

Updates `au.com.dius.pact:provider` from 4.6.14 to 4.6.15
- [Release notes](https://github.com/pact-foundation/pact-jvm/releases)
- [Changelog](https://github.com/pact-foundation/pact-jvm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pact-foundation/pact-jvm/commits)

Updates `au.com.dius.pact.consumer:junit5` from 4.6.14 to 4.6.15
- [Release notes](https://github.com/pact-foundation/pact-jvm/releases)
- [Changelog](https://github.com/pact-foundation/pact-jvm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pact-foundation/pact-jvm/commits)

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.5.1...surefire-3.5.2)

Updates `org.owasp:dependency-check-maven` from 11.0.0 to 11.1.0
- [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
- [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md)
- [Commits](jeremylong/DependencyCheck@v11.0.0...v11.1.0)

---
updated-dependencies:
- dependency-name: com.networknt:json-schema-validator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.bouncycastle:bcprov-jdk18on
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.apache.httpcomponents.client5:httpclient5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: au.com.dius.pact:consumer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: au.com.dius.pact:provider
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: au.com.dius.pact.consumer:junit5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: au.com.dius.pact:provider
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: au.com.dius.pact.consumer:junit5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.owasp:dependency-check-maven
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner November 4, 2024 10:35
@dependabot dependabot bot requested review from pshapiro4broad and removed request for a team November 4, 2024 10:35
@dependabot dependabot bot added the dependency label Nov 4, 2024
@dependabot dependabot bot requested a review from snf2ye November 4, 2024 10:35
Copy link
Contributor

@rushtong rushtong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏽

Copy link
Contributor

@fboulnois fboulnois left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@fboulnois fboulnois merged commit 0dafb88 into develop Nov 4, 2024
14 checks passed
@fboulnois fboulnois deleted the dependabot/maven/develop/maven-dependencies-f86c0af7de branch November 4, 2024 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants