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 com.icegreen:greenmail from 2.0.1 to 2.1.0 #5427

Merged
merged 2 commits into from
Oct 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps com.icegreen:greenmail from 2.0.1 to 2.1.0.

Release notes

Sourced from com.icegreen:greenmail's releases.

2.1.0

This is the latest 2.1.0 release of GreenMail 2.1 based on Jakarta Mail 2.1 / Jakarta EE 10

What's Changed

  • Features

    • Activate mail.debug when verbose mode enabled #797
    • Support direct filtering of received mails by user- and message-predicate #798
  • Dependency updates

    • Bump spring.version from 5.3.36 to 5.3.39 #739, #768
    • Bump jetty.version from 11.0.21 to 11.0.24 #750, #776, #786
    • Bump org.assertj:assertj-core from 3.26.0 to 3.26.3 #751
    • Bump azul/zulu-openjdk from 11.0.23-jre to 11.0.24-jre (greenmail-standalone container) #758
    • Bump junit5.version from 5.10.2 to 5.11.1 #749, #769, #792
    • Bump log4j2.version from 2.23.1 to 2.24.1 #787, #794

Full Changelog: greenmail-mail-test/greenmail@release-2.1.0-rc-1...release-2.1.0

release-2.1.0-rc-1

This is the latest 2.1.0-rc-1 preview release of GreenMail 2.1 based on Jakarta Mail 2.1 / Jakarta EE 10

What's Changed

New Contributors

Full Changelog: greenmail-mail-test/greenmail@release-2.1.0-alpha-4...release-2.1.0-rc-1

2.1.0-alpha-4

... (truncated)

Commits
  • edddcd9 [maven-release-plugin] prepare release release-2.1.0
  • ae8724c Updating docs for 2.1.0 release
  • e009339 Support direct filtering of received mails by user- and message-predicate (fi...
  • 0d9a2c0 Clarified GMU.getReceivedMessagesForDomain usage for mails with multiple reci...
  • 6f288b4 Adding test for cc-user ( #765 )
  • 8456005 Minor code-cleanup and -format issues
  • a9448d3 Updating bootstrap for site to latest patch version 4.6.x
  • 727ab89 Updating doc for build requirement and contributing
  • c54e1b5 Activate mail.debug when verbose mode enabled (fixes #797)
  • 558c959 Build(deps): Bump log4j2.version from 2.24.0 to 2.24.1
  • Additional commits viewable 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 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)

@dependabot dependabot bot requested a review from a team as a code owner October 6, 2024 02:50
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 6, 2024
@valfirst
Copy link
Collaborator

valfirst commented Oct 7, 2024

@dependabot rebase

Bumps [com.icegreen:greenmail](https://github.com/greenmail-mail-test/greenmail) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/greenmail-mail-test/greenmail/releases)
- [Commits](greenmail-mail-test/greenmail@release-2.0.1...release-2.1.0)

---
updated-dependencies:
- dependency-name: com.icegreen:greenmail
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/com.icegreen-greenmail-2.1.0 branch from 66ed54c to 94a1efd Compare October 7, 2024 09:21
Copy link

github-actions bot commented Oct 29, 2024

Qodana for JVM

9 new problems were found

Inspection name Severity Problems
Incorrect constructor injection in XML Spring bean 🔴 Failure 2
Incorrect autowiring in Spring bean components 🔴 Failure 2
Incorrect Spring Core XML-based application context 🔴 Failure 1
Vulnerable declared dependency 🔶 Warning 2
Optional.get() is called without isPresent() check 🔶 Warning 1
Non recommended 'field' injections ◽️ Notice 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

@valfirst valfirst force-pushed the dependabot/gradle/com.icegreen-greenmail-2.1.0 branch from 5b140d1 to d749d5e Compare October 29, 2024 11:11
Copy link

codecov bot commented Oct 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.67%. Comparing base (61626db) to head (d749d5e).
Report is 38 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5427      +/-   ##
============================================
+ Coverage     97.64%   97.67%   +0.02%     
- Complexity     7015     7048      +33     
============================================
  Files           971      976       +5     
  Lines         20365    20449      +84     
  Branches       1331     1341      +10     
============================================
+ Hits          19885    19973      +88     
+ Misses          368      365       -3     
+ Partials        112      111       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

sonarcloud bot commented Oct 29, 2024

@valfirst valfirst merged commit 970d0c1 into master Oct 29, 2024
9 of 10 checks passed
@valfirst valfirst deleted the dependabot/gradle/com.icegreen-greenmail-2.1.0 branch October 29, 2024 11:56
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant