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

build(deps): bump MimeKit from 4.3.0 to 4.7.1 #833

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 12, 2024

Bumps MimeKit from 4.3.0 to 4.7.1.

eclipse-tractusx/portal#369

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 show <dependency name> 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies labels Jul 12, 2024
@evegufy
Copy link
Contributor

evegufy commented Jul 16, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/nuget/tests/endtoend/MimeKit-4.7.1 branch from 5dbb2a5 to 7547e24 Compare July 16, 2024 09:55
dependabot bot and others added 2 commits July 16, 2024 12:29
Bumps MimeKit from 4.3.0 to 4.7.1.

---
updated-dependencies:
- dependency-name: MimeKit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@evegufy evegufy force-pushed the dependabot/nuget/tests/endtoend/MimeKit-4.7.1 branch from 7547e24 to 14ee341 Compare July 16, 2024 10:29
@evegufy evegufy changed the title build(deps): bump MimeKit from 4.3.0 to 4.7.1 in /tests/endtoend build(deps): bump MimeKit from 4.3.0 to 4.7.1 Jul 16, 2024
@evegufy evegufy changed the base branch from main to release/v2.1.0-RC2 July 16, 2024 10:30
@evegufy
Copy link
Contributor

evegufy commented Jul 16, 2024

A review is required for nuget/nuget/-/MimeKit/4.7.1.
A review request was created https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/15705 .
A review is required for nuget/nuget/-/BouncyCastle.Cryptography/2.4.0.
A review request was created https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/15706 .

Copy link

@evegufy evegufy merged commit c304803 into release/v2.1.0-RC2 Jul 26, 2024
11 checks passed
@evegufy evegufy deleted the dependabot/nuget/tests/endtoend/MimeKit-4.7.1 branch July 26, 2024 09:08
ntruchsess pushed a commit that referenced this pull request Jul 29, 2024
eclipse-tractusx/portal#369

* build(deps): bump MimeKit from 4.3.0 to 4.7.1 in /tests/endtoend

Bumps MimeKit from 4.3.0 to 4.7.1.

---
updated-dependencies:
- dependency-name: MimeKit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: upgrade mimekit in sendmail project

* chore: update dependencies file

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Evelyn Gurschler <evelyn.gurschler@bmw.de>
ntruchsess added a commit that referenced this pull request Jul 29, 2024
* fix(apps): remove leading '/' from the activate subscription endpoint (#861)
Refs: #856
* bug(offersubscription): suppress activation of external serviceaccounts in keycloak on subscription-activation (#864)
Refs: #856
* fix(dim): fix callback logic for dim requests (#863)
Refs: #862
chore(dependencies): bump efcore to 8.0.7 (#857)
* increase efcore version to latest 8.0.7 to resolve security-issue in transitive dependency in System.Text.Json
* fix(offersubscription): skip optional autosetupprovidercallback  if it is not configured (#865)
* add clientPrefix  to workers appsettings (#870)
* fix: enhance subscription/provider endpoint with external Service data (#867)
Refs: #841
* fix(sdDoc): set process step to skipped if ClearinghouseConnectDisabled is true (#874)
Refs: #792
* build(deps): bump MimeKit from 4.3.0 to 4.7.1 (#833)
eclipse-tractusx/portal#369
* build(deps): bump MimeKit from 4.3.0 to 4.7.1 in /tests/endtoend
Bumps MimeKit from 4.3.0 to 4.7.1.
---
updated-dependencies:
- dependency-name: MimeKit
  dependency-type: direct:production
...
* chore: upgrade mimekit in sendmail project
* chore: update dependencies file
---------
* upgrade implicit dependencies on System.Text.Json (#875)
* Serilog.Settings.Configuration to 8.0.2
* remove redundant dependencies on Microsoft.Extensions.Hosting
* bump framework version to 2.4.2 after merge of main
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Norbert Truchsess <norbert.truchsess@t-online.de>
Co-authored-by: Phil Schneider <info@philschneider.de>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Evelyn Gurschler <evelyn.gurschler@bmw.de>
Reviewed-By: Evelyn Gurschler <evelyn.gurschler@bmw.de>
Reviewed-By: Norbert Truchsess <norbert.truchsess@t-online.de>
Reviewed-By: Phil Schneider <info@philschneider.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants