You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2020/02/25 17:34:49 UTC

[streams] branch master updated: Bump checkstyle from 7.2 to 8.18 (#490)

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

sblackmon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/streams.git


The following commit(s) were added to refs/heads/master by this push:
     new 8b06b3a  Bump checkstyle from 7.2 to 8.18 (#490)
8b06b3a is described below

commit 8b06b3a3fd0af3e6970f6b84115a9253141a3d71
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Feb 25 11:34:36 2020 -0600

    Bump checkstyle from 7.2 to 8.18 (#490)
    
    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 7.2 to 8.18.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-7.2...checkstyle-8.18)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6b7d7d8..74f34f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1573,7 +1573,7 @@
                                 <dependency>
                                     <groupId>com.puppycrawl.tools</groupId>
                                     <artifactId>checkstyle</artifactId>
-                                    <version>7.2</version>
+                                    <version>8.18</version>
                                 </dependency>
                             </dependencies>
                             <executions>