This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/com.sun.mail-jakarta.mail-2.0.1 in repository https://gitbox.apache.org/repos/asf/commons-email.git.
discard 684b3d5 Bump jakarta.mail from 1.6.5 to 2.0.1 add 8602ac2 Update `actions/setup-java` to v2. add b8d5918 Replace Java 15 with Java 16 in Travis CI. add 11381dc Update my developer entry. add 20ab8f5 Hacks to get the tests to pass. add a482754 Bump actions/cache from 2.1.4 to 2.1.6 add 961017c Merge pull request #48 from apache/dependabot/github_actions/actions/cache-2.1.6 add 1742248 Bump actions/cache from 2.1.4 to 2.1.6 #48. add ed1019c AdoptOpenJDK is moving to the Eclipse Foundation and rebranding as Eclipse Temurin. add fe8b138 Update GitHub build from Java 16 to 17. add fe24a86 Add CodeQL GitHub workflow. add 9062abb Add CODE_OF_CONDUCT.md add 3fb52a5 Fix tests since Apache site switch from HTTP to HTTPS. add 623cac5 Bump jacoco from 0.8.6 to 0.8.7; fixes jacoco on Java 17. add af56eb3 Bump org.easymock:easymock from 4.2 to 4.3 add 11bce5c Bump commons-io:commons-io from 2.8.0 to 2.11.0 add e0cf5b6 Bump com.sun.mail:jakarta.mail from 1.6.5 to 1.6.7 add b356119 Let Powermock run on Java 17. add c7c5635 Bump jakarta.mail from 1.6.5 to 2.0.1 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (684b3d5) \ N -- N -- N refs/heads/dependabot/maven/com.sun.mail-jakarta.mail-2.0.1 (c7c5635) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .github/workflows/codeql-analysis.yml | 74 ++++++++++++++++++++++ .github/workflows/maven.yml | 13 ++-- .travis.yml | 2 +- SECURITY.md => CODE_OF_CONDUCT.md | 2 +- pom.xml | 51 +++++++++++++-- src/changes/changes.xml | 18 ++++-- .../resolver/AbstractDataSourceResolverTest.java | 2 +- .../resolver/DataSourceCompositeResolverTest.java | 7 +- .../mail/resolver/DataSourceUrlResolverTest.java | 17 ++++- 9 files changed, 159 insertions(+), 27 deletions(-) create mode 100644 .github/workflows/codeql-analysis.yml copy SECURITY.md => CODE_OF_CONDUCT.md (83%)