Bump mockito.version from 4.3.1 to 4.4.0 by dependabot[bot] · Pull Request #365 · s4u/pgpverify-maven-plugin (original) (raw)
Bot added the dependencies
Pull requests that update a dependency file
label
pzygielo pushed a commit to pzygielo/pgpverify-maven-plugin that referenced this pull request
Fixes:
- move() call should NOT perform the move, as writer stream to tmp file may still be open
- move the file move logic to close, make it happen only when closing collocated temp file
- perform fsync before atomic move to ensure there is no OS dirty buffers related to newly written file
- on windows go with old code that for some reason works (avoid NIO2)
- on non-Win OS fsync the parent directory as well.
https://issues.apache.org/jira/browse/MRESOLVER-372
Backport to 1.9.x branch of the apache/maven-resolver#364
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 }})