This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/master by this push:
new d39eca0 build(deps): bump maven-checkstyle-plugin from 3.1.1 to 3.1.2
d39eca0 is described below
commit d39eca06828817bebd7868a29ec81130472d7701
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 1 20:02:38 2021 +0000
build(deps): bump maven-checkstyle-plugin from 3.1.1 to 3.1.2
Bumps
[maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin)
from 3.1.1 to 3.1.2.
- [Release
notes](https://github.com/apache/maven-checkstyle-plugin/releases)
-
[Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.1.1...maven-checkstyle-plugin-3.1.2)
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b9a8150..93f4dab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
<directory-maven-plugin-version>0.3.1</directory-maven-plugin-version>
<exec-maven-plugin-version>3.0.0</exec-maven-plugin-version>
<mycila-license-version>3.0</mycila-license-version>
-
<maven-checkstyle-plugin-version>3.1.1</maven-checkstyle-plugin-version>
+
<maven-checkstyle-plugin-version>3.1.2</maven-checkstyle-plugin-version>
<maven-checkstyle-version>8.26</maven-checkstyle-version>
<maven-gpg-plugin-version>1.6</maven-gpg-plugin-version>
<maven-deploy-plugin-version>3.0.0-M1</maven-deploy-plugin-version>