fix(deps): update dependency org.jasig.portal:uportal-soffit-renderer to v5.17.0 #77
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.2.0
->5.17.0
Release Notes
uPortal-Project/uPortal (org.jasig.portal:uPortal-soffit-renderer)
v5.17.0
What's Changed
New Contributors
Full Changelog: uPortal-Project/uPortal@v5.16.1...v5.17.0
v5.16.1
What's Changed
Full Changelog: uPortal-Project/uPortal@v5.16.0...v5.16.1
v5.16.0
What's Changed
New Contributors
Full Changelog: uPortal-Project/uPortal@v5.15.1...v5.16.0
v5.15.1
What's Changed
Full Changelog: uPortal-Project/uPortal@v5.15.0...v5.15.1
v5.15.0
What's Changed
Full Changelog: uPortal-Project/uPortal@v5.14.0...v5.15.0
v5.14.0
Changes Affecting Deployments
security.properties
##
Tomcat HTTP Security Headers
antiClickJackingEnabled: X-Frame-Options header
X-Frame-Options: deny, sameorigin, allow-from
If allow-from is selected above, add URI
Content-Security-Policy: default-src, script-src, style-src, img-src
See more details at: https://content-security-policy.com/
Strict-Transport-Security: max-age=###; includeSubDomains; preload
X-Content-Type-Options: "nosniff" will be used if enabled is set to true
Referrer-Policy available directives to pass include:
See more details at: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy
What's Changed
Full Changelog: uPortal-Project/uPortal@v5.13.1...v5.14.0
v5.13.1
What's Changed
Fixes
Chores
Full Changelog: uPortal-Project/uPortal@v5.13.0...v5.13.1
v5.13.0
Changes Affecting Deployments
portal.properties
##
Configure which analytics events (e.g. link clicks) are saved based on the the following:
- NONE - no events are recorded
- AUTHENTICATED - only record events from known users
- ALL - record events from all users, including guest/anonymous users
portal.properties
##
Configure Login Events (raw) to capture user IP addresses. This is not included in aggregation.
N.B. This raises privacy concerns and should only be enabled after very careful consideration.
What's Changed
Features
Fixes