You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by th...@apache.org on 2022/12/04 14:34:03 UTC

[commons-dbutils] branch master updated (011db9c -> f1070d9)

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

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


    from 011db9c  Merge pull request #154 from apache/dependabot/maven/org.mockito-mockito-core-4.9.0
     add a0ac0b6  Bump checkstyle from 9.3 to 10.5.0
     new f1070d9  Merge pull request #155 from apache/dependabot/maven/com.puppycrawl.tools-checkstyle-10.5.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[commons-dbutils] 01/01: Merge pull request #155 from apache/dependabot/maven/com.puppycrawl.tools-checkstyle-10.5.0

Posted by th...@apache.org.
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

commit f1070d9b16d7851cf491c648e758f6fba3da48ae
Merge: 011db9c a0ac0b6
Author: Carl Hall <th...@apache.org>
AuthorDate: Sun Dec 4 09:33:58 2022 -0500

    Merge pull request #155 from apache/dependabot/maven/com.puppycrawl.tools-checkstyle-10.5.0
    
    Bump checkstyle from 9.3 to 10.5.0

 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --cc pom.xml
index 91fb4fa,c987bfc..cda6167
--- a/pom.xml
+++ b/pom.xml
@@@ -243,9 -243,9 +243,9 @@@
  
      <commons.junit.version>5.9.1</commons.junit.version>
      <commons.spotbugs.version>4.4.2</commons.spotbugs.version>
 -    <commons.spotbugs.impl.version>4.2.3</commons.spotbugs.impl.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>9.3</dbutils.checkstyle.version>
+     <dbutils.checkstyle.version>10.5.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>