This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push: new 751b283f Implicit narrowing conversion in compound assignment. 751b283f is described below commit 751b283f5d49563dc2dc4c78cc0c8e34c58eaa97 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Nov 4 17:59:13 2022 -0400 Implicit narrowing conversion in compound assignment. --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 9ec36c7e..cab20b84 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -44,6 +44,7 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="1.23" date="not released"> <!-- FIX --> + <action type="update" dev="ggregory" due-to="CodeQL, Gary Gregory">Implicit narrowing conversion in compound assignment.</action> <!-- ADD --> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Dependabot">Bump mockito.version from 4.8.0 to 4.8.1 #328.</action>