Skip to content

chore(deps): bump the production-minor-patch group across 1 directory with 15 updates - #96

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/production-minor-patch-0bca205dbf
Closed

chore(deps): bump the production-minor-patch group across 1 directory with 15 updates#96
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/production-minor-patch-0bca205dbf

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the production-minor-patch group with 15 updates in the / directory:

Package From To
org.postgresql:postgresql 42.7.4 42.7.11
com.fasterxml.jackson.module:jackson-module-kotlin 2.18.3 2.22.0
com.fasterxml.jackson.core:jackson-databind 2.18.3 2.22.0
com.github.f4b6a3:ulid-creator 5.2.3 5.2.4
io.cloudevents:cloudevents-api 4.0.1 4.1.1
io.cloudevents:cloudevents-core 4.0.1 4.1.1
io.cloudevents:cloudevents-json-jackson 4.0.1 4.1.1
io.micrometer:micrometer-core 1.13.7 1.17.0
io.micrometer:micrometer-registry-prometheus 1.13.7 1.17.0
io.opentelemetry:opentelemetry-api 1.41.0 1.63.0
org.testcontainers:testcontainers 1.20.4 1.21.4
org.testcontainers:postgresql 1.20.4 1.21.4
org.testcontainers:redpanda 1.20.4 1.21.4
org.testcontainers:junit-jupiter 1.20.4 1.21.4
io.mockk:mockk 1.13.13 1.14.11

Updates org.postgresql:postgresql from 42.7.4 to 42.7.11

Release notes

Sourced from org.postgresql:postgresql's releases.

v42.7.11

Security

  • fix: Limit SCRAM PBKDF2 iterations accepted from the server. pgjdbc was vulnerable to a client-side denial of service in SCRAM-SHA-256 authentication, where a malicious or compromised PostgreSQL server could specify an extremely large PBKDF2 iteration count, causing the client to consume unbounded CPU and potentially exhaust connection pools. The fix introduces a new scramMaxIterations connection property (defaulting to 100,000) to cap iteration counts before computation begins. See the Security Advisory for more detail. The following CVE-2026-42198 has been issued.

Changes

