This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new 3b4e41b3ea chore(deps): bump maven-dependency-tree from 3.1.0 to 3.1.1
(#365)
3b4e41b3ea is described below
commit 3b4e41b3eaac21d80991f2248f6272f11f7e28d1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 10 15:04:41 2022 +0200
chore(deps): bump maven-dependency-tree from 3.1.0 to 3.1.1 (#365)
Bumps
[maven-dependency-tree](https://github.com/apache/maven-dependency-tree) from
3.1.0 to 3.1.1.
- [Release notes](https://github.com/apache/maven-dependency-tree/releases)
-
[Commits](https://github.com/apache/maven-dependency-tree/compare/maven-dependency-tree-3.1.0...maven-dependency-tree-3.1.1)
---
updated-dependencies:
- dependency-name: org.apache.maven.shared:maven-dependency-tree
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 36ee7a860d..2d67d31f35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -942,7 +942,7 @@
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-dependency-tree</artifactId>
- <version>3.1.0</version>
+ <version>3.1.1</version>
</dependency>
</dependencies>
</plugin>