aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-09 00:02:37 +0000
committerBruno P. Kinoshita <kinow@users.noreply.github.com>2022-09-09 15:10:16 +1200
commit45db5751e776663382f60cdb0885de8bc18093c0 (patch)
tree2335722ee7d341511985bd1ea7561e70506321b5 /pom.xml
parentaf11eaab4e828593cb8d4f50f815995fd956e0ed (diff)
downloadapache-commons-io-45db5751e776663382f60cdb0885de8bc18093c0.tar.gz
Bump mockito-inline from 4.7.0 to 4.8.0
Bumps [mockito-inline](https://github.com/mockito/mockito) from 4.7.0 to 4.8.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.7.0...v4.8.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-inline dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 31f85cbb..534bb4a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -271,7 +271,7 @@ file comparators, endian transformation classes, and much more.
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
- <version>4.7.0</version>
+ <version>4.8.0</version>
<scope>test</scope>
</dependency>
<dependency>