This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch branch_2x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_2x by this push:
new 1b272480d TIKA-4239: update checkstyle
1b272480d is described below
commit 1b272480d019a37e78bf259dabcce71363cf8990
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Aug 23 12:13:46 2024 +0200
TIKA-4239: update checkstyle
---
tika-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index babe76859..cc12d7d1c 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -287,7 +287,7 @@
<project.reporting.outputEncoding>${project.build.sourceEncoding}</project.reporting.outputEncoding>
<project.build.outputTimestamp>1711465721</project.build.outputTimestamp>
<!-- plugin versions -->
- <checkstyle.plugin.version>3.4.0</checkstyle.plugin.version>
+ <checkstyle.plugin.version>3.5.0</checkstyle.plugin.version>
<forbiddenapis.version>3.7</forbiddenapis.version>
<groovy.maven.version>2.1.1</groovy.maven.version>
<maven.antrun.version>3.1.0</maven.antrun.version>