You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2023/01/30 19:43:11 UTC

[streampipes] branch dev updated: Bump checkstyle from 9.2.1 to 10.6.0 (#1177)

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

bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 03118eda5 Bump checkstyle from 9.2.1 to 10.6.0 (#1177)
03118eda5 is described below

commit 03118eda5b2ac805dfe684a123e2c3d7a5e510ee
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jan 30 20:43:05 2023 +0100

    Bump checkstyle from 9.2.1 to 10.6.0 (#1177)
    
    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 9.2.1 to 10.6.0.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-9.2.1...checkstyle-10.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.puppycrawl.tools:checkstyle
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 045286e08..f7d7615eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -205,7 +205,7 @@
 
 	<apache-rat-plugin.version>0.13</apache-rat-plugin.version>
 	<checksum-maven-plugin.version>1.11</checksum-maven-plugin.version>
-	<checkstyle.version>9.2.1</checkstyle.version>
+	<checkstyle.version>10.6.0</checkstyle.version>
 	<extra-enforcer-rules.version>1.6.1</extra-enforcer-rules.version>
 	<formatter-maven-plugin.version>2.21.0</formatter-maven-plugin.version>
 	<maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>