This is an automated email from the ASF dual-hosted git repository.

thecarlhall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-dbutils.git


The following commit(s) were added to refs/heads/master by this push:
     new fa57cca  Revert checkstyle version to work with Java 8
fa57cca is described below

commit fa57cca02b80deef093a7c505e7ac7356bb4b995
Author: Carl Hall <thecarlh...@apache.org>
AuthorDate: Mon Dec 5 09:24:25 2022 -0500

    Revert checkstyle version to work with Java 8
    
    The checkstyle plugin @ 3.2.0 defaults to checkstyle 9.3.0. This is also 
what Commons Text uses, so following suit to clear compilation errors with Java 
8.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0cc5387..55af3e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -246,7 +246,7 @@
     <commons.spotbugs.version>4.7.3.0</commons.spotbugs.version>
     <commons.spotbugs.impl.version>4.7.3</commons.spotbugs.impl.version>
     
<commons.checkstyle-plugin.version>3.2.0</commons.checkstyle-plugin.version>
-    <dbutils.checkstyle.version>10.5.0</dbutils.checkstyle.version>
+    <dbutils.checkstyle.version>9.3.0</dbutils.checkstyle.version>
     
<checkstyle.header.file>${basedir}/src/site/resources/checkstyle/checkstyle-header.txt</checkstyle.header.file>
     
<checkstyle.config.file>${basedir}/src/site/resources/checkstyle/checkstyle.xml</checkstyle.config.file>
 

Reply via email to