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 df18bad9 Update DTD
df18bad9 is described below
commit df18bad98975ac4175fd7a7ff7e8b44c66e9af60
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Sep 1 11:10:48 2023 -0400
Update DTD
---
src/checkstyle/fileupload_checks.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/checkstyle/fileupload_checks.xml
b/src/checkstyle/fileupload_checks.xml
index 667e716a..bd7e4eeb 100644
--- a/src/checkstyle/fileupload_checks.xml
+++ b/src/checkstyle/fileupload_checks.xml
@@ -17,8 +17,8 @@
-->
<!DOCTYPE module PUBLIC
- "-//Checkstyle//DTD Checkstyle Configuration 1.2//EN"
- "https://checkstyle.org/dtds/configuration_1_2.dtd">
+ "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
+ "https://checkstyle.org/dtds/configuration_1_3.dtd">
<!--
Checkstyle configuration for Commons FileUpload. FileUpload uses the Sun