You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2022/12/30 13:23:22 UTC

[streampipes] branch dev updated: Bump formatter-maven-plugin from 2.11.0 to 2.21.0

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

zehnder 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 9db245b1f Bump formatter-maven-plugin from 2.11.0 to 2.21.0
9db245b1f is described below

commit 9db245b1f37763481ee436b732d4747e8743e732
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Dec 30 02:10:42 2022 +0000

    Bump formatter-maven-plugin from 2.11.0 to 2.21.0
    
    Bumps [formatter-maven-plugin](https://github.com/revelc/formatter-maven-plugin) from 2.11.0 to 2.21.0.
    - [Release notes](https://github.com/revelc/formatter-maven-plugin/releases)
    - [Changelog](https://github.com/revelc/formatter-maven-plugin/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/revelc/formatter-maven-plugin/compare/formatter-maven-plugin-2.11.0...formatter-maven-plugin-2.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: net.revelc.code.formatter:formatter-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 44c430dcb..8af04b3ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1505,7 +1505,7 @@ IoT data streams.
 				<plugin>
 					<groupId>net.revelc.code.formatter</groupId>
 					<artifactId>formatter-maven-plugin</artifactId>
-					<version>2.11.0</version>
+					<version>2.21.0</version>
 					<configuration>
 						<lineEnding>LF</lineEnding>
 					</configuration>