aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-03 13:46:17 -0500
committerGitHub <noreply@github.com>2023-01-03 13:46:17 -0500
commitdc476cfed08bf52732171d10068295bbb159e0cf (patch)
tree42bac134023023430dc4c8bf1a3607a56f7a7c2a
parent62700d48c9fc79db968f136ec1ea8c98627481ac (diff)
downloadapache-commons-io-dc476cfed08bf52732171d10068295bbb159e0cf.tar.gz
Bump commons-parent from 55 to 56 (#421)
Bumps [commons-parent](https://github.com/apache/commons-parent) from 55 to 56. - [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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index cb16e832..e810337a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>55</version>
+ <version>56</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-io</groupId>