This is an automated email from the ASF dual-hosted git repository. ggregory pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git
from 5080fa310 Bump actions/dependency-review-action from 4.7.0 to 4.7.1 (#747) new 3f14d0746 Fix SpotBugs AT_STALE_THREAD_WRITE_OF_PRIMITIVE new 6019b4a5f Ignore SpotBugs AT_STALE_THREAD_WRITE_OF_PRIMITIVE in org.apache.commons.io.input.UnsynchronizedBufferedInputStream new c03b67e33 Ignore SpotBugs AT_STALE_THREAD_WRITE_OF_PRIMITIVE, AT_NONATOMIC_OPERATIONS_ON_SHARED_VARIABLE in org.apache.commons.io.input.UnsynchronizedBufferedInputStream new 55f89cfb0 Fix SpotBugs issues in UnixLineEndingInputStream new ec1e82239 Fix SpotBugs AT_STALE_THREAD_WRITE_OF_PRIMITIVE in ProxyInputStream new bc321099c Fix SpotBugs AT_STALE_THREAD_WRITE_OF_PRIMITIVE in BoundedInputStream The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: src/changes/changes.xml | 9 +++++++++ src/conf/spotbugs-exclude-filter.xml | 11 ++++++++++- .../java/org/apache/commons/io/input/BoundedInputStream.java | 2 +- .../java/org/apache/commons/io/input/ProxyInputStream.java | 2 +- .../apache/commons/io/input/UnixLineEndingInputStream.java | 2 +- .../apache/commons/io/input/WindowsLineEndingInputStream.java | 2 +- 6 files changed, 23 insertions(+), 5 deletions(-)