Skip to content

build(deps): bump maven-deploy-plugin from 3.1.0 to 3.1.1#980

Merged
lvca merged 1 commit intomainfrom
dependabot/maven/org.apache.maven.plugins-maven-deploy-plugin-3.1.1
Mar 29, 2023
Merged

build(deps): bump maven-deploy-plugin from 3.1.0 to 3.1.1#980
lvca merged 1 commit intomainfrom
dependabot/maven/org.apache.maven.plugins-maven-deploy-plugin-3.1.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 27, 2023

Bumps maven-deploy-plugin from 3.1.0 to 3.1.1.

Commits
  • 43aaa63 [maven-release-plugin] prepare release maven-deploy-plugin-3.1.1
  • 04f5e88 [MDEPLOY-308] Add parameter to lax project validation (#39)
  • 2de56bd [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/apache/maven-deploy-plugin/releases)
- [Commits](apache/maven-deploy-plugin@maven-deploy-plugin-3.1.0...maven-deploy-plugin-3.1.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-deploy-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java labels Mar 27, 2023
@lvca lvca self-assigned this Mar 27, 2023
@lvca lvca added this to the 23.3.1 milestone Mar 27, 2023
@lvca lvca merged commit e3da5ab into main Mar 29, 2023
@dependabot dependabot Bot deleted the dependabot/maven/org.apache.maven.plugins-maven-deploy-plugin-3.1.1 branch March 29, 2023 13:56
mergify Bot added a commit that referenced this pull request Apr 13, 2026
…to 5.1.3 [skip ci]

Bumps [io.github.ascopes:protobuf-maven-plugin](https://github.com/ascopes/protobuf-maven-plugin) from 5.1.2 to 5.1.3.
Release notes

*Sourced from [io.github.ascopes:protobuf-maven-plugin's releases](https://github.com/ascopes/protobuf-maven-plugin/releases).*

> v5.1.3
> ------
>
> Fairly large update to existing code that bundles several QoL improvements and bugfixes
> to improve user experience.
>
> Bugfixes
> --------
>
> * Fix NullPointerException raised when failing to resolve dependencies in certain cases
>   ([`@​askoog`](https://github.com/askoog), [GH-980](https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/980)).
> * Abstract away class references from Plexus parameter converters entirely. This avoids
>   edge cases where ClassWorlds within Maven may try to classload the same classes in
>   multiple places, causing class definition mismatches and breaking type conversion within
>   POMs. This is a defensive workaround to the issue originally addressed by [GH-974](https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/974).
> * Remove caching of sealed types to further avoid issues such as those in [GH-974](https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/974).
> * Make configurator classes into singletons to enforce fixes for [GH-974](https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/974).
>
> UX improvements
> ---------------
>
> * Users are now warned in cases where we mitigate issues caused by overriding a string
>   attribute in a child POM with an object attribute in a parent POM. The erroneous
>   configuration is now logged as a warning, and a suggested fix is logged to the user.
> * Improved error messages reported during failures in artifact resolution.
>
> Performance improvements
> ------------------------
>
> * Optimise resolution logic for skipped plugins to remove unneeded forking of threads
>   ([`@​cdprete`](https://github.com/cdprete), [GH-975](https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/975)).
> * Avoid creation of entire mappings of type information within SealedTypePlexusConverter
>   during parameter conversion.
> * URL transfers from FTP servers and HTTP/HTTPS endpoints now supports requesting GZIP
>   compression of the response.
>
> Internal improvements
> ---------------------
>
> * Fixes to documentation typos and grammar issues.
> * Improvements to various unit tests, including addition of missing test cases.
> * Improvements to code coverage and code quality.
> * Internal package structure improvements.
> * Build on macOS 26.
> * Dependency updates.


Commits

* [`53cd3b3`](ascopes/protobuf-maven-plugin@53cd3b3) [maven-release-plugin] prepare release v5.1.3
* [`325b98b`](ascopes/protobuf-maven-plugin@325b98b) Revert "Set Automatic-Module-Name in manifest"
* [`0e718eb`](ascopes/protobuf-maven-plugin@0e718eb) Revert "Merge pull request [#979](https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/979) from ascopes/task/flatten-poms"
* [`f3d39ad`](ascopes/protobuf-maven-plugin@f3d39ad) Merge pull request [#984](https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/984) from ascopes/dependabot/maven/protobuf-maven-plugin/s...
* [`b0c3c44`](ascopes/protobuf-maven-plugin@b0c3c44) Bump com.google.api.grpc:proto-google-common-protos
* [`e192aa4`](ascopes/protobuf-maven-plugin@e192aa4) Fix checkstyle warnings
* [`feda0e4`](ascopes/protobuf-maven-plugin@feda0e4) Improve formatting of Artifact Resolver errors
* [`2798ae7`](ascopes/protobuf-maven-plugin@2798ae7) Remove dead TODO comment
* [`9770747`](ascopes/protobuf-maven-plugin@9770747) Merge pull request [#982](https://redirect.github.com/ascopes/protobuf-maven-plugin/issues/982) from ascopes/task/speed-up-invoker
* [`e1d9c1f`](ascopes/protobuf-maven-plugin@e1d9c1f) Move some build configuration into parent pom from child pom
* Additional commits viewable in [compare view](ascopes/protobuf-maven-plugin@v5.1.2...v5.1.3)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=io.github.ascopes:protobuf-maven-plugin&package-manager=maven&previous-version=5.1.2&new-version=5.1.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
  
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
mergify Bot added a commit that referenced this pull request Apr 13, 2026
….0 in /e2e-python [skip ci]

[//]: # (dependabot-start)
⚠️ \*\*Dependabot is rebasing this PR\*\* ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
---
[//]: # (dependabot-end)
Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version.
Release notes

*Sourced from [pytest-asyncio's releases](https://github.com/pytest-dev/pytest-asyncio/releases).*

> pytest-asyncio 1.2.0
> --------------------
>
> [1.2.0](https://github.com/pytest-dev/pytest-asyncio/tree/1.2.0) - 2025-09-12
> =============================================================================
>
> Added
> -----
>
> * `--asyncio-debug` CLI option and `asyncio_debug` configuration option to enable asyncio debug mode for the default event loop. ([#980](https://redirect.github.com/pytest-dev/pytest-asyncio/issues/980))
> * A `pytest.UsageError` for invalid configuration values of `asyncio_default_fixture_loop_scope` and `asyncio_default_test_loop_scope`. ([#1189](https://redirect.github.com/pytest-dev/pytest-asyncio/issues/1189))
> * Compatibility with the Pyright type checker ([#731](https://redirect.github.com/pytest-dev/pytest-asyncio/issues/731))
>
> Fixed
> -----
>
> * `RuntimeError: There is no current event loop in thread 'MainThread'` when any test unsets the event loop (such as when using `asyncio.run` and `asyncio.Runner`). ([#1177](https://redirect.github.com/pytest-dev/pytest-asyncio/issues/1177))
> * Deprecation warning when decorating an asynchronous fixture with `@pytest.fixture` in [strict]{.title-ref} mode. The warning message now refers to the correct package. ([#1198](https://redirect.github.com/pytest-dev/pytest-asyncio/issues/1198))
>
> Notes for Downstream Packagers
> ------------------------------
>
> * Bump the minimum required version of tox to v4.28. This change is only relevant if you use the `tox.ini` file provided by pytest-asyncio to run tests.
> * Extend dependency on typing-extensions>=4.12 from Python<3.10 to Python<3.13.


Commits

* [`0d3988f`](pytest-dev/pytest-asyncio@0d3988f) ci: Create GitHub release before publishing to PyPI.
* [`07c5a0b`](pytest-dev/pytest-asyncio@07c5a0b) docs: Include orphaned news fragment in changelog.
* [`be24582`](pytest-dev/pytest-asyncio@be24582) chore: Prepare release of v1.2.0.
* [`7aeb296`](pytest-dev/pytest-asyncio@7aeb296) docs: Streamline news fragments
* [`7b8311c`](pytest-dev/pytest-asyncio@7b8311c) ci: Fixes a bug that prevented SSH signature from being stripped from release...
* [`9d4c2bd`](pytest-dev/pytest-asyncio@9d4c2bd) docs: Add changelog entry for Pyright compatibility.
* [`94f6106`](pytest-dev/pytest-asyncio@94f6106) test: Added tests which assert that the event loop is reinstated if unset by ...
* [`df61991`](pytest-dev/pytest-asyncio@df61991) [pre-commit.ci] pre-commit autoupdate
* [`f1f7941`](pytest-dev/pytest-asyncio@f1f7941) Build(deps): Bump pytest from 8.4.1 to 8.4.2
* [`c77d3d3`](pytest-dev/pytest-asyncio@c77d3d3) Build(deps): Bump twine from 6.1.0 to 6.2.0
* Additional commits viewable in [compare view](pytest-dev/pytest-asyncio@v0.23.0...v1.2.0)
  
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
  
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant