Bump struts2-core from 6.1.2.1 to 6.2.0 in /pgp-keys-map-test1 by dependabot[bot] · Pull Request #1639 · s4u/pgp-keys-map (original) (raw)
Navigation Menu
Appearance settings
- AI CODE CREATION
* GitHub CopilotWrite better code with AI
* GitHub Copilot appDirect agents from issue to merge
* MCP RegistryNewIntegrate external tools - DEVELOPER WORKFLOWS
* ActionsAutomate any workflow
* CodespacesInstant dev environments
* IssuesPlan and track work
* Code ReviewManage code changes - APPLICATION SECURITY
* GitHub Advanced SecurityFind and fix vulnerabilities
* Code securitySecure your code as you build
* Secret protectionStop leaks before they start - EXPLORE
* Why GitHub
* Documentation
* Blog
* Changelog
* Marketplace
- AI CODE CREATION
- BY COMPANY SIZE
* Enterprises
* Small and medium teams
* Startups
* Nonprofits - BY USE CASE
* App Modernization
* DevSecOps
* DevOps
* CI/CD
* View all use cases - BY INDUSTRY
* Healthcare
* Financial services
* Manufacturing
* Government
* View all industries
- BY COMPANY SIZE
- EXPLORE BY TOPIC
* AI
* Software Development
* DevOps
* Security
* View all topics - EXPLORE BY TYPE
* Customer stories
* Events & webinars
* Ebooks & reports
* Business insights
* GitHub Skills - SUPPORT & SERVICES
* Documentation
* Customer support
* Community forum
* Trust center
* Partners
- EXPLORE BY TOPIC
- COMMUNITY
* GitHub SponsorsFund open source developers - PROGRAMS
* Security Lab
* Maintainer Community
* Accelerator
* GitHub Stars
* Archive Program - REPOSITORIES
* Topics
* Trending
* Collections
- COMMUNITY
- Pricing
Provide feedback
We read every piece of feedback, and take your input very seriously.
Include my email address so I can be contacted
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
s4u / pgp-keys-map Public
Notifications You must be signed in to change notification settings
Additional navigation options
Merged
merged 1 commit into
masterfrom
dependabot/maven/pgp-keys-map-test1/org.apache.struts-struts2-core-6.2.0
Jul 11, 2023
ConversationCommits (1)ChecksFiles changed
Merged
Bump struts2-core from 6.1.2.1 to 6.2.0 in /pgp-keys-map-test1#1639
merged 1 commit into
masterfrom
dependabot/maven/pgp-keys-map-test1/org.apache.struts-struts2-core-6.2.0
Conversation
dependabot Bot commented on behalf of github
Copy link Copy Markdown
Contributor
Bumps struts2-core from 6.1.2.1 to 6.2.0.
Release notes
Sourced from struts2-core's releases.
Struts 6.2.0
What's Changed
- Updates OWASP suppressions as some reports are false positive by @lukaszlenart in apache/struts#637
- Defines to autolink PRs to issues in ASF JIRA by @lukaszlenart in apache/struts#638
- [WW-5263] Uses proper names for CSP, COOP and COEP interceptors by @lukaszlenart in apache/struts#639
- [WW-5262] Extracts excluded classes and beans into dedicated XML config files by @lukaszlenart in apache/struts#640
- WW-5199 Allow forwarding from/to actions by @kusalk in apache/struts#642
- [WW-5264] Moves XSLT result into a dedicated plugin by @lukaszlenart in apache/struts#641
- Applies permission to GH workflows by @lukaszlenart in apache/struts#643
- [WW-5264] Removes XSLTResult from struts-default.xml as it was moved in to plugin by @lukaszlenart in apache/struts#646
- WW-5265 Allow removal of a single/specific container provider by @kusalk in apache/struts#645
- [WW-5269] Upgrades Jackson to version 2.14.1 by @lukaszlenart in apache/struts#647
- [WW-5272] Extends to support java.sql.Time by @lukaszlenart in apache/struts#649
- [WW-5277] Upgrades Freemarker to version 2.3.32 by @lukaszlenart in apache/struts#651
- [WW-5274] Marks the Pell multipart plugin as deprecated by @lukaszlenart in apache/struts#653
- [WW-5276] Cleans up also wrapper request to avoid resource leak and potential DoS attack by @lukaszlenart in apache/struts#654
- [WW-4404] Http interceptor by @lukaszlenart in apache/struts#655
- WW-5270 Fix forwarding from Struts excluded URL by @kusalk in apache/struts#648
- WW-5278 Collect duplicated code into AbstractActionValidatorManager by @kusalk in apache/struts#656
- WW-5279 Improve readability of XmlConfigurationProvider class by @kusalk in apache/struts#657
- [WW-5275] Allows to provide a custom CspSettings per action by @lukaszlenart in apache/struts#658
- WW-5284 Refactor ActionValidatorManager implementations by @kusalk in apache/struts#659
- WW-5268 Ability to exempt classes from package exclusions by @kusalk in apache/struts#660
- [WW-5285] Limits max number of files to upload at once by @lukaszlenart in apache/struts#662
- WW-5290 Refactor ConfigurationManager by @kusalk in apache/struts#666
- WW-5292 Allow overriding of Operations classes in two filter setup and assorted clean up by @kusalk in apache/struts#667
- WW-5266 Implement struts.multipart.maxFileSize by @kusalk in apache/struts#665
- WW-5196 use generics for RequestMap and ApplicationMap and correct SessionMap to also be of type by @sdutry in apache/struts#585
- WW-5243 remove deprecated action prefix cross namespaces by @sdutry in apache/struts#669
- WW-5253 Remove deprecated methods from DefaultUrlHelper by @sdutry in apache/struts#671
- WW-5251 remove deprecated interfaces related to ServletConfigInterceptor by @sdutry in apache/struts#670
- WW-5288 Make excluded package exemption logic more strict by @kusalk in apache/struts#664
- WW-5293 Allow loading XML configuration from other than filesystem by @kusalk in apache/struts#668
- Bump spring-core from 5.3.23 to 5.3.26 by @dependabot in apache/struts#672
- [WW-5289] Fixes creating executor to avoid locking JVM on shutdown by @lukaszlenart in apache/struts#673
- [WW-5295] Adds support for java.time.LocalTime to tag by @lukaszlenart in apache/struts#677
- WW-5298 Clean up StrutsVelocityContext by @kusalk in apache/struts#674
- WW-5299 Clean up ActionChainResult by @kusalk in apache/struts#675
- WW-5300 Make Dispatcher methods overridable by @kusalk in apache/struts#676
- WW-5308 Java templates plugin, add minlength and maxlength to textarea. by @gregh3269 in apache/struts#683
- [WW-5280] Cleans up NoParameters interfaces by @lukaszlenart in apache/struts#679
- [WW-5304] Drops deprecated methods and fields in ActionContext by @lukaszlenart in apache/struts#680
- Improve [WW-4434] - add documentation and rename existing ftl to achieve the wanted behaviour by @fischey in apache/struts#682
- Bump testng from 7.5 to 7.5.1 by @dependabot in apache/struts#684
- [WW-5302] Evaluates the name attribute before assigning it to the id attribute by @lukaszlenart in apache/struts#678
- Bump spring-core from 5.3.26 to 5.3.27 by @dependabot in apache/struts#681
- [WW-5296] Uses proper DTDs by @lukaszlenart in apache/struts#685
- [WW-5309] Supports patterns starting with variable by @lukaszlenart in apache/struts#686
- WW-5301 Fix custom VelocityManager bean selection by @kusalk in apache/struts#687
- [WW-5312] Attempt to fix ExecuteAndWaitInterceptor inconsistent processing by @JCgH4164838Gh792C124B5 in apache/struts#688
... (truncated)
Commits
- See full diff in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
`[Bump struts2-core from 6.1.2.1 to 6.2.0 in /pgp-keys-map-test1](/s4u/pgp-keys-map/pull/1639/commits/dc27f9f7cae33e7e14fb48b9712dd0367a2d9146 "Bump struts2-core from 6.1.2.1 to 6.2.0 in /pgp-keys-map-test1
Bumps struts2-core from 6.1.2.1 to 6.2.0.
updated-dependencies:
- dependency-name: org.apache.struts:struts2-core dependency-type: direct:production update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] support@github.com") `
[dc27f9f](/s4u/pgp-keys-map/pull/1639/commits/dc27f9f7cae33e7e14fb48b9712dd0367a2d9146)
Bumps struts2-core from 6.1.2.1 to 6.2.0.
updated-dependencies:
- dependency-name: org.apache.struts:struts2-core dependency-type: direct:production update-type: version-update:semver-minor ...
Signed-off-by: dependabot[bot] support@github.com
dependabot Bot added the dependencies
Pull requests that update a dependency file
label
robot-simplify4uenabled auto-merge (rebase)
robot-simplify4u approved these changes Jul 11, 2023
sonarqubecloud Bot commented
Copy link Copy Markdown
Kudos, SonarCloud Quality Gate passed! 
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
robot-simplify4u merged commit a2eaea6 into master
robot-simplify4u deleted the dependabot/maven/pgp-keys-map-test1/org.apache.struts-struts2-core-6.2.0 branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
Sign up for free to join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
robot-simplify4u robot-simplify4u approved these changes
Assignees
No one assigned
Labels
Pull requests that update a dependency file
Milestone
No milestone
Development
Successfully merging this pull request may close these issues.