This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push:
new 5a47e1c Bump junit-pioneer from 1.6.1 to 1.6.2 (#335)
5a47e1c is described below
commit 5a47e1cbffb299f74502a9125bc94bf97757e109
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 17 22:50:03 2022 -0400
Bump junit-pioneer from 1.6.1 to 1.6.2 (#335)
Bumps [junit-pioneer](https://github.com/junit-pioneer/junit-pioneer) from
1.6.1 to 1.6.2.
- [Release notes](https://github.com/junit-pioneer/junit-pioneer/releases)
-
[Commits](https://github.com/junit-pioneer/junit-pioneer/compare/v1.6.1...v1.6.2)
---
updated-dependencies:
- dependency-name: org.junit-pioneer:junit-pioneer
dependency-type: direct:development
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 45b8587..6c61bd9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -265,7 +265,7 @@ file comparators, endian transformation classes, and much
more.
<dependency>
<groupId>org.junit-pioneer</groupId>
<artifactId>junit-pioneer</artifactId>
- <version>1.6.1</version>
+ <version>1.6.2</version>
<scope>test</scope>
</dependency>
<dependency>