You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/11/18 14:46:10 UTC

[commons-compress] branch master updated: Bump dependencies

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 1cb47978 Bump dependencies
1cb47978 is described below

commit 1cb47978bd6b741f367278724016941bac25c47f
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Fri Nov 18 09:46:06 2022 -0500

    Bump dependencies
    
    Bump mockito.version from 4.8.1 to 4.9.0 #331
    Bump memoryfilesystem from 2.3.0 to 2.4.0 #330
---
 src/changes/changes.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index cab20b84..7e32eadd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,8 +47,9 @@ The <action> type attribute can be add,update,fix,remove.
       <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>
+      <action type="update" dev="ggregory" due-to="Dependabot">Bump mockito.version from 4.8.0 to 4.9.0 #328, #331.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump pmd from 6.50.0 to 6.51.0.</action>
+      <action type="update" dev="ggregory" due-to="Dependabot">Bump memoryfilesystem from 2.3.0 to 2.4.0 #330.</action>
     </release>
     <release version="1.22" date="2022-11-01">
       <!-- FIX -->