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 5ee7e1f793 build(deps): bump mockito.version from 5.2.0 to 5.3.0 (#895)
5ee7e1f793 is described below
commit 5ee7e1f79375a670896a34f8e3238276ef8f1dad
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 12 11:04:31 2023 +0200
build(deps): bump mockito.version from 5.2.0 to 5.3.0 (#895)
Bumps `mockito.version` from 5.2.0 to 5.3.0.
Updates `mockito-core` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.2.0...v5.3.0)
Updates `mockito-junit-jupiter` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.2.0...v5.3.0)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.mockito:mockito-junit-jupiter
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 555b6e1d12..3bd869559b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,7 @@
<!-- version 0.6.7 is newer, however the ExampleServer doesn't seem to run
with that -->
<!-- version 0.6.8 is being released, however the milo-examples artifact
is not available yet -->
<milo.version>0.6.9</milo.version>
- <mockito.version>5.2.0</mockito.version>
+ <mockito.version>5.3.0</mockito.version>
<netty.version>4.1.91.Final</netty.version>
<pcap4j.version>1.8.2</pcap4j.version>
<slf4j.version>2.0.7</slf4j.version>