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

Bump the all-packages group with 4 updates #196

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps the all-packages group with 4 updates: Swashbuckle.AspNetCore, SoapCore, RestSharp and WireMock.Net.

Updates Swashbuckle.AspNetCore from 6.8.0 to 6.8.1

Release notes

Sourced from Swashbuckle.AspNetCore's releases.

v6.8.1

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v6.8.0...v6.8.1

Commits

Updates SoapCore from 1.1.0.49 to 1.1.0.51

Release notes

Sourced from SoapCore's releases.

v.1.1.0.51

Hopefully fix issue with resolving scoped dependencies

v1.1.0.50

Handle nullable enums by @​Yozer in #1040 Simplify dependencies by @​thompson-tomo in #1052 Support for XmlArrayAttribute by @​Yozer in #1046 Fix content-lentch mismatch by @​azasp in #1060 More descriptive exception messages in MetaBodyWriter by @​mpolacek1 in #1059 Skip duplicate xml parameters by @​Yozer in #1048 Support bool-specified pattern by @​Yozer in #1049 Support for base-types in WSDL by @​Yozer in #1045 Add soap and soap12 namespaces if wsdl contains both by @​Yozer in #1047 Allow custom message name for operation by @​Yozer in #1044 Added custom serializer by @​ankitkmrpatel in #973 Fix for parsing malformed soap action by @​Yozer in #1064 Updated InvalidXmlTests by @​andersjonsson in #1072 Handle DataContract.Name on generic type by @​navozenko in #1068 Support for XmlIncludeAttribute by @​avoronin565 in #1073 Fix WSDL for anonymous type by @​paramamue in @​1079 Do not import target namespace by @​navozenko in #1076 Add support for soap:header by @​Yozer in #1063 Improve parsing of Security tag in WsMessageFilter by @​andersjonsson in #1083

Full Changelog: DigDes/SoapCore@v1.1.0.49...v1.1.0.50

Commits
  • 6d9a2d4 Merge pull request #1086 from andersjonsson/develop
  • ee5cf53 v1.1.0.51
  • ac66154 Merge branch 'DigDes:develop' into develop
  • 9021db8 roll back some changes regarding IServiceProvider. We need a scoped service p...
  • 6f49042 Update SoapCore.csproj
  • 7d42a70 Merge pull request #1083 from andersjonsson/fix-timestamp-wsmessagefilter
  • 1ead628 Merge branch 'DigDes:develop' into fix-timestamp-wsmessagefilter
  • 9101865 fix problem with timestamp in WsMessageFilter
  • a2bcb47 Merge pull request #1063 from Yozer/soap-header
  • 42169a0 Merge pull request #1076 from navozenko/system-import
  • Additional commits viewable in compare view

Updates RestSharp from 112.0.0 to 112.1.0

Release notes

Sourced from RestSharp's releases.

112.1.0

  • Removed \t from invalid header value characters as the aim was to handle CRLF

Full Changelog: restsharp/RestSharp@112.0.0...112.1.0

Commits

Updates WireMock.Net from 1.6.5 to 1.6.6

Changelog

Sourced from WireMock.Net's changelog.

1.6.6 (01 October 2024)

  • #1185 - Throw exception in case WithTransformer is used after WithBodyFromFile [bug] contributed by StefH
  • #1187 - Fix StaticMappingsPath in WireMockContainerBuilder [bug] contributed by StefH
  • #1184 - .WithBodyFromFile() + .WithTransformer(transformContentFromBodyAsFile: true) = empty string [bug]
  • #1186 - WithMappings path is null on Build() call [bug]
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-packages group with 4 updates: [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore), [SoapCore](https://github.com/DigDes/SoapCore), [RestSharp](https://github.com/restsharp/RestSharp) and [WireMock.Net](https://github.com/WireMock-Net/WireMock.Net).


Updates `Swashbuckle.AspNetCore` from 6.8.0 to 6.8.1
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](domaindrivendev/Swashbuckle.AspNetCore@v6.8.0...v6.8.1)

Updates `SoapCore` from 1.1.0.49 to 1.1.0.51
- [Release notes](https://github.com/DigDes/SoapCore/releases)
- [Commits](DigDes/SoapCore@v1.1.0.49...v1.1.0.51)

Updates `RestSharp` from 112.0.0 to 112.1.0
- [Release notes](https://github.com/restsharp/RestSharp/releases)
- [Commits](restsharp/RestSharp@112.0.0...112.1.0)

Updates `WireMock.Net` from 1.6.5 to 1.6.6
- [Release notes](https://github.com/WireMock-Net/WireMock.Net/releases)
- [Changelog](https://github.com/WireMock-Net/WireMock.Net/blob/master/CHANGELOG.md)
- [Commits](WireMock-Net/WireMock.Net@1.6.5...1.6.6)

---
updated-dependencies:
- dependency-name: Swashbuckle.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: SoapCore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
- dependency-name: RestSharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-packages
- dependency-name: WireMock.Net
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from rockydevnet and a team as code owners October 7, 2024 02:03
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 7, 2024
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.

0 participants