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

[CORE-69]: Bump the minor-patch-dependencies group with 18 updates #227

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 31, 2025

Bumps the minor-patch-dependencies group with 18 updates:

Package From To
io.swagger.core.v3:swagger-annotations 2.1.13 2.2.28
io.swagger.codegen.v3:swagger-codegen-cli 3.0.47 3.0.67
io.spring.dependency-management 1.1.4 1.1.7
org.springframework.boot 3.2.3 3.4.2
com.google.cloud.tools.jib 3.4.3 3.4.4
com.google.cloud:libraries-bom 26.28.0 26.53.0
org.immutables:value 2.9.2 2.10.1
org.bouncycastle:bcprov-jdk18on 1.78 1.80
org.codehaus.janino:janino 3.1.9 3.1.12
au.com.dius.pact.provider:junit5 4.3.19 4.6.16
au.com.dius.pact.provider:junit5spring 4.3.19 4.6.16
io.opentelemetry.semconv:opentelemetry-semconv 1.21.0-alpha 1.30.0-rc.1
com.google.cloud.opentelemetry:exporter-trace 0.25.2 0.33.0
org.apache.commons:commons-compress 1.26.0 1.27.1
com.github.ben-manes.versions 0.42.0 0.52.0
com.gorylenko.gradle-git-properties 2.4.0 2.4.2
org.junit.jupiter:junit-jupiter-api 5.8.2 5.11.4
com.google.auth:google-auth-library-oauth2-http 1.5.3 1.31.0

Updates io.swagger.core.v3:swagger-annotations from 2.1.13 to 2.2.28

Updates io.swagger.codegen.v3:swagger-codegen-cli from 3.0.47 to 3.0.67

Updates io.spring.dependency-management from 1.1.4 to 1.1.7

Release notes

Sourced from io.spring.dependency-management's releases.

v1.1.7

🐞 Bug Fixes

  • Dependency management report task produces a deprecation warning with Gradle 8.12-rc-1 #400
  • ExclusionResolver makes assumptions that won't hold true with Gradle 9 #394

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​octylFractal

v1.1.6

🐞 Bug Fixes

  • Applying Maven-style exclusions may cause a deprecation warning with Gradle 8.8 #384

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​quaff

v1.1.5

🐞 Bug Fixes

  • When a dependency has been substituted by changing its target, its version is managed based on its original group and artifact IDs #383
  • Plugin triggers a deprecation warning for LenientConfiguration#getArtifacts(Spec) with Gradle 8.8 #381
  • Exclusions are calculated unnecessarily for non-transitive configurations #372

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​fp7

Commits
  • 99c6a87 Release v1.1.7
  • e870ef7 Address another deprecation warning in report take
  • fc43f90 Stop report task from triggering a deprecation warning
  • 0d1b43d Merge pull request #394 from octylFractal
  • 09853a2 Check for ModuleComponentIdentifier explicitly
  • e85cd28 Next development version (v1.1.7-SNAPSHOT)
  • caad92a Apply exclusions earlier to avoid deprecation warning
  • 68f86ea Merge pull request #387 from quaff
  • 4d44a45 Remove stray backtick
  • 90d9e1a Rename property to address naming clash
  • Additional commits viewable in compare view

Updates org.springframework.boot from 3.2.3 to 3.4.2

Release notes

Sourced from org.springframework.boot's releases.

v3.4.2

🐞 Bug Fixes

  • Property metadata for "logging.structured.json.customizer" has incorrect type #43916
  • GraylogExtendedLogFormatProperties throws NullPointerException when only 'logging.structured.gelf.host' is specified #43863
  • Structured logging properties have no effect in a native image #43862
  • Docker Compose support for ClickHouse does not allow an empty password when ALLOW_EMPTY_PASSWORD=yes #43790
  • docker compose ps now fails due to unknown --orphans flag with 2.23 or earlier #43717
  • Build info timestamp is truncated to seconds #43617
  • FileWatcher used for SSL reload does not support symlinks #43604
  • BindableRuntimeHintsRegistrar should handle TypeNotPresentException #43600
  • CapturedOutput is empty when using Log4J2 StatusLogger #43578
  • Spring Boot 3.4 is not compatible with Gson 2.10 #43442
  • NoClassDefFoundError when using JUnit to test a Gradle 7.6.x app that depends on spring-boot-actuator-autoconfigure but not on org.junit.platform:junit-platform-launcher #43340

