Update dependency sbt/sbt to v1.8.3 #26
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
navicore/navi-xml!26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/sbt-sbt-1.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
1.8.2->1.8.3Release Notes
sbt/sbt
v1.8.3: 1.8.3Compare Source
Security fix
sbt.io.IO.withTemporaryFilenot limiting access on Unix-like systems in io#344/zinc#1185 by @eed3si9nIO.withTemporaryFile fix
sbt 1.8.3 fixes
sbt.io.IO.withTemporaryFileetc not limiting access on Unix-like systems. Prior to this patch release, some functions were usingjava.io.File.createTempFile, which does not set strict file permissions, as opposed to the NIO-equivalent that does.This means that on a shared Unix-like systems, build user or plugin's use of
sbt.io.IO.withTemporaryFileetc would have exposed the information to other users.This issue was reported by Oleksandr Zolotko at IBM, and was fixed by Eugene Yokota (@eed3si9n) in io#344/zinc#1185.
Other updates
sbt 1.8.3 backports Zinc and IO fixes from 1.9.0-RC2 as well.
Fixes Zinc incremental compilation looping infinitely zinc#1182 by @CarstonSchilds
Fixes spurious whitespace in the runner script by @keynmol in #7134
Fixes NullPointerError under
-Vdebugby @som-snytt in zinc#1141Avoids deprecated
java.net.URLconstructor by @xuwei-k in io#341Updates to Swoval 2.1.10 by @eatkins in io#343
Notifies
ClassFileManagerfromIncOptionsinIncremental.pruneby @lrytz in zinc1148Adds
FileFilter.nothingandFileFilter.everythingby @mdedetrich in io#340Configuration
📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.