🐛 Bug Fixes

  • fix: ensure extended protocol messages end with Sync message @​vlsi (#3728)
  • fix: enable cursor-based fetching in extended protocol when transaction started via SQL command @​vlsi (#3996)
  • fix: retry with SSL on IOException when sslMode=ALLOW @​vlsi (#3973)
  • fix: allow fallback to non-SSL connection when sslMode=prefer and sslResponseTimeout kicks in @​vlsi (#3968)
  • fix: catch SecurityException from setContextClassLoader on ForkJoinPool workers @​vlsi (#3962)
  • fix: use compareTo for LogSequenceNumber comparison @​vlsi (#3961)
  • fix: release COPY lock on IOException to prevent connection hang (#3957) @​vlsi (#3960)

🧰 Maintenance

⬆️ Dependencies

... (truncated)

Changelog

Sourced from org.postgresql:postgresql's changelog.

[42.7.11] (2026-04-28)

Security

  • fix: Limit SCRAM PBKDF2 iterations accepted from the server. pgjdbc was vulnerable to a client-side denial of service in SCRAM-SHA-256 authentication, where a malicious or compromised PostgreSQL server could specify an extremely large PBKDF2 iteration count, causing the client to consume unbounded CPU and potentially exhaust connection pools. The fix introduces a new scramMaxIterations connection property (defaulting to 100,000) to cap iteration counts before computation begins. See the Security Advisory for more detail. The following CVE-2026-42198 has been issued.

Added

Changed

Fixed

[42.7.10] (2026-02-11)

Changed

Fixed

Reverted

[42.7.9] (2026-01-14)

Added

... (truncated)

Commits
  • 78e261f fix: Add sources and javadocs to shaded published lib generation
  • 1e09fa0 update Changelog and website for release of 42.7.11 (#4042)
  • d479fa5 Fix scram fix location in changelog and update published artifact developer l...
  • b04fc46 docs: Add scram max iters fix to changelog
  • cf54822 test: Disable scram test on older version without scram_iterations GUC
  • 7dbcc79 test: Add SCRAM max iteration tests
  • c9d41d1 fix: Limit SCRAM PBKDF2 iterations accepted from the server
  • a340cb2 style: replace @​exception with @​throws in getBoolean javadoc
  • 77837f8 fix(deps): update dependency org.openrewrite.rewrite:org.openrewrite.rewrite....
  • 23af03b chore(deps): update actions/checkout action to v6
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.module:jackson-module-kotlin from 2.18.3 to 2.22.0

Commits
  • c0d7f48 [maven-release-plugin] prepare release jackson-module-kotlin-2.22.0
  • 5ce5800 Prep for 2.22.0 release
  • b92e1ab Merge branch '2.21' into 2.x
  • 753796e Post-release dep version bump
  • ae3ed35 [maven-release-plugin] prepare for next development iteration
  • d1e079e [maven-release-plugin] prepare release jackson-module-kotlin-2.21.4
  • 77295a2 Prep for 2.21.4 release
  • 3ef400e Merge branch '2.20' into 2.21
  • 609b375 Merge branch '2.19' into 2.20
  • c623e25 Merge branch '2.18' into 2.19
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-databind from 2.18.3 to 2.22.0

Commits

Updates com.fasterxml.jackson.core:jackson-databind from 2.18.3 to 2.22.0

Commits

Updates com.github.f4b6a3:ulid-creator from 5.2.3 to 5.2.4

Changelog

Sourced from com.github.f4b6a3:ulid-creator's changelog.

[5.2.4] - 2026-02-21

  • Change UlidCreator to use thread-safe lazy initialization and to be more friendly with GraalVM native compilation. #36
  • use new release mechanism, see this blog post.
Commits
  • 46f015a [maven-release-plugin] prepare release ulid-creator-5.2.4
  • 19c9a52 Update pom.xml
  • 5721cc4 Update docs
  • 7894092 Change UlidCreator to use thread-safe lazy initialization
  • 7335848 Add maven wrapper
  • 6b06c5c cleanup
  • 672d553 Merge pull request #38 from moxim/master
  • 31f78ab prepare for new release mechanism
  • 1b82480 Update pom.xml
  • 477d5dc [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.cloudevents:cloudevents-api from 4.0.1 to 4.1.1

Release notes

Sourced from io.cloudevents:cloudevents-api's releases.

v4.1.1

What's Changed

Full Changelog: cloudevents/sdk-java@v4.1.0...v4.1.1

v4.1.0

Note: 4.1 is the last planned Y stream to support Java 8. We will be doing a series of major version bumps as well as base Java version bump in 5.0

What's Changed

New Contributors

Full Changelog: cloudevents/sdk-java@v4.0.2...v4.1.0

v4.0.2

What's Changed

... (truncated)

Commits

Updates io.cloudevents:cloudevents-core from 4.0.1 to 4.1.1

Release notes

Sourced from io.cloudevents:cloudevents-core's releases.

v4.1.1

What's Changed

Full Changelog: cloudevents/sdk-java@v4.1.0...v4.1.1

v4.1.0

Note: 4.1 is the last planned Y stream to support Java 8. We will be doing a series of major version bumps as well as base Java version bump in 5.0

What's Changed

New Contributors

Full Changelog: cloudevents/sdk-java@v4.0.2...v4.1.0

v4.0.2

What's Changed

... (truncated)

Commits

Updates io.cloudevents:cloudevents-json-jackson from 4.0.1 to 4.1.1

Updates io.cloudevents:cloudevents-core from 4.0.1 to 4.1.1

Release notes

Sourced from io.cloudevents:cloudevents-core's releases.

v4.1.1

What's Changed

Full Changelog: cloudevents/sdk-java@v4.1.0...v4.1.1

v4.1.0

Note: 4.1 is the last planned Y stream to support Java 8. We will be doing a series of major version bumps as well as base Java version bump in 5.0

What's Changed

New Contributors

Full Changelog: cloudevents/sdk-java@v4.0.2...v4.1.0

v4.0.2

What's Changed

... (truncated)

Commits

Updates io.cloudevents:cloudevents-json-jackson from 4.0.1 to 4.1.1

Updates io.micrometer:micrometer-core from 1.13.7 to 1.17.0

Release notes

Sourced from io.micrometer:micrometer-core's releases.

1.17.0

See also the 1.17 migration guide and the release notes for 1.17.0-RC1, 1.17.0-M3, 1.17.0-M2, 1.17.0-M1.

🐞 Bug Fixes

  • ArrayIndexOutOfBoundsException when using LongTaskTimer #3877
  • Jetty 12's TimedHandler marks some requests with outcome UNKNOWN #7276
  • MeterRegistry closes HighCardinalityTagsDetector twice if the registry is closed twice #7409
  • Reduce allocation in HTTP server instrumentation #7580
  • Reduce allocation in gRPC server convention #7581

📔 Documentation

  • Clarify time series produced by LongTaskTimer when using Prometheus #6507
  • Document metrics that need to close the MeterBinder #4624
  • Multigauge Documentation lacks overwrite=true #4403

🔨 Dependency Upgrades

  • Bump com.dynatrace.metric.util:dynatrace-metric-utils-java from 2.4.0 to 2.5.0 #7452
  • Bump com.google.auth:google-auth-library-oauth2-http from 1.43.0 to 1.48.0 #7397
  • Bump com.google.cloud:google-cloud-monitoring from 3.89.0 to 3.94.0 #7398
  • Bump com.google.cloud:libraries-bom from 26.79.0 to 26.83.0 #7497
  • Bump com.netflix.spectator:spectator-reg-atlas from 1.9.6 to 1.9.9 #7552
  • Bump dropwizard-metrics from 4.2.38 to 4.2.39 #7527
  • Bump io.prometheus:prometheus-metrics-bom from 1.5.1 to 1.7.0 #7572
  • Bump software.amazon.awssdk:cloudwatch from 2.42.32 to 2.46.4 #7494

❤️ Contributors

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

@​blaspat, @​codingkiddo, @​izeye, @​jewoodev, and @​schiemon

1.17.0-RC1

⭐ New Features

  • Add meter for ForkJoinPool#getDelayedTaskCount #6381
  • Add support for JDK 26's MemoryPoolMXBean.getTotalGcCpuTime() #7245
  • Clear the state of the ObservationValidator #7337
  • Improve exemplars sizing and add exemplarsSize config #7324
  • Log warning when a registry is added to composite after meter registration #6908
  • Treat OkHttp Request as non-nullable #7388
  • Validate Observation.Scope closing when using TestObservationRegistry #6329

🐞 Bug Fixes

  • Invalid reflection hint in micrometer-core for native GraalVM 25 build #7316
  • ObservationGrpcClientInterceptor throws NPE when NameResolver returns empty authority #7380

... (truncated)

Commits
  • 8466fea Merge branch '1.16.x'
  • fa2ed32 Merge branch '1.15.x' into 1.16.x
  • dc2e5e2 Reduce allocation in gRPC server convention
  • 36da131 Reduce allocation in HTTP server instrumentation
  • 9591cb4 Bump com.uber.nullaway:nullaway from 0.13.5 to 0.13.6 (

@dependabot dependabot Bot added area:infra Build, CI/CD, Gradle, Docker, Helm dependencies Dependency update (managed by Dependabot) labels Jun 8, 2026
@dependabot
dependabot Bot requested a review from tiana-code as a code owner June 8, 2026 04:22
@dependabot dependabot Bot added dependencies Dependency update (managed by Dependabot) area:infra Build, CI/CD, Gradle, Docker, Helm labels Jun 8, 2026
… with 15 updates

Bumps the production-minor-patch group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.4` | `42.7.11` |
| [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.18.3` | `2.22.0` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.18.3` | `2.22.0` |
| [com.github.f4b6a3:ulid-creator](https://github.com/f4b6a3/ulid-creator) | `5.2.3` | `5.2.4` |
| [io.cloudevents:cloudevents-api](https://github.com/cloudevents/sdk-java) | `4.0.1` | `4.1.1` |
| [io.cloudevents:cloudevents-core](https://github.com/cloudevents/sdk-java) | `4.0.1` | `4.1.1` |
| io.cloudevents:cloudevents-json-jackson | `4.0.1` | `4.1.1` |
| [io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer) | `1.13.7` | `1.17.0` |
| [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer) | `1.13.7` | `1.17.0` |
| [io.opentelemetry:opentelemetry-api](https://github.com/open-telemetry/opentelemetry-java) | `1.41.0` | `1.63.0` |
| [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) | `1.20.4` | `1.21.4` |
| [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.20.4` | `1.21.4` |
| [org.testcontainers:redpanda](https://github.com/testcontainers/testcontainers-java) | `1.20.4` | `1.21.4` |
| [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) | `1.20.4` | `1.21.4` |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.13` | `1.14.11` |



Updates `org.postgresql:postgresql` from 42.7.4 to 42.7.11
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.4...REL42.7.11)

Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.18.3 to 2.22.0
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.18.3...jackson-module-kotlin-2.22.0)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.3 to 2.22.0
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.3 to 2.22.0
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.github.f4b6a3:ulid-creator` from 5.2.3 to 5.2.4
- [Release notes](https://github.com/f4b6a3/ulid-creator/releases)
- [Changelog](https://github.com/f4b6a3/ulid-creator/blob/master/CHANGELOG.md)
- [Commits](f4b6a3/ulid-creator@ulid-creator-5.2.3...ulid-creator-5.2.4)

Updates `io.cloudevents:cloudevents-api` from 4.0.1 to 4.1.1
- [Release notes](https://github.com/cloudevents/sdk-java/releases)
- [Commits](cloudevents/sdk-java@v4.0.1...v4.1.1)

Updates `io.cloudevents:cloudevents-core` from 4.0.1 to 4.1.1
- [Release notes](https://github.com/cloudevents/sdk-java/releases)
- [Commits](cloudevents/sdk-java@v4.0.1...v4.1.1)

Updates `io.cloudevents:cloudevents-json-jackson` from 4.0.1 to 4.1.1

Updates `io.cloudevents:cloudevents-core` from 4.0.1 to 4.1.1
- [Release notes](https://github.com/cloudevents/sdk-java/releases)
- [Commits](cloudevents/sdk-java@v4.0.1...v4.1.1)

Updates `io.cloudevents:cloudevents-json-jackson` from 4.0.1 to 4.1.1

Updates `io.micrometer:micrometer-core` from 1.13.7 to 1.17.0
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.13.7...v1.17.0)

Updates `io.micrometer:micrometer-registry-prometheus` from 1.13.7 to 1.17.0
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.13.7...v1.17.0)

Updates `io.micrometer:micrometer-registry-prometheus` from 1.13.7 to 1.17.0
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.13.7...v1.17.0)

Updates `io.opentelemetry:opentelemetry-api` from 1.41.0 to 1.63.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-java@v1.41.0...v1.63.0)

Updates `org.testcontainers:testcontainers` from 1.20.4 to 1.21.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.20.4...1.21.4)

Updates `org.testcontainers:postgresql` from 1.20.4 to 1.21.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.20.4...1.21.4)

Updates `org.testcontainers:redpanda` from 1.20.4 to 1.21.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.20.4...1.21.4)

Updates `org.testcontainers:junit-jupiter` from 1.20.4 to 1.21.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.20.4...1.21.4)

Updates `org.testcontainers:redpanda` from 1.20.4 to 1.21.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.20.4...1.21.4)

Updates `org.testcontainers:junit-jupiter` from 1.20.4 to 1.21.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.20.4...1.21.4)

Updates `io.mockk:mockk` from 1.13.13 to 1.14.11
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.13...v1.14.11)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-version: 2.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: com.github.f4b6a3:ulid-creator
  dependency-version: 5.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: io.cloudevents:cloudevents-api
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: io.cloudevents:cloudevents-core
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: io.cloudevents:cloudevents-core
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: io.cloudevents:cloudevents-json-jackson
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: io.cloudevents:cloudevents-json-jackson
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: io.micrometer:micrometer-core
  dependency-version: 1.16.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: io.micrometer:micrometer-registry-prometheus
  dependency-version: 1.16.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: io.micrometer:micrometer-registry-prometheus
  dependency-version: 1.16.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: io.mockk:mockk
  dependency-version: 1.14.11
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: io.opentelemetry:opentelemetry-api
  dependency-version: 1.63.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: org.testcontainers:junit-jupiter
  dependency-version: 1.21.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: org.testcontainers:junit-jupiter
  dependency-version: 1.21.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: org.testcontainers:postgresql
  dependency-version: 1.21.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: org.testcontainers:redpanda
  dependency-version: 1.21.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: org.testcontainers:redpanda
  dependency-version: 1.21.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: org.testcontainers:testcontainers
  dependency-version: 1.21.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump the production-minor-patch group with 15 updates chore(deps): bump the production-minor-patch group across 1 directory with 15 updates Jun 15, 2026
@dependabot
dependabot Bot force-pushed the dependabot/gradle/production-minor-patch-0bca205dbf branch from 1307b8a to a7ac876 Compare June 15, 2026 04:29
@dependabot @github

dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor Author

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

@dependabot dependabot Bot closed this Jun 16, 2026
@dependabot
dependabot Bot deleted the dependabot/gradle/production-minor-patch-0bca205dbf branch June 16, 2026 04:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:infra Build, CI/CD, Gradle, Docker, Helm dependencies Dependency update (managed by Dependabot)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants