-
Notifications
You must be signed in to change notification settings - Fork 5
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
Feature/jdk 17 validation latest #207
base: support/1.3.x
Are you sure you want to change the base?
Conversation
…st case in mule ee distro (#78)
…s by directory (#79)
…ng (#81) dependencies used in an app * Add test case
…and mule-ee-core-modules-parent to 1.1.6 (#88)
…raries version (#89)
…d both domain and application (#100)
…s to resources and only access classes exported in the application (#101)
Co-authored-by: Engineering Services Bot <engineering-services-bot@mulesoft.com> Co-authored-by: Alejandro Iannucci <4360246+aiannucci@users.noreply.github.com>
* Update spring security to v5.3.1.RELEASE * Fix spring version Co-authored-by: Engineering Services Bot <engineering-services-bot@mulesoft.com> Co-authored-by: Alejandro Iannucci <4360246+aiannucci@users.noreply.github.com>
…to use the GPG fix (#116)
* Update spring core to v5.2.8.RELEASE * Update SpringModuleExtensionModelGenerator.java Co-authored-by: Engineering Services Bot <engineering-services-bot@mulesoft.com> Co-authored-by: Alejandro Iannucci <4360246+aiannucci@users.noreply.github.com>
Bumps httpclient from 4.5.3 to 4.5.13. --- updated-dependencies: - dependency-name: org.apache.httpcomponents:httpclient dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update spring core to v5.3.9 Co-authored-by: Engineering Services Bot <engineering-services-bot@mulesoft.com> Co-authored-by: Nicolás Zdanovicz <nicolasmariano@gmail.com>
* Update spring core to v5.3.13 * Upgrade Spring Core to 5.3.13 Co-authored-by: Engineering Services Bot <engineering-services-bot@mulesoft.com> Co-authored-by: Nicolás Zdanovicz <nicolasmariano@gmail.com>
* Update spring core to v5.3.14 Co-authored-by: Engineering Services Bot <engineering-services-bot@mulesoft.com> Co-authored-by: Nicolás Zdanovicz <nicolasmariano@gmail.com>
* Update spring core to v5.3.15 * SPRM-204: Upgraded Spring Core to 5.3.15 Co-authored-by: Engineering Services Bot <engineering-services-bot@mulesoft.com> Co-authored-by: Nicolás Zdanovicz <nzdanovicz@mulesoft.com>
* SRPM-205: Upgraded Spring Security to v5.6.1 Co-authored-by: Engineering Services Bot <engineering-services-bot@mulesoft.com> Co-authored-by: Nicolás Zdanovicz <nzdanovicz@mulesoft.com>
exclude gson from transitive dependency update version test case
Update spring core to v5.3.23
W-12142616: Pull request template
W-12436158: Add codeowners, renovate and pr text to .github
Change SpringSecurityVersion to 5.7.8
Thanks for the contribution! Unfortunately we can't verify the commit author(s): renovate-pro-kbuild[bot] <5***@U***.n***.g***.com>. One possible solution is to add that email to your GitHub account. Alternatively you can change your commits to another email and force push the change. After getting your commits associated with your GitHub account, sign the Salesforce Inc. Contributor License Agreement and this Pull Request will be revalidated. |
Thanks for the contribution! Before we can merge this, we need @lvzh90 @garodriguezlp @emariotti3 to sign the Salesforce Inc. Contributor License Agreement. |
</dependency> | ||
<dependency> | ||
<groupId>org.mule.connectors</groupId> | ||
<artifactId>mule-sockets-connector</artifactId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alexandruatomei9 this is no correct we should not add circular dependencies if we need to validate scenarios with the sockets connector these test should be in the sockets connector not here Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not being use just remove it
No description provided.