📔 Documentation

  • Document that the @ConfigurationProperties annotation processor cannot generate description and defaultValue metadata for external types #43929
  • Fix description of management.metrics.graphql.autotime.enabled #43905
  • Document 'base64:' prefix support #43835
  • Document handling of @Fallback beans in ConditionalOnSingleCandidate's javadoc #43826
  • Javadoc of DataSourceBuilder does not reference all supported types #43732
  • Update OpenTelemetry section in Supported Monitoring Systems to refer to OTLP instead #43729
  • Consistently document the minimum supported versions of Gradle #43725
  • Document that system libraries are a reason to customize the builder and switch away from builder-jammy-java-tiny #43716
  • Links to the Javadoc of Jakarta Messaging are invalid #43662
  • Paragraph HTML tags are rendered as-is in Maven Plugin reference documentation #43623
  • Javadoc link for jakarta.xml.bind is invalid #43607
  • Documentation still has references to 'layertools' #43605
  • Javadoc of ConstructorBinding should not use markdown formatting #43599
  • Managed Dependency Coordinates lists Spock and OkHttp dependencies that are not managed #43584

🔨 Dependency Upgrades

  • Upgrade to ActiveMQ 6.1.5 #43791
  • Upgrade to Commons Codec 1.17.2 #43720
  • Upgrade to Couchbase Client 3.7.7 #43843
  • Upgrade to FreeMarker 2.3.34 #43721
  • Upgrade to Hibernate 6.6.5.Final #43910
  • Upgrade to HttpCore5 5.3.2 #43792
  • Upgrade to Infinispan 15.0.12.Final #43911
  • Upgrade to Jersey 3.1.10 #43793
  • Upgrade to jOOQ 3.19.18 #43844
  • Upgrade to Lettuce 6.4.2.RELEASE #43609
  • Upgrade to Logback 1.5.16 #43715
  • Upgrade to Micrometer 1.14.3 #43745
  • Upgrade to Micrometer Tracing 1.4.2 #43746
  • Upgrade to Netty 4.1.117.Final #43845
  • Upgrade to Postgresql 42.7.5 #43846
  • Upgrade to Pulsar 3.3.4 #43912

... (truncated)

Commits
  • f775945 Release v3.4.2
  • 068b960 Merge branch '3.3.x' into 3.4.x
  • 34c8353 Next development version (v3.3.9-SNAPSHOT)
  • f184e98 Merge branch '3.3.x' into 3.4.x
  • 390963f Document when defaultValue and description cannot be extracted
  • ef82719 Fix memory comparison in ProcessInfoTests
  • 1e35a0b Correct the type of logging.structured.json.customizer
  • 24e40e8 Upgrade to Spring Pulsar 1.2.2
  • 30dd62a Merge branch '3.3.x' into 3.4.x
  • a3eaafb Upgrade to Spring Pulsar 1.1.8
  • Additional commits viewable in compare view

Updates com.google.cloud.tools.jib from 3.4.3 to 3.4.4

Updates com.google.cloud:libraries-bom from 26.28.0 to 26.53.0

Release notes

Sourced from com.google.cloud:libraries-bom's releases.

v26.53.0

GCP Libraries BOM 26.53.0

Here are the differences from the previous version (26.52.0)

The group ID of the following artifacts is com.google.cloud.

Notable Changes

