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/09/25 15:11:17 UTC

[commons-fileupload] branch master updated: Bump commons-parent from 53 to 54 (#167)

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-fileupload.git


The following commit(s) were added to refs/heads/master by this push:
     new 8f77a58  Bump commons-parent from 53 to 54 (#167)
8f77a58 is described below

commit 8f77a581f2876f599a93ed88a1887557ea7bb9f5
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Sep 25 11:11:13 2022 -0400

    Bump commons-parent from 53 to 54 (#167)
    
    Bumps [commons-parent](https://github.com/apache/commons-parent) from 53 to 54.
    - [Release notes](https://github.com/apache/commons-parent/releases)
    - [Changelog](https://github.com/apache/commons-parent/blob/master/RELEASE-NOTES.txt)
    - [Commits](https://github.com/apache/commons-parent/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-parent
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4eb1e72..106c2ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>53</version>
+    <version>54</version>
   </parent>
 
   <artifactId>commons-fileupload2</artifactId>