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

[DUOS-1740-dependabot]: Bump the maven-dependencies group with 12 updates #2238

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2024

Bumps the maven-dependencies group with 12 updates:

Package From To
com.networknt:json-schema-validator 1.1.0 1.3.0
org.apache.httpcomponents.client5:httpclient5 5.3 5.3.1
au.com.dius.pact:consumer 4.6.4 4.6.5
au.com.dius.pact:provider 4.6.4 4.6.5
au.com.dius.pact.consumer:junit5 4.6.4 4.6.5
org.mockito:mockito-core 5.9.0 5.10.0
org.mockito:mockito-junit-jupiter 5.9.0 5.10.0
org.testcontainers:postgresql 1.19.3 1.19.4
org.testcontainers:mockserver 1.19.3 1.19.4
com.google.cloud:google-cloud-storage 2.31.0 2.32.1
org.elasticsearch.client:elasticsearch-rest-client 8.11.4 8.12.0
org.owasp:dependency-check-maven 9.0.8 9.0.9

Updates com.networknt:json-schema-validator from 1.1.0 to 1.3.0

Release notes

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

1.3.0 - 2024-01-26

Added

Changed

  • fixes #934 update javadoc and a test case.
  • fixes #931 Support Draft 2020-12 and refactor schema retrieval. Thanks @​justin-tay
  • fixes #930 Fix getSchema() anchor fragment lookup. Thanks @​justin-tay
  • fixes #929 Upgrade ITU library to version 1.8. Thanks @​ethlo

Upgrade Guide

With #931 implemented, it breaks the API. Users code might need to change in order to move to this version.

1.2.0 - 2024-01-19

Added

Changed

Upgrade Guide

With #915 and #922 implemented, it breaks the API. Users code might need to change in order to move to this version.

Changelog

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

1.3.0 - 2024-01-26

Added

Changed

  • fixes #934 update javadoc and a test case.
  • fixes #931 Support Draft 2020-12 and refactor schema retrieval. Thanks @​justin-tay
  • fixes #930 Fix getSchema() anchor fragment lookup. Thanks @​justin-tay
  • fixes #929 Upgrade ITU library to version 1.8. Thanks @​ethlo

Upgrade Guide

With #931 implemented, it breaks the API. Users code might need to change in order to move to this version.

1.2.0 - 2024-01-19

Added

Changed

Upgrade Guide

With #915 and #922 implemented, it breaks the API. Users code might need to change in order to move to this version.

Commits

Updates org.apache.httpcomponents.client5:httpclient5 from 5.3 to 5.3.1

Changelog

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

Release 5.3.1

This is a maintenance release that fixes several minor defects and a regression in the Fluent module causing the response body truncation discovered since release 5.3.

