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 c662aa7 Bump moditect-maven-plugin from 1.0.0.RC2 to 1.0.0.Final (#218) c662aa7 is described below commit c662aa7e2dfcc99772afa0a9a22a9d53740c90d0 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri May 5 15:14:10 2023 -0400 Bump moditect-maven-plugin from 1.0.0.RC2 to 1.0.0.Final (#218) Bumps [moditect-maven-plugin](https://github.com/moditect/moditect) from 1.0.0.RC2 to 1.0.0.Final. - [Release notes](https://github.com/moditect/moditect/releases) - [Commits](https://github.com/moditect/moditect/compare/1.0.0.CR2...1.0.0.Final) --- updated-dependencies: - dependency-name: org.moditect:moditect-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3a2b66d..146c315 100644 --- a/pom.xml +++ b/pom.xml @@ -242,7 +242,7 @@ <commons.lang3.version>3.12.0</commons.lang3.version> <japicmp.skip>true</japicmp.skip> <clirr.skip>true</clirr.skip> - <moditect-maven-plugin.version>1.0.0.RC2</moditect-maven-plugin.version> + <moditect-maven-plugin.version>1.0.0.Final</moditect-maven-plugin.version> <moditect.skip>true</moditect.skip> <!-- Commons Release Plugin -->