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
commit 4c9de33ab64394585609b86d6405900457d53263 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jun 23 08:30:10 2024 -0400 Add missing Javadoc for generics --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index df920783..4e6a8f02 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>69</version> + <version>71</version> </parent> <artifactId>commons-fileupload2</artifactId>