Change Log

  • Restored backwards-compatible #createSocket calls in Contributed by Clayton Walker

  • HTTPCLIENT-2315: Client builders fail to apply system properties to the default connection manager. Contributed by Oleg Kalnichevski

  • HTTPCLIENT-2314: Handle gracefully a failure of DnsResolver to return a list of resolved addresses (#533). Contributed by Philip Helger

  • HTTPCLIENT-2314: Throw ConnectionShutdownException in case of pooled connection having been closed or discarded instead of plain IllegalStateException. Contributed by Oleg Kalnichevski

  • HTTPCLIENT-2312: Fixed response body truncation in the fluent API (#521). Contributed by Arturo Bernal

  • HTTPCLIENT-2313: Fixed NullPointerException in PoolingHttpClientConnectionManager when debug logging is enabled. Contributed by Oleg Kalnichevski

Commits
  • 4f85260 HttpClient 5.3.1 release
  • 2aa9ac6 Updated release notes for HttpClient 5.3.1 release
  • 8d9f9de Updated NOTICE to 2024
  • bece935 Allow backwards-compatible createSocket calls
  • fbd6954 Example demonstrating how to make HttpClient negotiate or force a particular ...
  • 6639de1 Added example demonstrating how to get details of the underlying connection e...
  • d02687d Corrected the use of the wrong request object in the example
  • 679991a HTTPCLIENT-2315: client builders fails to apply system properties to the defa...
  • 1650831 HTTPCLIENT-2314: Handle gracefully a failure of DnsResolver to return a list ...
  • 67519a1 HTTPCLIENT-2314: Throw ConnectionShutdownException in case of pooled connecti...
  • Additional commits viewable in compare view

Updates au.com.dius.pact:consumer from 4.6.4 to 4.6.5

Release notes

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

4.6.5

Bugfix Release

  • 704f9cde5 - fix: newJsonBody() builder unable to handle certain field names #1760
  • e74487f67 - fix: Add set-cookie header to the list of single value headers
  • bcadfde6b - fix: Support V2 format with header/query params with encoded paths
  • d60747597 - chore: Upgrade io.netty:netty-handler to 4.1.104.Final #1755
  • 51f9b5808 - Issue 1758 - Add latest flag when comparing to the main branch so only the latest contract is checked (jordan.eales)
  • be4b6968b - chore: Update Junit 5 readme with V4 Pact example #1745
  • 9a8d12133 - feat: Add tests for supporting multiple test targets with JUnit 5 #1708
  • 4687d9695 - feat: Support multiple test targets with JUnit 5 #1708
  • fe8e0cc69 - chore: Correct Javadoc for @​Pact annotation #1739
  • 2a641c47b - fix: Message metadata is parsed as JSON, so need to check for JSON types #1749
Changelog

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

4.6.5 - Bugfix Release

  • 704f9cde5 - fix: newJsonBody() builder unable to handle certain field names #1760 (Ronald Holshausen, Thu Jan 18 11:46:48 2024 +1100)
  • e74487f67 - fix: Add set-cookie header to the list of single value headers (Ronald Holshausen, Wed Jan 17 13:52:06 2024 +1100)
  • 51762bd96 - Merge pull request #1759 from ealesjordan/check-latest-on-main-branch (Ronald Holshausen, Wed Jan 17 14:29:21 2024 +1100)
  • bcadfde6b - fix: Support V2 format with header/query params with encoded paths (Ronald Holshausen, Wed Jan 17 11:49:09 2024 +1100)
  • d60747597 - chore: Upgrade io.netty:netty-handler to 4.1.104.Final #1755 (Ronald Holshausen, Mon Jan 15 13:21:01 2024 +1100)
  • 51f9b5808 - Issue 1758 - Add latest flag when comparing to the main branch so only the latest contract is checked (jordan.eales, Tue Jan 9 14:41:34 2024 +0000)
  • be4b6968b - chore: Update Junit 5 readme with V4 Pact example #1745 (Ronald Holshausen, Wed Dec 20 15:53:00 2023 +1100)
  • 9a8d12133 - feat: Add tests for supportingmultiple test targets with JUnit 5 #1708 (Ronald Holshausen, Sat Dec 16 19:05:46 2023 +1100)
  • 4687d9695 - feat: Support multiple test targets with JUnit 5 #1708 (Ronald Holshausen, Fri Dec 15 23:36:28 2023 +1100)
  • fe8e0cc69 - chore: Correct Javadoc for @​Pact annotation #1739 (Ronald Holshausen, Mon Dec 18 11:26:28 2023 +1100)
  • 2a641c47b - fix: Message metadata is parsed as JSON, so need to check for JSON types #1749 (Ronald Holshausen, Fri Dec 15 12:21:32 2023 +1100)
  • 3809c9b52 - chore: cleanup disabled test (Ronald Holshausen, Fri Dec 15 10:03:02 2023 +1100)
  • d918302a3 - bump version to 4.6.5 (Ronald Holshausen, Mon Dec 11 16:39:18 2023 +1100)
Commits

Updates au.com.dius.pact:provider from 4.6.4 to 4.6.5

Release notes

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

4.6.5

Bugfix Release

  • 704f9cde5 - fix: newJsonBody() builder unable to handle certain field names #1760
  • e74487f67 - fix: Add set-cookie header to the list of single value headers
  • bcadfde6b - fix: Support V2 format with header/query params with encoded paths
  • d60747597 - chore: Upgrade io.netty:netty-handler to 4.1.104.Final #1755
  • 51f9b5808 - Issue 1758 - Add latest flag when comparing to the main branch so only the latest contract is checked (jordan.eales)
  • be4b6968b - chore: Update Junit 5 readme with V4 Pact example #1745
  • 9a8d12133 - feat: Add tests for supporting multiple test targets with JUnit 5 #1708
  • 4687d9695 - feat: Support multiple test targets with JUnit 5 #1708
  • fe8e0cc69 - chore: Correct Javadoc for @​Pact annotation #1739
  • 2a641c47b - fix: Message metadata is parsed as JSON, so need to check for JSON types #1749
Changelog

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

4.6.5 - Bugfix Release

  • 704f9cde5 - fix: newJsonBody() builder unable to handle certain field names #1760 (Ronald Holshausen, Thu Jan 18 11:46:48 2024 +1100)
  • e74487f67 - fix: Add set-cookie header to the list of single value headers (Ronald Holshausen, Wed Jan 17 13:52:06 2024 +1100)
  • 51762bd96 - Merge pull request #1759 from ealesjordan/check-latest-on-main-branch (Ronald Holshausen, Wed Jan 17 14:29:21 2024 +1100)
  • bcadfde6b - fix: Support V2 format with header/query params with encoded paths (Ronald Holshausen, Wed Jan 17 11:49:09 2024 +1100)
  • d60747597 - chore: Upgrade io.netty:netty-handler to 4.1.104.Final #1755 (Ronald Holshausen, Mon Jan 15 13:21:01 2024 +1100)
  • 51f9b5808 - Issue 1758 - Add latest flag when comparing to the main branch so only the latest contract is checked (jordan.eales, Tue Jan 9 14:41:34 2024 +0000)
  • be4b6968b - chore: Update Junit 5 readme with V4 Pact example #1745 (Ronald Holshausen, Wed Dec 20 15:53:00 2023 +1100)
  • 9a8d12133 - feat: Add tests for supportingmultiple test targets with JUnit 5 #1708 (Ronald Holshausen, Sat Dec 16 19:05:46 2023 +1100)
  • 4687d9695 - feat: Support multiple test targets with JUnit 5 #1708 (Ronald Holshausen, Fri Dec 15 23:36:28 2023 +1100)
  • fe8e0cc69 - chore: Correct Javadoc for @​Pact annotation #1739 (Ronald Holshausen, Mon Dec 18 11:26:28 2023 +1100)
  • 2a641c47b - fix: Message metadata is parsed as JSON, so need to check for JSON types #1749 (Ronald Holshausen, Fri Dec 15 12:21:32 2023 +1100)
  • 3809c9b52 - chore: cleanup disabled test (Ronald Holshausen, Fri Dec 15 10:03:02 2023 +1100)
  • d918302a3 - bump version to 4.6.5 (Ronald Holshausen, Mon Dec 11 16:39:18 2023 +1100)
Commits

Updates au.com.dius.pact.consumer:junit5 from 4.6.4 to 4.6.5

Release notes

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

4.6.5

Bugfix Release

  • 704f9cde5 - fix: newJsonBody() builder unable to handle certain field names #1760
  • e74487f67 - fix: Add set-cookie header to the list of single value headers
  • bcadfde6b - fix: Support V2 format with header/query params with encoded paths
  • d60747597 - chore: Upgrade io.netty:netty-handler to 4.1.104.Final #1755
  • 51f9b5808 - Issue 1758 - Add latest flag when comparing to the main branch so only the latest contract is checked (jordan.eales)
  • be4b6968b - chore: Update Junit 5 readme with V4 Pact example #1745
  • 9a8d12133 - feat: Add tests for supporting multiple test targets with JUnit 5 #1708
  • 4687d9695 - feat: Support multiple test targets with JUnit 5 #1708
  • fe8e0cc69 - chore: Correct Javadoc for @​Pact annotation #1739
  • 2a641c47b - fix: Message metadata is parsed as JSON, so need to check for JSON types #1749
Changelog

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

4.6.5 - Bugfix Release

  • 704f9cde5 - fix: newJsonBody() builder unable to handle certain field names #1760 (Ronald Holshausen, Thu Jan 18 11:46:48 2024 +1100)
  • e74487f67 - fix: Add set-cookie header to the list of single value headers (Ronald Holshausen, Wed Jan 17 13:52:06 2024 +1100)
  • 51762bd96 - Merge pull request #1759 from ealesjordan/check-latest-on-main-branch (Ronald Holshausen, Wed Jan 17 14:29:21 2024 +1100)
  • bcadfde6b - fix: Support V2 format with header/query params with encoded paths (Ronald Holshausen, Wed Jan 17 11:49:09 2024 +1100)
  • d60747597 - chore: Upgrade io.netty:netty-handler to 4.1.104.Final #1755 (Ronald Holshausen, Mon Jan 15 13:21:01 2024 +1100)
  • 51f9b5808 - Issue 1758 - Add latest flag when comparing to the main branch so only the latest contract is checked (jordan.eales, Tue Jan 9 14:41:34 2024 +0000)
  • be4b6968b - chore: Update Junit 5 readme with V4 Pact example #1745 (Ronald Holshausen, Wed Dec 20 15:53:00 2023 +1100)
  • 9a8d12133 - feat: Add tests for supportingmultiple test targets with JUnit 5 #1708 (Ronald Holshausen, Sat Dec 16 19:05:46 2023 +1100)
  • 4687d9695 - feat: Support multiple test targets with JUnit 5 #1708 (Ronald Holshausen, Fri Dec 15 23:36:28 2023 +1100)
  • fe8e0cc69 - chore: Correct Javadoc for @​Pact annotation #1739 (Ronald Holshausen, Mon Dec 18 11:26:28 2023 +1100)
  • 2a641c47b - fix: Message metadata is parsed as JSON, so need to check for JSON types #1749 (Ronald Holshausen, Fri Dec 15 12:21:32 2023 +1100)
  • 3809c9b52 - chore: cleanup disabled test (Ronald Holshausen, Fri Dec 15 10:03:02 2023 +1100)
  • d918302a3 - bump version to 4.6.5 (Ronald Holshausen, Mon Dec 11 16:39:18 2023 +1100)
Commits

Updates org.mockito:mockito-core from 5.9.0 to 5.10.0

Release notes

Sourced from org.mockito:mockito-core's releases.

v5.10.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.10.0

Commits
  • 7e1bae8 Bump org.shipkit:shipkit-auto-version from 1.2.2 to 2.0.2 (#3248)
  • cf89d49 Bump org.assertj:assertj-core from 3.25.1 to 3.25.2 (#3247)
  • cc2ca36 Bump org.shipkit:shipkit-changelog from 1.2.0 to 2.0.1 (#3245)
  • ed01de6 Bump com.diffplug.spotless from 6.24.0 to 6.25.0 (#3244)
  • ef3dc8f Improve typing for PluginLoader#loadPlugin(..) (#3242)
  • 33dc48c Bump com.github.ben-manes.versions from 0.50.0 to 0.51.0 (#3241)
  • 9173522 Add support for static mocks on DoNotMockEnforcer (#3220)
  • a021436 Bump com.diffplug.spotless from 6.23.3 to 6.24.0 (#3236)
  • See full diff in compare view

Updates org.mockito:mockito-junit-jupiter from 5.9.0 to 5.10.0

Release notes

Sourced from org.mockito:mockito-junit-jupiter's releases.

v5.10.0

Changelog generated by Shipkit Changelog Gradle Plugin

5.10.0

Commits
  • 7e1bae8 Bump org.shipkit:shipkit-auto-version from 1.2.2 to 2.0.2 (#3248)
  • cf89d49 Bump org.assertj:assertj-core from 3.25.1 to 3.25.2 (#3247)
  • cc2ca36 Bump org.shipkit:shipkit-changelog from 1.2.0 to 2.0.1 (#3245)
  • ed01de6 Bump com.diffplug.spotless from 6.24.0 to 6.25.0 (#3244)
  • ef3dc8f Improve typing for PluginLoader#loadPlugin(..) (#3242)
  • 33dc48c Bump com.github.ben-manes.versions from 0.50.0 to 0.51.0 (#3241)
  • 9173522 Add support for static mocks on DoNotMockEnforcer (#3220)
  • a021436 Bump com.diffplug.spotless from 6.23.3 to 6.24.0 (#3236)
  • See full diff in compare view

Updates org.testcontainers:postgresql from 1.19.3 to 1.19.4

Release notes

Sourced from org.testcontainers:postgresql's releases.

1.19.4

Testcontainers for Java 1.19.4

Core

Modules

Elasticsearch

  • Deprecate support for docker.elastic.co/elasticsearch/elasticsearch-oss (#4574) @​dadoonet

JDBC

  • Fix SQLUtils.splitSqlScript: keep semicolons after END when semicolon is not the statement separator (#8108) @​inponomarev

Minio

MySQL

Redpanda

Selenium

What's Changed

📖 Documentation

... (truncated)

Commits
  • dc0e3da Merge pull request #8162 from testcontainers/combined-pr-branch
  • 733508f Merge remote-tracking branch 'origin/dependabot/gradle/modules/influxdb/org.i...
  • c0610e3 Merge remote-tracking branch 'origin/dependabot/gradle/modules/solace/com.sol...
  • 39641d3 Bump org.influxdb:influxdb-java from 2.23 to 2.24 in /modules/influxdb
  • 47400be Bump com.solacesystems:sol-jcsmp in /modules/solace
  • f9116b1 Bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre in /core
  • 490f8f8 Update activemq-client version to 6.0.1 (#8150)
  • 489ac7d Merge pull request #8161 from testcontainers/combined-pr-branch
  • 2d37a36 New Solace certificates for integration test (#8160)
  • 9fa2241 Merge remote-tracking branch 'origin/dependabot/gradle/modules/pulsar/org.apa...
  • Additional commits viewable in compare view

Updates org.testcontainers:mockserver from 1.19.3 to 1.19.4

Release notes

Sourced from org.testcontainers:mockserver's releases.

1.19.4

Testcontainers for Java 1.19.4

Core

Modules

Elasticsearch

  • Deprecate support for docker.elastic.co/elasticsearch/elasticsearch-oss (#4574) @​dadoonet

JDBC

  • Fix SQLUtils.splitSqlScript: keep semicolons after END when semicolon is not the statement separator (#8108) @​inponomarev

Minio

MySQL

Redpanda

Selenium

What's Changed

📖 Documentation

... (truncated)

Commits
  • dc0e3da Merge pull request #8162 from testcontainers/combined-pr-branch
  • 733508f Merge remote-tracking branch 'origin/dependabot/gradle/modules/influxdb/org.i...
  • c0610e3 Merge remote-tracking branch 'origin/dependabot/gradle/modules/solace/com.sol...
  • 39641d3 Bump org.influxdb:influxdb-java from 2.23 to 2.24 in /modules/influxdb
  • 47400be Bump com.solacesystems:sol-jcsmp in /modules/solace
  • f9116b1 Bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre in /core
  • 490f8f8 Update activemq-client version to 6.0.1 (#8150)
  • 489ac7d Merge pull request #8161 from testcontainers/combined-pr-branch
  • 2d37a36 New Solace certificates for integration test (#8160)
  • 9fa2241 Merge remote-tracking branch 'origin/dependabot/gradle/modules/pulsar/org.apa...
  • Additional commits viewable in compare view

Updates com.google.cloud:google-cloud-storage from 2.31.0 to 2.32.1

Release notes

Sourced from com.google.cloud:google-cloud-storage's releases.

v2.32.1

2.32.1 (2024-01-24)

Dependencies

  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.23.0 (#2378) (798aadf)

v2.32.0

2.32.0 (2024-01-22)

Features

  • Add ability to create a PCU Prefix at the object level (#2345) (d39a4e4)

Dependencies

  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.22.0 (#2363) (e2e2d7e)
Changelog

Sourced from com.google.cloud:google-cloud-storage's changelog.

2.32.1 (2024-01-24)

Dependencies

  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.23.0 (#2378) (798aadf)

2.32.0 (2024-01-22)

Features

  • Add ability to create a PCU Prefix at the object level (#2345) (d39a4e4)

Dependencies

  • Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.22.0 (#2363) (e2e2d7e)
Commits
  • da31d22 chore(main): release 2.32.1 (#2379)
  • 798aadf deps: update dependency com.google.cloud:google-cloud-shared-dependencies to ...
  • d9932d7 test(deps): update cross product test dependencies (#2377)
  • e69ec1c test(deps): update dependency com.google.cloud:google-cloud-conformance-tests...
  • e66b1ca test(deps): update dependency com.google.truth:truth to v1.3.0 (#2367)
  • f88bcf8 chore(benchmarks): Add in optional warmup to benchmarks (#2359)
  • baa9e31 chore(main): release 2.32.1-SNAPSHOT (#2370)
  • 7ea5391 chore(deps): update dependency com.google.cloud:google-cloud-storage to v2.32...
  • 419bea9 chore(main): release 2.32.0 (#2364)
  • cfe7bef chore: Create renovate_config_check.yaml (#1920) (#2368)
  • Additional commits viewable in compare view

Updates org.elasticsearch.client:elasticsearch-rest-client from 8.11.4 to 8.12.0

Release notes

Sourced from org.elasticsearch.client:elasticsearch-rest-client's releases.

Elasticsearch 8.12.0

Downloads: https://elastic.co/downloads/elasticsearch Release notes: https://www.elastic.co/guide/en/elasticsearch/reference/8.12/release-notes-8.12.0.html

Commits

Updates org.owasp:dependency-check-maven from 9.0.8 to 9.0.9

Release notes

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

Version 9.0.9

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

Changelog

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

Version 9.0.9 (2024-01-17)

  • fix: for #6374 to delete non-empty directories (#6375)
  • fix: NoSuchMethodError closeQuietly(java.io.Closeable[]) (#6377)
  • chore: close stream to prevent possible resource leak (#6382)
  • docs: Document default for CLI --data (#6359)
  • docs: document gradle build (#6371)

See the full listing of changes.

Commits
  • 73c3014 build: prepare release v9.0.9
  • 9cd133f docs: release 9.0.9
  • f5570a0 build(deps): bump JamesIves/github-pages-deploy-action from 4.4.3 to 4.5.0 (#...
  • 22a7f7c build(deps): bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#6179)
  • 1dec982 docs: Document default for CLI --data (#6359)

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
…ates

Bumps the maven-dependencies group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) | `1.1.0` | `1.3.0` |
| [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) | `5.3` | `5.3.1` |
| [au.com.dius.pact:consumer](https://github.com/pact-foundation/pact-jvm) | `4.6.4` | `4.6.5` |
| [au.com.dius.pact:provider](https://github.com/pact-foundation/pact-jvm) | `4.6.4` | `4.6.5` |
| [au.com.dius.pact.consumer:junit5](https://github.com/pact-foundation/pact-jvm) | `4.6.4` | `4.6.5` |
| [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.9.0` | `5.10.0` |
| [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) | `5.9.0` | `5.10.0` |
| [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.19.3` | `1.19.4` |
| [org.testcontainers:mockserver](https://github.com/testcontainers/testcontainers-java) | `1.19.3` | `1.19.4` |
| [com.google.cloud:google-cloud-storage](https://github.com/googleapis/java-storage) | `2.31.0` | `2.32.1` |
| [org.elasticsearch.client:elasticsearch-rest-client](https://github.com/elastic/elasticsearch) | `8.11.4` | `8.12.0` |
| [org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck) | `9.0.8` | `9.0.9` |


Updates `com.networknt:json-schema-validator` from 1.1.0 to 1.3.0
- [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.1.0...1.3.0)

Updates `org.apache.httpcomponents.client5:httpclient5` from 5.3 to 5.3.1
- [Changelog](https://github.com/apache/httpcomponents-client/blob/rel/v5.3.1/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-client@rel/v5.3...rel/v5.3.1)

Updates `au.com.dius.pact:consumer` from 4.6.4 to 4.6.5
- [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.4 to 4.6.5
- [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.4 to 4.6.5
- [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.mockito:mockito-core` from 5.9.0 to 5.10.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.9.0...v5.10.0)

Updates `org.mockito:mockito-junit-jupiter` from 5.9.0 to 5.10.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.9.0...v5.10.0)

Updates `org.testcontainers:postgresql` from 1.19.3 to 1.19.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.19.3...1.19.4)

Updates `org.testcontainers:mockserver` from 1.19.3 to 1.19.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.19.3...1.19.4)

Updates `com.google.cloud:google-cloud-storage` from 2.31.0 to 2.32.1
- [Release notes](https://github.com/googleapis/java-storage/releases)
- [Changelog](https://github.com/googleapis/java-storage/blob/main/CHANGELOG.md)
- [Commits](googleapis/java-storage@v2.31.0...v2.32.1)

Updates `org.elasticsearch.client:elasticsearch-rest-client` from 8.11.4 to 8.12.0
- [Release notes](https://github.com/elastic/elasticsearch/releases)
- [Changelog](https://github.com/elastic/elasticsearch/blob/main/CHANGELOG.md)
- [Commits](elastic/elasticsearch@v8.11.4...v8.12.0)

Updates `org.owasp:dependency-check-maven` from 9.0.8 to 9.0.9
- [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
- [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md)
- [Commits](jeremylong/DependencyCheck@v9.0.8...v9.0.9)

---
updated-dependencies:
- dependency-name: com.networknt:json-schema-validator
  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: org.mockito:mockito-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.testcontainers:postgresql
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.testcontainers:mockserver
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: com.google.cloud:google-cloud-storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.elasticsearch.client:elasticsearch-rest-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.owasp:dependency-check-maven
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 January 29, 2024 10:12
@rushtong
Copy link
Contributor

rushtong commented Jan 31, 2024

[com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) is not catching a validation failure that it should catch - rolling that back until the break is fixed.

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.

Manually tested 👍🏽

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 5, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 5, 2024
@dependabot dependabot bot deleted the dependabot/maven/develop/maven-dependencies-4cdf7fd77e branch February 5, 2024 10:17
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.

None yet

1 participant