google-cloud-bigquery 2.46.0 (prev: 2.45.0)

  • bigquery: Support IAM conditions in datasets in Java client. (#3602) (6696a9c)

  • NPE when reading BigQueryResultSet from empty tables (#3627) (9a0b05a)

  • test: Force usage of ReadAPI (#3625) (5ca7d4a)

google-cloud-pubsub 1.136.0 (prev: 1.135.0)

  • Add Kafka-based sources to IngestionDataSourceSettings proto and IngestionFailureEvent proto (2947169)

google-cloud-spanner 6.85.0 (prev: 6.83.0)

  • Add support for ARRAY<STRUCT> to CloudCilentExecutor (#3544) (6cbaf7e)

  • Add transaction runner for connections (#3559) (5a1be3d)

  • Exposing InstanceType in Instance configuration (to define PROVISIONED or FREE spanner instance) (8d295c4)

  • Improve tracing by adding attributes (#3576) (eee333b)

  • spanner: Add jdbc support for external hosts (#3536) (801346a)

  • AsyncTransactionManager did not always close the session (#3580) (d9813a0)

  • Retry specific internal errors (#3565) (b9ce1a6)

  • Update max_in_use_session at 10 mins interval (#3570) (cc1753d)

  • Add gcp client attributes in OpenTelemetry traces (#3595) (7893f24)

  • Add LockHint feature (#3588) (326442b)

  • spanner: MTLS setup for spanner external host clients (#3574) (f8dd152)

google-cloud-spanner-jdbc 2.26.0 (prev: 2.25.1)

google-cloud-storage 2.47.0 (prev: 2.46.0)

  • Add MoveObject RPC (34b8ac4)

  • Introductory beta level support for OpenTelemetry tracing on c.g.c.storage.Storage methods (#2837) (dd889ea)

  • De-beta storage-v2 artifacts (#2852) (77a2e8a)

  • Fix interrupt spiral in grpc ReadObject drainQueue (#2850) (c1dac83)

  • Update request handling of gRPC based CopyWriter (#2858) (093cb87)

Other libraries

  • [aiplatform] add a new thought field in content proto (b68c98c)

... (truncated)

Commits
  • c8074d1 chore: release main (#6904)
  • a5a6f30 deps: update protobuf to 4.29.0 (#6903)
  • 7a0748f deps: update dependency com.google.cloud:google-cloud-logging-logback to v0.1...
  • b617eee deps: update dependency com.google.cloud:google-cloud-logging-bom to v3.21.1 ...
  • 42aa242 deps: update dependency com.google.cloud:google-cloud-spanner-jdbc to v2.26.0...
  • 692b250 deps: update dependency com.google.cloud:google-cloud-firestore-bom to v3.30....
  • f37e24d deps: update dependency com.google.cloud:google-cloud-bigquery to v2.46.0 (#6...
  • f8b4af6 deps: update dependency com.google.cloud:google-cloud-spanner-bom to v6.85.0 ...
  • 1413e7a deps: update dependency com.google.cloud:google-cloud-datastore-bom to v2.25....
  • 68830a5 deps: update dependency com.google.cloud:google-cloud-pubsublite-bom to v1.15...
  • Additional commits viewable in compare view

Updates org.immutables:value from 2.9.2 to 2.10.1

Release notes

Sourced from org.immutables:value's releases.

2.10.1

Maintenance release

What's Changed

New Contributors

Full Changelog: immutables/immutables@2.10.0...2.10.1

2.10.0

JakartaEE support

Style flag jakarta = true Mainly package change for annotations and types like Validator

Miscellaneous

  • JDK9 unmodifiable collections for List, Set, Map, style flag jdk9Collections = true
  • Suppress from method, style flag from = ""
  • Non-strict modifiables allows reading unset attributes, style flag strictModifiables = false
  • Fixes in nested type_use annotations.
  • Performance: better initial capacity for collections
  • Refinements and fixes to Criteria modules
  • Plus many other refinements and maintance, see below

Workarounds for Gradle

  • imports for not-yet-generated types : add options.sourcepath
  • disable incremental compilation (options.incremental), may also help is some complex cases

What's Changed (since some last year's release)

New Contributors

... (truncated)

Commits
  • 75277e4 2.10.1 release
  • 021ce55 Merge pull request #1496 from wjglerum/natural-ordering-comparable-hierarchy
  • a490b41 Merge pull request #1502 from alsin/fix-yield-issue
  • d1651ba Fix 'yield outside of switch expression'
  • 5c0fbfe Also allow for SortedMap
  • 3d07733 Allows NaturalOrdering for Comparable type hierarchies
  • 7c78f66 error prone collateral damage - version
  • 683833b 2.10.1-SNAPSHOT
  • 29a2230 relese 2.10.0
  • 34c76bd Java7 leftovers
  • Additional commits viewable in compare view

Updates org.bouncycastle:bcprov-jdk18on from 1.78 to 1.80

Changelog

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

2.1.1 Version Release: 1.80 Date:      2025, 14th January.

... (truncated)

Commits

Updates org.codehaus.janino:janino from 3.1.9 to 3.1.12

Commits

Updates au.com.dius.pact.provider:junit5 from 4.3.19 to 4.6.16

Release notes

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

4.6.16

Maintenance Release

  • 2d2016317 - fix: Dependency conflict with org.slf4j:slf4j-api was causing Spring tests to fail
  • 38c0d27b8 - feat: Update LambdaDsl.newJsonArray to allow setting the number of examples
  • 19c663c8c - chore: The pact-jvm-server main spec was not configured correctly
  • 147a2a661 - fix: LambdaDslJsonArray has no datetime function #1839
  • e95461a6a - Fix path to Clojure example (Christoph Burgmer)
  • 9f6b209e2 - chore: Add a test + update docs on JUnit 4 report dir default #1836
  • 3e501f58e - chore: Add a test for pact-jvm-server

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)

4.6.14

Bugfix Release

  • 4cf45a1a0 - fix: Allow the Pact publish task to set insecure TLS flag #1817
  • ba845e825 - fix: Support provider tests with multiple targets using different transports #1819
  • ae9b230f4 - chore: Upgrade plugin driver to 0.5.1 which upgrades gRPC libs to 1.66.0 #1816
  • f19f1cfc2 - fix(V4): Http mock server was incorrectly setting the transport to https
  • 9ddf12656 - chore: Upgrade plugin driver to 0.5.0

4.6.13

Bugfix Release

  • ea14386fa - fix: Need to pass any provider state data through to the plugins
  • aa5770aae - Update README.md

4.6.12

Bugfix Release

  • a8c7a48ee - feat: Update the matching rule expression parser to support values from provider states
  • 787740484 - Feat: Improve some of the matching definition parser errors
  • bf662357c - feat: Add DSL methods to handle matching each key and value in a JSON object #1813
  • ae0607954 - fix: Deprecate eachKeyLike methods as they actually act on the values #1813
  • 877f21bac - fix: PactBrokerClient throws index-out-of-bounds when can-i-deploy is called for a new tag #1814
  • 65ae785b6 - Update README.md
  • 521e26513 - docs(JUnit 4): Update README with allowing provider state generator to fall back to the provider state parameters
  • e586656e4 - feat(JUnit 4): Allow provider state generator to fall back to the provider state parameters

... (truncated)

Changelog

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

4.6.16 - Maintenance Release

  • 2d2016317 - fix: Dependency conflict with org.slf4j:slf4j-api was causing Spring tests to fail (Ronald Holshausen, Wed Dec 4 14:21:15 2024 +1100)
  • 38c0d27b8 - feat: Update LambdaDsl.newJsonArray to allow setting the number of examples (Ronald Holshausen, Wed Dec 4 10:59:23 2024 +1100)
  • 19c663c8c - chore: The pact-jvm-server main spec was not configured correctly (Ronald Holshausen, Wed Dec 4 10:24:23 2024 +1100)
  • 147a2a661 - fix: LambdaDslJsonArray has no datetime function #1839 (Ronald Holshausen, Wed Dec 4 10:23:10 2024 +1100)
  • c7911705b - chore: Update readme (Ronald Holshausen, Wed Dec 4 09:59:01 2024 +1100)
  • 7229244f6 - Merge pull request #1837 from cburgmer/patch-1 (Ronald Holshausen, Fri Nov 15 10:03:21 2024 +1100)
  • e95461a6a - Fix path to Clojure example (Christoph Burgmer, Thu Nov 14 14:21:10 2024 +0100)
  • 9f6b209e2 - chore: Add a test + update docs on JUnit 4 report dir default #1836 (Ronald Holshausen, Thu Nov 14 15:58:48 2024 +1100)
  • 3e501f58e - chore: Add a test for pact-jvm-server (Ronald Holshausen, Tue Oct 29 17:40:28 2024 +1100)
  • 85c92365e - Update README.md (Ronald Holshausen, Tue Oct 29 11:32:02 2024 +1100)
  • 5c41e17fc - bump version to 4.6.16 (Ronald Holshausen, Tue Oct 29 10:38:07 2024 +1100)

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)

4.6.14 - Bugfix Release

  • 4cf45a1a0 - fix: Allow the Pact publish task to set insecure TLS flag #1817 (Ronald Holshausen, Tue Aug 27 16:22:48 2024 +1000)
  • ba845e825 - fix: Support provider tests with multiple targets using different transports #1819 (Ronald Holshausen, Mon Aug 26 14:41:47 2024 +1000)
  • ae9b230f4 - chore: Upgrade plugin driver to 0.5.1 which upgrades gRPC libs to 1.66.0 #1816 (Ronald Holshausen, Mon Aug 26 14:38:25 2024 +1000)
  • f19f1cfc2 - fix(V4): Http mock server was incorrectly setting the trasnport to https (Ronald Holshausen, Thu Aug 22 15:37:09 2024 +1000)
  • 9ddf12656 - chore: Upgrade plugin driver to 0.5.0 (Ronald Holshausen, Wed Aug 21 16:37:51 2024 +1000)
  • 00442e6df - Update README.md (Ronald Holshausen, Fri Aug 9 15:06:16 2024 +1000)
  • 5cdf0cb1c - bump version to 4.6.14 (Ronald Holshausen, Fri Aug 9 15:01:54 2024 +1000)

4.6.13 - Bugfix Release

  • ea14386fa - fix: Need to pass any provider state data through to the plugins (Ronald Holshausen, Wed Aug 7 12:09:02 2024 +1000)
  • aa5770aae - Update README.md (Ronald Holshausen, Tue Aug 6 10:49:30 2024 +1000)
  • 9289a3c8b - bump version to 4.6.13 (Ronald Holshausen, Tue Aug 6 10:36:04 2024 +1000)

4.6.12 - Bugfix Release

  • a8c7a48ee - feat: Update the matching rule expression parser to support values from provider states (Ronald Holshausen, Mon Aug 5 17:38:19 2024 +1000)

... (truncated)

Commits

Updates au.com.dius.pact.provider:junit5spring from 4.3.19 to 4.6.16

Release notes

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

4.6.16

Maintenance Release

  • 2d2016317 - fix: Dependency conflict with org.slf4j:slf4j-api was causing Spring tests to fail
  • 38c0d27b8 - feat: Update LambdaDsl.newJsonArray to allow setting the number of examples
  • 19c663c8c - chore: The pact-jvm-server main spec was not configured correctly
  • 147a2a661 - fix: LambdaDslJsonArray has no datetime function #1839
  • e95461a6a - Fix path to Clojure example (Christoph Burgmer)
  • 9f6b209e2 - chore: Add a test + update docs on JUnit 4 report dir default #1836
  • 3e501f58e - chore: Add a test for pact-jvm-server

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)

4.6.14

Bugfix Release

  • 4cf45a1a0 - fix: Allow the Pact publish task to set insecure TLS flag #1817
  • ba845e825 - fix: Support provider tests with multiple targets using different transports #1819
  • ae9b230f4 - chore: Upgrade plugin driver to 0.5.1 which upgrades gRPC libs to 1.66.0 #1816
  • f19f1cfc2 - fix(V4): Http mock server was incorrectly setting the transport to https
  • 9ddf12656 - chore: Upgrade plugin driver to 0.5.0

4.6.13

Bugfix Release

  • ea14386fa - fix: Need to pass any provider state data through to the plugins
  • aa5770aae - Update README.md

4.6.12

Bugfix Release

  • a8c7a48ee - feat: Update the matching rule expression parser to support values from provider states
  • 787740484 - Feat: Improve some of the matching definition parser errors
  • bf662357c - feat: Add DSL methods to handle matching each key and value in a JSON object #1813
  • ae0607954 - fix: Deprecate eachKeyLike methods as they actually act on the values #1813
  • 877f21bac - fix: PactBrokerClient throws index-out-of-bounds when can-i-deploy is called for a new tag #1814
  • 65ae785b6 - Update README.md
  • 521e26513 - docs(JUnit 4): Update README with allowing provider state generator to fall back to the provider state parameters
  • e586656e4 - feat(JUnit 4): Allow provider state generator to fall back to the provider state parameters

... (truncated)

Changelog

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

4.6.16 - Maintenance Release

  • 2d2016317 - fix: Dependency conflict with org.slf4j:slf4j-api was causing Spring tests to fail (Ronald Holshausen, Wed Dec 4 14:21:15 2024 +1100)
  • 38c0d27b8 - feat: Update LambdaDsl.newJsonArray to allow setting the number of examples (Ronald Holshausen, Wed Dec 4 10:59:23 2024 +1100)
  • 19c663c8c - chore: The pact-jvm-server main spec was not configured correctly (Ronald Holshausen, Wed Dec 4 10:24:23 2024 +1100)
  • 147a2a661 - fix: LambdaDslJsonArray has no datetime function #1839 (Ronald Holshausen, Wed Dec 4 10:23:10 2024 +1100)
  • c7911705b - chore: Update readme (Ronald Holshausen, Wed Dec 4 09:59:01 2024 +1100)
  • 7229244f6 - Merge pull request #1837 from cburgmer/patch-1 (Ronald Holshausen, Fri Nov 15 10:03:21 2024 +1100)
  • e95461a6a - Fix path to Clojure example (Christoph Burgmer, Thu Nov 14 14:21:10 2024 +0100)
  • 9f6b209e2 - chore: Add a test + update docs on JUnit 4 report dir default #1836 (Ronald Holshausen, Thu Nov 14 15:58:48 2024 +1100)
  • 3e501f58e - chore: Add a test for pact-jvm-server (Ronald Holshausen, Tue Oct 29 17:40:28 2024 +1100)
  • 85c92365e - Update README.md (Ronald Holshausen, Tue Oct 29 11:32:02 2024 +1100)
  • 5c41e17fc - bump version to 4.6.16 (Ronald Holshausen, Tue Oct 29 10:38:07 2024 +1100)

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)

4.6.14 - Bugfix Release

  • 4cf45a1a0 - fix: Allow the Pact publish task to set insecure TLS flag #1817 (Ronald Holshausen, Tue Aug 27 16:22:48 2024 +1000)
  • ba845e825 - fix: Support provider tests with multiple targets using different transports #1819 (Ronald Holshausen, Mon Aug 26 14:41:47 2024 +1000)
  • ae9b230f4 - chore: Upgrade plugin driver to 0.5.1 which upgrades gRPC libs to 1.66.0 #1816 (Ronald Holshausen, Mon Aug 26 14:38:25 2024 +1000)
  • f19f1cfc2 - fix(V4): Http mock server was incorrectly setting the trasnport to https (Ronald Holshausen, Thu Aug 22 15:37:09 2024 +1000)
  • 9ddf12656 - chore: Upgrade plugin driver to 0.5.0 (Ronald Holshausen, Wed Aug 21 16:37:51 2024 +1000)
  • 00442e6df - Update README.md (Ronald Holshausen, Fri Aug 9 15:06:16 2024 +1000)
  • 5cdf0cb1c - bump version to 4.6.14 (Ronald Holshausen, Fri Aug 9 15:01:54 2024 +1000)

4.6.13 - Bugfix Release

  • ea14386fa - fix: Need to pass any provider state data through to the plugins (Ronald Holshausen, Wed Aug 7 12:09:02 2024 +1000)
  • aa5770aae - Update README.md (Ronald Holshausen, Tue Aug 6 10:49:30 2024 +1000)
  • 9289a3c8b - bump version to 4.6.13 (Ronald Holshausen, Tue Aug 6 10:36:04 2024 +1000)

4.6.12 - Bugfix Release

  • a8c7a48ee - feat: Update the matching rule expression parser to support values from provider states (Ronald Holshausen, Mon Aug 5 17:38:19 2024 +1000)

... (truncated)

Commits

Updates io.opentelemetry.semconv:opentelemetry-semconv from 1.21.0-alpha to 1.30.0-rc.1

Release notes

Sourced from io.opentelemetry.semconv:opentelemetry-semconv's releases.

Version 1.30.0-rc.1

NOTICE: This is a release candidate (RC), preceding the first stable release of io.opentelemetry.semconv:opentelemetry-semconv.

  • BREAKING: Prepare for stable release. Remove deprecated ResourceAttributes, SemanticAttributes. (#130)
  • Exclude exception.escaped from (to-be-stable) artifact (#133)
  • Remove schema urls for 1.22.0, 1.23.1. (#134)
  • Bump to semantic-conventions v1.30.0 (#141)

Version 1.29.0

  • Update to semantic conventions 1.29.0 and weaver 0.12.0 (#118)

🙇 Thank you

This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:

@​breedx-splk @​jack-berg @​jsuereth @​laurit @​lmolkova @​renovate @​trask

Version 1.28.0

  • Use weaver for semantic convention codegen (#70)
  • Include Incubating prefix on enum inner class names (#83)
  • Add new class annotations to deprecated classes (#89)
  • Update to semantic-conventions 1.28.0 (#91)

🙇 Thank you

This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:

@​breedx-splk @​cboudereau @​gabrieljones @​jack-berg @​jsuereth @​kislaykishore @​laurit @​lmolkova @​lquerel @​trask

Version 1.27.0

  • Update to semantic-conventions 1.27.0 (#81)

... (truncated)

Changelog

Sourced from io.opentelemetry.semconv:opentelemetry-semconv's changelog.

Version 1.30.0-rc.1 (2025-01-27)

NOTICE: This is a release candidate (RC), preceding the first stable release of io.opentelemetry.semconv:opentelemetry-semconv.

  • BREAKING: Prepare for stable release. Remove deprecated ResourceAttributes, SemanticAttributes. (#130)
  • Exclude exception.escaped from (to-be-stable) artifact (#133)
  • Remove schema urls for 1.22.0, 1.23.1. (#134)
  • Bump to semantic-conventions v1.30.0 (#141)

Version 1.29.0 (2024-12-19)

  • Update to semantic conventions 1.29.0 and weaver 0.12.0 (#118)

Version 1.28.0 (2024-10-14)

  • Use weaver for semantic convention codegen (#70)
  • Include Incubating prefix on enum inner class names (#83)
  • Add new class annotations to deprecated classes (#89)
  • Update to semantic-conventions 1.28.0 (#91)

Version 1.27.0 (2024-08-20)

  • Update to semantic-conventions 1.27.0 (#81)

Version 1.26.0 (2024-07-08)

  • Update to semantic-conventions 1.26.0 (#73)
  • Add additional Android requirements to README (#68)

Version 1.25.0 (2024-04-08)

  • Restore and deprecate the SemanticAttributes and ResourceAttributes classes removed in 1.23.1 for easier upgrades. These will be removed prior to a stable release of io.opentelemetry.semconv:opentelemetry-semconv. (#62)
  • Update to semantic-conventions 1.25.0 (#61)

... (truncated)

Commits

Updates com.google.cloud.opentelemetry:exporter-trace from 0.25.2 to 0.33.0

Release notes

Sourced from com.google.cloud.opentelemetry:exporter-trace's releases.

v0.33.0

Release Highlights

  • Update the OpenTelemetry and Google library dependencies to address a reported CVE.

What's Changed

@dependabot dependabot bot requested a review from a team as a code owner January 31, 2025 18:11
@dependabot dependabot bot requested review from dvoet and samanehsan January 31, 2025 18:11
@dependabot dependabot bot force-pushed the dependabot/gradle/dev/minor-patch-dependencies-47b9e13660 branch from 85a813a to 03c6779 Compare January 31, 2025 21:08
Bumps the minor-patch-dependencies group with 18 updates:

| Package | From | To |
| --- | --- | --- |
| io.swagger.core.v3:swagger-annotations | `2.1.13` | `2.2.28` |
| io.swagger.codegen.v3:swagger-codegen-cli | `3.0.47` | `3.0.67` |
| [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) | `1.1.4` | `1.1.7` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.2.3` | `3.4.2` |
| com.google.cloud.tools.jib | `3.4.3` | `3.4.4` |
| [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) | `26.28.0` | `26.53.0` |
| [org.immutables:value](https://github.com/immutables/immutables) | `2.9.2` | `2.10.1` |
| [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) | `1.78` | `1.80` |
| [org.codehaus.janino:janino](https://github.com/janino-compiler/janino) | `3.1.9` | `3.1.12` |
| [au.com.dius.pact.provider:junit5](https://github.com/pact-foundation/pact-jvm) | `4.3.19` | `4.6.16` |
| [au.com.dius.pact.provider:junit5spring](https://github.com/pact-foundation/pact-jvm) | `4.3.19` | `4.6.16` |
| [io.opentelemetry.semconv:opentelemetry-semconv](https://github.com/open-telemetry/semantic-conventions-java) | `1.21.0-alpha` | `1.30.0-rc.1` |
| [com.google.cloud.opentelemetry:exporter-trace](https://github.com/GoogleCloudPlatform/opentelemetry-operations-java) | `0.25.2` | `0.33.0` |
| org.apache.commons:commons-compress | `1.26.0` | `1.27.1` |
| com.github.ben-manes.versions | `0.42.0` | `0.52.0` |
| com.gorylenko.gradle-git-properties | `2.4.0` | `2.4.2` |
| [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) | `5.8.2` | `5.11.4` |
| com.google.auth:google-auth-library-oauth2-http | `1.5.3` | `1.31.0` |


Updates `io.swagger.core.v3:swagger-annotations` from 2.1.13 to 2.2.28

Updates `io.swagger.codegen.v3:swagger-codegen-cli` from 3.0.47 to 3.0.67

Updates `io.spring.dependency-management` from 1.1.4 to 1.1.7
- [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases)
- [Commits](spring-gradle-plugins/dependency-management-plugin@v1.1.4...v1.1.7)

Updates `org.springframework.boot` from 3.2.3 to 3.4.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.3...v3.4.2)

Updates `com.google.cloud.tools.jib` from 3.4.3 to 3.4.4

Updates `com.google.cloud:libraries-bom` from 26.28.0 to 26.53.0
- [Release notes](https://github.com/googleapis/java-cloud-bom/releases)
- [Changelog](https://github.com/googleapis/java-cloud-bom/blob/main/release-please-config.json)
- [Commits](googleapis/java-cloud-bom@v26.28.0...v26.53.0)

Updates `org.immutables:value` from 2.9.2 to 2.10.1
- [Release notes](https://github.com/immutables/immutables/releases)
- [Commits](immutables/immutables@2.9.2...2.10.1)

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

Updates `org.codehaus.janino:janino` from 3.1.9 to 3.1.12
- [Release notes](https://github.com/janino-compiler/janino/releases)
- [Commits](janino-compiler/janino@v3.1.9...v3.1.12)

Updates `au.com.dius.pact.provider:junit5` from 4.3.19 to 4.6.16
- [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:junit5spring` from 4.3.19 to 4.6.16
- [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 `io.opentelemetry.semconv:opentelemetry-semconv` from 1.21.0-alpha to 1.30.0-rc.1
- [Release notes](https://github.com/open-telemetry/semantic-conventions-java/releases)
- [Changelog](https://github.com/open-telemetry/semantic-conventions-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/semantic-conventions-java/commits/v1.30.0-rc.1)

Updates `com.google.cloud.opentelemetry:exporter-trace` from 0.25.2 to 0.33.0
- [Release notes](https://github.com/GoogleCloudPlatform/opentelemetry-operations-java/releases)
- [Commits](GoogleCloudPlatform/opentelemetry-operations-java@v0.25.2...v0.33.0)

Updates `org.apache.commons:commons-compress` from 1.26.0 to 1.27.1

Updates `com.github.ben-manes.versions` from 0.42.0 to 0.52.0

Updates `com.gorylenko.gradle-git-properties` from 2.4.0 to 2.4.2

Updates `org.junit.jupiter:junit-jupiter-api` from 5.8.2 to 5.11.4
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.8.2...r5.11.4)

Updates `com.google.auth:google-auth-library-oauth2-http` from 1.5.3 to 1.31.0

---
updated-dependencies:
- dependency-name: io.swagger.core.v3:swagger-annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: io.swagger.codegen.v3:swagger-codegen-cli
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: io.spring.dependency-management
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: com.google.cloud.tools.jib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: com.google.cloud:libraries-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: org.immutables:value
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: org.bouncycastle:bcprov-jdk18on
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: org.codehaus.janino:janino
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: au.com.dius.pact.provider:junit5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: au.com.dius.pact.provider:junit5spring
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: io.opentelemetry.semconv:opentelemetry-semconv
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: com.google.cloud.opentelemetry:exporter-trace
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: org.apache.commons:commons-compress
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: com.github.ben-manes.versions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: com.gorylenko.gradle-git-properties
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: com.google.auth:google-auth-library-oauth2-http
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/dev/minor-patch-dependencies-47b9e13660 branch from 03c6779 to bc534e9 Compare February 3, 2025 11:24
Copy link

sonarqubecloud bot commented Feb 4, 2025

@@ -0,0 +1,40 @@
/* copied from https://github.com/swagger-api/swagger-codegen-generators/pull/1117 because the spring Base64 encoder was removed */
Copy link
Contributor

Choose a reason for hiding this comment

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

note this comment

testImplementation project(':client-resttemplate')

// OpenTelemetry
Copy link
Contributor

Choose a reason for hiding this comment

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

otel is pulled in by spring boot now

@dvoet dvoet merged commit df38a23 into dev Feb 4, 2025
13 checks passed
@dvoet dvoet deleted the dependabot/gradle/dev/minor-patch-dependencies-47b9e13660 branch February 4, 2025 20:46
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